Skip to content

Releases: vitaly-t/pg-monitor

2.1.0

07 Apr 13:33
Compare
Choose a tag to compare
  • Added GitHub CI
  • Updated dependencies

2.0.0

30 Dec 00:48
Compare
Choose a tag to compare

Updating to support (and require) pg-promise version 11.

1.5.0

23 Sep 17:12
Compare
Choose a tag to compare
  • Updated all dependencies
  • Added MIT license

1.4.1

27 Jun 18:03
Compare
Choose a tag to compare
  • DEV dependencies + documentation updates

1.4.0

02 Apr 23:30
d0db50d
Compare
Choose a tag to compare
  • Implemented #24, by adding property colorText to the log API.

1.3.2

01 Apr 20:08
Compare
Choose a tag to compare
  • Dependencies updated
  • Removed NodeJS v6 from tests, added v13

1.3.1

07 Oct 15:30
Compare
Choose a tag to compare

Improves values display format for PreparedStatement and ParameterizedQuery, using extended JSON serialization. This is particularly useful when the values contain BigInt type, so you can tell those visually from regular number-s, as they will have n at the end.

1.3.0

07 Oct 14:07
Compare
Choose a tag to compare
  • Implementing #23 - BigInt support.
  • Updating DEV dependencies.

1.2.2

08 Sep 07:15
Compare
Choose a tag to compare
  • Added stricter code linting + refactoring
  • DEV dependencies updated

1.2.1

20 Aug 18:01
Compare
Choose a tag to compare
  • Made support for strict TypeScript mode explicit.
  • Documentation updates
  • DEV dependencies update