Releases: adelsz/pgtyped
Releases ยท adelsz/pgtyped
v0.11.0
New features:
- Only write files if the content differs (thanks @bradleyayers ) ๐พ
- More informative CLI with help and version flags ๐ฅ๏ธ
- New database connection URI CLI flag ๐
v0.10.2
New features:
- Deterministic sorting for generated types (thanks @carlpeaslee ) ๐ข
- SSL support (thanks @water-a ) ๐
- New DB URL config option (thanks @mako-taco ) ๐
- Make generated array types readonly (thanks @mako-taco ) ๐
v0.9.0
New features:
- Array types now supported (thanks @steelbrain) ๐
- Command line option to generate type definitions only for a particular file (thanks @golergka) ๐งท
Bug fixes:
- Config parser now accepts absolute file paths (thanks @golergka)
- Fixed existing
npm audit
issues and vulnerabilities ๐ - Multi line comments inside SQL statements are now ignored
v0.8.2
v0.8.1
v0.8.0
v0.7.3
New features:
- Support both JS and JSON config formats (thanks @mmiszy) ๐ฎ
- New types support:
citext
,network
,void
andinterval
(thanks @davecardwell and @silasdavis ) ๐ข - Ignore irrelevant comments in SQL files ๐
Bug fixes:
v0.7.2
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
::
โ๏ธ