Releases: malthe/ts-postgres
Releases · malthe/ts-postgres
2.0.4
19 Jun 19:51
Compare
Sorry, something went wrong.
No results found
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
2.0.3
15 Jun 07:57
Compare
Sorry, something went wrong.
No results found
2.0.2
12 Apr 20:30
Compare
Sorry, something went wrong.
No results found
2.0.1
10 Mar 09:29
Compare
Sorry, something went wrong.
No results found
2.0.0
08 Mar 06:22
Compare
Sorry, something went wrong.
No results found
1.9.0
23 Jan 09:18
Compare
Sorry, something went wrong.
No results found
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
13 Dec 23:36
Compare
Sorry, something went wrong.
No results found
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.7.0
13 Dec 23:35
Compare
Sorry, something went wrong.
No results found
1.6.0
13 Dec 17:25
Compare
Sorry, something went wrong.
No results found
1.5.0
06 Dec 12:11
Compare
Sorry, something went wrong.
No results found
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