Releases: adelsz/pgtyped
Releases Β· adelsz/pgtyped
v0.7.0
New features:
- Support Postgres types
json
,jsonb
andbytea
(thanks @silasdavis) π·οΈ - Support Postgres enum types (thanks @silasdavis) πββοΈ
Bug fixes:
- Fixed parsing for queries that use the Postgres type-cast operator
::
βοΈ
v0.6.1
v0.5.3
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