- Fix: Resolve #10 again: removed engine list from package.json so yarn doesn't prevent this from working in the future
- Fix: Resolve #10: added node v6 to package.json engine list so yarn doesn't complain
- Breaking: Removed thunk methods to reduce dependencies on outside projects
- Feature: Added
Async
suffixed methods, which as the same as the oldPromise
suffixed methods - Info: Tested on latest
pg
drivers (4.0), and on node v0.12, v4, and v5 - Info: Added Vagrantfile environment to help future testing
- Info: Changed to use
promissory
npm package to create underlying promises
- Feature: Added connectPromise and queryPromise functions
- Info: Updated all Dev Dependencies, now tested on co ^4.0.0
- Deprecated: connect_ and query_ functions, the co project has opted to prefer the promise style
- Info: Added tests to ensure support for node-postgres-pure project, no fixes were necessary
- Fix: Resolve #3, native client connection
- Fix: Update readme examples to be correct (sylvaingi)
- Info: Supposed to be 0.1.2, but already published on npm, so it is what it is :P
- Info: Added examples and readme
- Breaking Feature: Change require to
pg
to be pass through instead of hard dependency, see readme
- Info: Initial release
- Feature: Library to wrap
node-postgres
forco