Skip to content

Commit 3bfc8e9

Browse files
committed
Update documentation
Include minor version release notes Remove note about deprecation
1 parent ebc7969 commit 3bfc8e9

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ For richer information consult the commit log on github with referenced pull req
44

55
We do not include break-fix version release in this file.
66

7+
### v1.1
8+
9+
- built in support for `JSON` data type for PostgreSQL Server @ v9.2.0 or greater
10+
711
### v1.0
812

913
- remove deprecated functionality

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,6 @@ The two share the same interface so __no other code changes should be required__
8282
* bulk import & export with `COPY TO/COPY FROM`
8383
* extensible js<->postgresql data-type coercion
8484

85-
## Heads Up!!
86-
87-
node-postgres is __very__ near to v1.0.0 release. Up until now I've tried to maintain all backwards compatilbity, but there are a few breaking changes the community has recommended I introduce.
88-
89-
The current version will spit out deprecation warnings when you use the soon-to-be-deprecated features. They're meant to be obtrusive and annoying. Understandable if you'd like to disable them.
90-
91-
You can do so like this: `pg.defaults.hideDeprecationWarnings = true;`
92-
93-
These are the breaking changes: https://github.com/brianc/node-postgres/pull/301
94-
95-
9685
## Documentation
9786

9887
Documentation is a work in progress primarily taking place on the github WIKI

0 commit comments

Comments
 (0)