Skip to content

v1.0.0

Compare
Choose a tag to compare
@adelsz adelsz released this 17 May 22:40
· 280 commits to master since this release

New features:

  • File processing logic is now parallelized, meaning much faster runs on large codebases (thanks @golergka) 🏎️
  • Output nullability overriding that provides a workaround for Postgres type inference quirks (thanks @JesseVelden) πŸŽ‰
  • Column comments are now included in generated types (thanks @danvk) πŸ’¬
  • Stable SQL query IR preventing git diffs on irrelevant query file changes (thanks @bradleyayers) πŸ›οΈ
  • Postgres tsvector datatype now supported (thanks @bradleyayers) πŸ”–

Bug fixes:

  • Improved parsing of SQL comments (thanks @bradleyayers)
  • Lexer bug for params with specials chars preceding
  • Multiline comments parsing bug fixed
  • More verbose file processing messages