Releases: malthe/ts-postgres
Releases · malthe/ts-postgres
2.0.4
Compare
Sorry, something went wrong.
No results found
malthe
released this
19 Jun 19:51
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
Compare
Sorry, something went wrong.
No results found
malthe
released this
15 Jun 07:57
What's Changed
New Contributors
Full Changelog : 2.0.2...2.0.3
2.0.2
Compare
Sorry, something went wrong.
No results found
malthe
released this
12 Apr 20:30
What's Changed
Full Changelog : 2.0.1...2.0.2
2.0.1
Compare
Sorry, something went wrong.
No results found
malthe
released this
10 Mar 09:29
What's Changed
Roll up type declarations by @malthe in #114
Parse additional fields from error and notice response messages by @malthe in #115
Full Changelog : 2.0.0...2.0.1
2.0.0
Compare
Sorry, something went wrong.
No results found
malthe
released this
08 Mar 06:22
What's Changed
Full Changelog : 1.9.0...2.0.0
1.9.0
Compare
Sorry, something went wrong.
No results found
malthe
released this
23 Jan 09:18
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
Compare
Sorry, something went wrong.
No results found
malthe
released this
13 Dec 23:36
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
Compare
Sorry, something went wrong.
No results found
malthe
released this
13 Dec 23:35
What's Changed
Column name transformation by @malthe in #86
Remove 'execute' method by @malthe in #87
Remove 'execute' method; simplify 'query' and 'prepare' methods by @malthe in #88
Full Changelog : 1.6.0...1.7.0
1.6.0
Compare
Sorry, something went wrong.
No results found
malthe
released this
13 Dec 17:25
What's Changed
Query result iterator now returns objects by @malthe in #85
Full Changelog : 1.5.0...1.6.0
1.5.0
Compare
Sorry, something went wrong.
No results found
malthe
released this
06 Dec 12:11
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