Skip to content

Commit

Permalink
add note on impending breaking changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Mar 11, 2013
1 parent 07d7c25 commit 0d0737d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -82,6 +82,17 @@ The two share the same interface so __no other code changes should be required__
* bulk import & export with `COPY TO/COPY FROM` * bulk import & export with `COPY TO/COPY FROM`
* extensible js<->postgresql data-type coercion * extensible js<->postgresql data-type coercion


## Heads Up!!

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.

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.

You can do so like this: `pg.defaults.hideDeprecationWarnings = true;`

These are the breaking changes: https://github.com/brianc/node-postgres/pull/301


## Documentation ## Documentation


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

0 comments on commit 0d0737d

Please sign in to comment.