express-validator

An express.js middleware for validator.js.

MIT License

Downloads
3.6M
Stars
6.1K
Committers
133
express-validator -

Published by gustavohenke almost 8 years ago

Major version bump.

express-validator -

Published by gustavohenke almost 8 years ago

  • #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
express-validator -

Published by gustavohenke almost 8 years ago

  • #63 - Document that express-validator should be after bodyParser middleware (regarding error #21)
express-validator -

Published by gustavohenke almost 8 years ago

  • #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
express-validator -

Published by gustavohenke almost 8 years ago

  • #44 - Fix documentation about nested key notation
  • #47 - Update validator dependency from 1.5.0
express-validator -

Published by gustavohenke almost 8 years ago

  • #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
express-validator -

Published by gustavohenke almost 8 years ago

  • #33 - Middleware configuration via options passing
  • Update validator dependency from 1.1.3 to 1.2.0
express-validator -

Published by gustavohenke almost 8 years ago

Changelog updated.

express-validator -

Published by gustavohenke almost 8 years ago

  • #32 - Add req.checkBody method to validate only the body instead of all parameters
  • Update validator dependency from 0.4.25 to 1.1.3
express-validator -

Published by gustavohenke almost 8 years ago

  • Update validator dependency from 0.4.19 to 0.4.25
express-validator -

Published by gustavohenke almost 8 years ago

  • Update validator dependency from 0.4.12 to 0.4.19
express-validator -

Published by gustavohenke almost 8 years ago

  • Update validator dependency from ~0.4.10 to 0.4.12
  • Return null when there are no errors
express-validator -

Published by gustavohenke almost 8 years ago

  • #16 - Add support for routes defined via RegExp
express-validator -

Published by gustavohenke almost 8 years ago

  • Drop Node.js v0.4 support in favor of Node.js v0.8
express-validator -

Published by gustavohenke almost 8 years ago

  • #14 - support for nested keys with dot notation
  • #14 - add alias .validate() alias for .check()
express-validator -

Published by gustavohenke almost 8 years ago

  • #7 - Introduce req.validationErrors() method to get current validation errors
express-validator -

Published by gustavohenke almost 8 years ago

Documentation enhancements.

express-validator -

Published by gustavohenke almost 8 years ago

  • #2 - Make assertions chainable
express-validator -

Published by gustavohenke almost 8 years ago

  • #1 - Replace req.mixinParams() with req.param()
express-validator -

Published by gustavohenke almost 8 years ago

Initial version

Package Rankings
Top 0.58% on Npmjs.org
Badges
Extracted from project README
npm version Build status Coverage Status
Related Projects