Releases: express-validator/express-validator
Releases · express-validator/express-validator
v2.10.0
- #134 - Use mocha tests
- #135 - Update validator to
3.39.0
- Add support for Node.js v0.12, drop support for Node.js v0.8
v2.9.1
- #130, #131 - Move changelog to its own file
- #132 - Make sure
req.checkHeader()
works with .optional()
v2.9.0
- #115, #116 - Add LICENSE
- #117, #118 - Fix deprecation notice about
req.param()
- Update validator to
3.34.0
v2.8.0
- Update validator to
3.26.0
v1.0.2
- #65 - Remove example of
.xss()
filter (removed from validator v2.0.0)
- #68 - Add documentation about
req.checkParams()
and req.checkQuery()
- #70 - Update validator dependency from
3.1.0
v1.0.1
- #63 - Document that express-validator should be after bodyParser middleware (regarding error #21)
v1.0.0
- #48 - Don't fail when there's no
req.body
- #54 - Add
req.checkParams()
and req.checkQuery()
- #60 - Update validator dependency from
2.0.0
v0.8.0
- #44 - Fix documentation about nested key notation
- #47 - Update validator dependency from
1.5.0
v0.7.0
- #39 - Return HTTP status 400 instead of 500
- #40 - Add
req.checkFiles()
- Add support to Node.js v0.10
- Update validator dependency from
1.2.0
to 1.2.1