Releases: vitaly-t/pg-monitor
Releases · vitaly-t/pg-monitor
2.1.0
- Added GitHub CI
- Updated dependencies
2.0.0
Updating to support (and require) pg-promise
version 11.
1.5.0
- Updated all dependencies
- Added MIT license
1.4.1
- DEV dependencies + documentation updates
1.4.0
- Implemented #24, by adding property
colorText
to the log API.
1.3.2
- Dependencies updated
- Removed NodeJS v6 from tests, added v13
1.3.1
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
- Implementing #23 -
BigInt
support.
- Updating DEV dependencies.
1.2.2
- Added stricter code linting + refactoring
- DEV dependencies updated
1.2.1
- Made support for
strict
TypeScript mode explicit.
- Documentation updates
- DEV dependencies update