version bump
This commit is contained in:
parent
027c4961fa
commit
95b1c75cfe
4
NEWS.md
4
NEWS.md
@ -5,6 +5,10 @@
|
|||||||
- Client#pauseDrain() / Client#resumeDrain removed
|
- Client#pauseDrain() / Client#resumeDrain removed
|
||||||
- numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
|
- numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
|
||||||
|
|
||||||
|
### v0.15.0
|
||||||
|
|
||||||
|
- client now emits `end` when disconnected from back-end server
|
||||||
|
- if client is disconnected in the middle of a query, query receives an error
|
||||||
|
|
||||||
### v0.14.0
|
### v0.14.0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pg",
|
"name": "pg",
|
||||||
"version": "0.14.1",
|
"version": "0.15.0",
|
||||||
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"postgres",
|
"postgres",
|
||||||
|
Loading…
Reference in New Issue
Block a user