Skip to content

0.10.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@sdcb sdcb released this 12 Jul 09:21
· 160 commits to master since this release

0.10.5

  • [core] fix mixed #if and macro runtime error.
  • [core] make the TryEmit method synchronizable.
  • [core-0.10.6] fix: null should be front of syntax
  • [core-0.10.6] upgrade to ANTLR 4.6.4
  • [ext-Breaking Change!] rename ***ById to ***ByMap.
  • [ext] add EmbeddedResourceSqlEmiter.
  • [vstool] fix the #if folding issue
  • [vstool] fix the keyword 'null' syntax color issue.

0.10.0

  • [core] support #if(){} syntax.
  • [core] switch a large amount of class modifier from public to internal.
  • [core] optimized performance for nested sql.
  • [vstool] improve performance.
  • [ext-0.10.1] add ISqlEmiter
  • [vstool-0.10.2] fix a color highlight bug.
  • [vstool-0.10.3] support VS2017.
  • [vstool-0.10.4] support code folding.