- Add support for
403
Fobidden response. - Update testcases with Express 4.x changes (body-parser).
- Bump dependencies - express 3.4.8 → 4.13.1, mocha 1.17.1 → 2.2.5, supertest 0.9.0 → 1.0.1.
- Add Travis builds for Node 0.12 and iojs.
- Fix deprecation warnings thrown by Express 4.
- Add requireHeaders() method to support checking for headers.
- When testing for required params in
requireParams()
, usehasOwnProperty()
and check for params inreq.params
in addition toreq.body
andreq.query
- Fix bug in
requireParams()
(Issue #1) - Upgrade dependency versions
- First version