Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-07 | 1.2 kB | |
v2.3.0 source code.tar.gz | 2023-10-07 | 2.4 MB | |
v2.3.0 source code.zip | 2023-10-07 | 2.4 MB | |
Totals: 3 Items | 4.8 MB | 1 |
New features
- Experimental mode to generate a unique typed SQL tag by @JesseVelden in https://github.com/adelsz/pgtyped/pull/520
- Generated imports are forced to be type-only where possible
- Introduced a config variable to limit the max number of worker threads
Bug fixes
- Generated import paths fixed on Window machines by @lucas-gregoire in https://github.com/adelsz/pgtyped/pull/533
- Separate name and definition of union types to prevent Array naming issues by @leifniem in https://github.com/adelsz/pgtyped/pull/521
- Added
dir_base
template parameter foremitTemplate
by @mrsafalpiya in https://github.com/adelsz/pgtyped/pull/515 - PG ranges are no longer parsed as params
- Non-identifier object keys are properly escaped in generated code
New Contributors
- @lucas-gregoire made their first contribution in https://github.com/adelsz/pgtyped/pull/533
- @leifniem made their first contribution in https://github.com/adelsz/pgtyped/pull/521
- @mrsafalpiya made their first contribution in https://github.com/adelsz/pgtyped/pull/515
Full Changelog: https://github.com/adelsz/pgtyped/compare/v2.2.1...v2.3.0