Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@adelsz adelsz released this 07 Oct 21:04
· 52 commits to master since this release

New features

  • Experimental mode to generate a unique typed SQL tag by @JesseVelden in #520
  • Generated imports are forced to be type-only where possible
  • Introduced a config variable to limit the max number of worker threads

Bug fixes

  • Generated import paths fixed on Window machines by @lucas-gregoire in #533
  • Separate name and definition of union types to prevent Array naming issues by @leifniem in #521
  • Added dir_base template parameter for emitTemplate by @mrsafalpiya in #515
  • PG ranges are no longer parsed as params
  • Non-identifier object keys are properly escaped in generated code

New Contributors

Full Changelog: v2.2.1...v2.3.0