Express Validator Versions Save

An express.js middleware for validator.js.

v6.12.1

2 years ago
  • #1061, #1059 - allow using readonly arrays in TypeScript

v6.12.0

2 years ago
  • #1047, #1049 - make withMessage actually override a custom validator's message
  • #1026, #1037 - add missing arguments of isAlphanumeric

v6.11.1

3 years ago
  • #1034, #1035 - Fix publishing mistake with npm 7

v6.11.0

3 years ago
  • #995, #999 - Make oneOf() work imperatively

v6.10.1

3 years ago
  • #1001, #1004 - Updated dependencies

v6.10.0

3 years ago
  • #735, #871, #948 - add migration example from v5 to v6
  • #822, #974, #976 - add ability to run oneOf() imperatively
  • #822, #977 - add ability to run checkSchema() imperatively
  • #975 - fix objects whose toString property is not a function
  • #882, #978 - add isObject validator
  • #986, #987 - TypeScript - make isURL accept non-standard protocols

big kudos to @fedeci for the many improvements! 🎉

v6.9.2

3 years ago
  • #973 - TypeScript - republish of v6.9.1 without the source .ts files

v6.9.1

3 years ago
  • #963 - TypeScript - Updated signature of isAlpha() to work again with the underlying validator

v6.9.0

3 years ago
  • #848, #851 - Add support for bail in schemas

v6.8.2

3 years ago
  • #963 - TypeScript - Update IsAlphaOptions#ignore to allow RegExps, in addition to string[]