Skip to content

Releases: adelsz/pgtyped

v0.5.3

30 Apr 20:52
Compare
Choose a tag to compare

New features:

  • New port setting in config πŸ”Œ
  • Support PostgreSQL env variables: PGHOST, PGUSER, PGPASSWORD, PGDATABASE, PGPORT 🏞️
  • Better error reporting on CLI startup πŸ‘·

v0.5.0

17 Apr 22:27
Compare
Choose a tag to compare

Breaking changes:

  • Config file format changed, refer to the CLI docs for the new format 🚧

New features:

  • Added ability to parse and extract queries from SQL files πŸ”₯ πŸ”₯
  • Better error reporting in malformed TS or SQL files ⚠️
  • Better documentation πŸ“–
  • Public roadmap and project goals πŸ₯…

Bug fixes:

  • Fixes watch mode bug: some files were not being emitted properly

v0.4.5

20 Mar 00:46
Compare
Choose a tag to compare
  • Dependencies updated
  • Prevent creating type files for matching files with no queries in them #13

v0.4.3

16 Mar 10:59
Compare
Choose a tag to compare
  • Fix query result type inference bug introduced in v0.4.0

v0.4.2

14 Mar 18:45
Compare
Choose a tag to compare
  • Simplified sql tag generics. Now the sql tag requires just one generic parameter instead of two. (Breaking change)
  • Added support for more PostgreSQL types, full list here.