Releases: malthe/ts-postgres
Releases · malthe/ts-postgres
2.0.4
What's Changed
- Add back 'end' event and fix graceful shutdown error handling by @malthe in #126
Full Changelog: 2.0.3...2.0.4
1.9.0
What's Changed
- Add support for ESM modules (in addition to CommonJS).
- The database host, port and connection timeout options can now be specified directly for
connect
(taking priority over the
provided configuration).
- Fix issue handling connection error during secure startup.
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
- Event cleanup by @malthe in #89
- Add "bigints" option to change bigint behavior (allow the use of 'number' instead) by @malthe in #90
Full Changelog: 1.7.0...1.8.0
1.5.0
What's Changed
- Enable SSL in PostgreSQL during CI tests by @malthe in #80
- Optimize "get" method by @malthe in #81
- Query result (and related objects) is now generic on the row type by @malthe in #82
- Add code-based documentation via TSDoc annotations by @malthe in #84
Full Changelog: 1.4.0...1.5.0