Releases: vitaly-t/pg-promise
Releases · vitaly-t/pg-promise
11.10.0
- All dependencies updated, including the
node-postgres
driver.
- DEV dependency
pg-query-stream
has been moved into peerDependencies
.
11.9.1
- Documentation updates
- Dependencies updated
11.8.0
- Refactoring TypeScript declarations for tasks and transactions. Added export of types
ITaskIfOptions
and ITxIfOptions
from the root.
- Refactoring _TN function.
11.7.8
- Refactoring _TN function
- Documentation updates
11.7.7
- Fixing
null
| undefined
parameters for _TN function.
- Adding tests for the function
11.7.6
- Further improvements for _TN function.
11.7.5
- Improving TypeScript declaration for _TN function.
11.7.4
- More fixes for the _TN function.