We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06a216 commit 6d5e13dCopy full SHA for 6d5e13d
NEWS.md
@@ -0,0 +1,12 @@
1
+### v1.0 - not released yet
2
+
3
+- remove deprecated functionality
4
+ - `pg.connect` now __requires__ 3 arguments
5
+ - Client#pauseDrain() / Client#resumeDrain removed
6
+ - numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
7
8
9
+### v0.14.0
10
11
+- add deprecation warnings in prep for v1.0
12
+- fix read/write failures in native module under node v0.9.x
0 commit comments