0.3.0 • Published 8 years ago

@dannybster/express-callback-assertions v0.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Codeship Status for dannybster/express-callback-assertions

express-callback-assertions

A collection of callback functions that assert 'next' is called with a particular type of error in an express based app.

Version 0.3.0

  • Added isConflictError.

Version 0.2.3

  • Added scripts to npm test to make running tests easier.

Version 0.2.2

  • Added .npmrc file so that builds on Codeship can access private packages with scope @dannybster

Version 0.2.1

  • Added build notification to the README.md

Version 0.2.0

  • Added nextCalledWithServiceUnavailable function.