Releases: adelsz/pgtyped
Releases Β· adelsz/pgtyped
v0.5.3
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
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
- Dependencies updated
- Prevent creating type files for matching files with no queries in them #13
v0.4.3
- Fix query result type inference bug introduced in v0.4.0
v0.4.2
- 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.