Releases: adelsz/pgtyped
Releases ยท adelsz/pgtyped
v0.13.0
New features:
- Support enum array types (thanks @maylukas ) ๐
- Support SCRAM-SHA-256 authentication (thanks @JesseVelden) ๐
- Introduce deterministic field ordering (thanks @fmmoret) ๐ข
Bug fixes:
- Fix non-nullable parameters parsing edgecase ๐
- Use unknown instead of never for unsupported types (thanks @theswerd) โ
v0.12.0
New features:
- Allow to specify param nullability as
:paramName!
(thanks @JohnnyCrazy) ๐ฅ - Postgis point type support (thanks @joecarver ) โช
Bug fixes:
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 ๐