express-validator

An express.js middleware for validator.js.

MIT License

Downloads
3.6M
Stars
6.1K
Committers
133

Bot releases are visible (Hide)

express-validator -

Published by gustavohenke almost 8 years ago

  • #155 - Don't call validators for optional parameters
express-validator -

Published by gustavohenke almost 8 years ago

  • Update validator version to 4.0.x
  • Update lodash version to 3.10.x
express-validator -

Published by gustavohenke almost 8 years ago

  • Update lodash to 3.10.0
express-validator -

Published by gustavohenke almost 8 years ago

  • #145 - Add schema validation support
  • #148, #149 - Test for falsy values when sanitizing
express-validator -

Published by gustavohenke almost 8 years ago

  • #143, #144 - Fix error in case of options not passed
express-validator -

Published by gustavohenke almost 8 years ago

  • #139 - Major refactor with lots of docs and code clean up
  • Update validator to 3.40.1
express-validator -

Published by gustavohenke almost 8 years ago

  • #137 - Add support for custom sanitizers (via customSanitizers option)
express-validator -

Published by gustavohenke almost 8 years ago

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

Published by gustavohenke almost 8 years ago

  • #130, #131 - Move changelog to its own file
  • #132 - Make sure req.checkHeader() works with .optional()
express-validator -

Published by gustavohenke almost 8 years ago

  • #115, #116 - Add LICENSE
  • #117, #118 - Fix deprecation notice about req.param()
  • Update validator to 3.34.0
express-validator -

Published by gustavohenke almost 8 years ago

  • Update validator to 3.26.0
express-validator -

Published by gustavohenke almost 8 years ago

#105 - Update validator to 3.22.1

express-validator - v2.6.0

Published by gustavohenke almost 8 years ago

  • #99 - Update validator to 3.19.0
express-validator -

Published by gustavohenke almost 8 years ago

  • #97 - Add missing docs for customValidators option
express-validator -

Published by gustavohenke almost 8 years ago

  • #95 - Implement .optional() to disable validations if value is undefined
  • #96 - Add support to custom validators (via customValidators option)
express-validator -

Published by ctavan almost 8 years ago

  • #91 - Check if req.files exists in req.checkFiles()
express-validator -

Published by gustavohenke almost 8 years ago

Minor version bump.

express-validator -

Published by gustavohenke almost 8 years ago

  • #84 - Return sanitized value from req.sanitize()
  • #85, #86 - Fix problem of this context in req.checkHeader()
express-validator -

Published by gustavohenke almost 8 years ago

  • #79 - Use strict equality checks, and update docs regarding extension
express-validator -

Published by gustavohenke almost 8 years ago

  • #74 - Update reference to node-validator repository URL
  • Drop support for Node.js v0.6
  • Update validator dependency from 3.5.0
Package Rankings
Top 0.58% on Npmjs.org
Badges
Extracted from project README
npm version Build status Coverage Status
Related Projects