Skip to content

Releases: vitaly-t/pg-promise

10.10.1

04 Apr 01:11
Compare
Choose a tag to compare
  • Implemented #782, to return Promise from method done, specifically for direct connections. This was added mainly for consistency with the underlying driver.
  • Updated documentation
  • Updated DEV dependencies

10.9.5

12 Mar 07:45
Compare
Choose a tag to compare
  • Changed how useCount for connections is incremented, to make sure it never overfloats, and never resets to zero.
  • DEV dependencies updated.

10.9.4

28 Feb 03:32
Compare
Choose a tag to compare
  • Removing pg-native from dependencies, which crawled into the package during tests, yet again.

Damn NPM, with its auto-save features!!! 😠

10.9.3

28 Feb 00:48
Compare
Choose a tag to compare

10.9.2

28 Jan 12:40
Compare
Choose a tag to compare

10.9.1

17 Jan 05:30
Compare
Choose a tag to compare
  • Extending on #175, added global instance support to QueryFile class.

10.9.0

16 Jan 22:29
Compare
Choose a tag to compare

10.8.7

07 Jan 13:00
Compare
Choose a tag to compare
  • Added support for #743, to allow pg replacement with a mock.
  • DEV dependencies updated.

10.8.6

20 Dec 15:27
Compare
Choose a tag to compare
  • spex dependency updated.

10.8.5

20 Dec 13:28
Compare
Choose a tag to compare
  • Makes TypeScript stricter. In this update specifically, everything in helpers is now more type-strict.