Releases: jvalue/node-dry-pg
Releases · jvalue/node-dry-pg
Release v1.2.1
Dependencies update
Release v1.2.0
Release v1.0.2
- make transactions accessible
- rename to postgresClient (still downward compatible)
Release v1.1.0
Changelog:
- parameters for query method are now optional
- newly added interface for allowing transactions
Release v1.0.0
Changelog
- handle connection losses by logging
- change init method for a more generic waitForConnection method
- internal optimizations
Alpha Release v1.0.0-alpha1
Note: This is a release in alpha state. We expect changes to still happen and APIs to break. You might consider version 0.0.3
if you want a more stable version.
Changelog
- handle connection losses by logging
- change
init
method for a more genericwaitForConnection
method - internal optimizations
Release v0.0.3
- publish as ES2018 module
Release v0.0.2
- initial release with
postgresRepository
pg
and@types/pg
as packaged dependencies