Skip to content

Releases: jnterry/db-connection-promise

Prevent implicit close

05 Feb 10:42

Choose a tag to compare

Pre-release
  • Don't close connection as part of done() -> we want to be able to call done to propagate any errors, but then carry on using the connection promise from a different branch of promises.

More promise methods

05 Feb 10:40

Choose a tag to compare

More promise methods Pre-release
Pre-release
  • Add finally method to wrap Q's version

Misc Fixes

19 Jan 13:30

Choose a tag to compare

Misc Fixes Pre-release
Pre-release
  • Fix implicit close performed by done()
  • Increase test coverage
  • Ensure values returned from transaction propagate to next then clause after transaction
  • Ensure errors thrown in transaction propagate to next fail clause after transaction

v0.4.0

10 Jan 00:47

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Initial release of db-connection-promise

  • Full rewrite of any-db-q
  • Implemented "chain" API (IE: returning object that .query and .then can be called upon, rather than having .query return a promise)
  • Made DbConnectionPromise class which adhears to Promises/A+ specification