Skip to content

Releases: express-validator/express-validator

v6.12.0

14 Jun 07:08
Compare
Choose a tag to compare
  • #1047, #1049 - make withMessage actually override a custom validator's message
  • #1026, #1037 - add missing arguments of isAlphanumeric

v6.11.1

08 May 23:30
Compare
Choose a tag to compare
  • #1034, #1035 - Fix publishing mistake with npm 7

v6.11.0

08 May 02:40
Compare
Choose a tag to compare
  • #995, #999 - Make oneOf() work imperatively

v6.10.1

24 Apr 02:08
Compare
Choose a tag to compare

v6.10.0

23 Feb 12:09
Compare
Choose a tag to compare
  • #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

04 Jan 23:37
Compare
Choose a tag to compare
  • #973 - TypeScript - republish of v6.9.1 without the source .ts files

v6.9.1

03 Jan 23:48
Compare
Choose a tag to compare
  • #963 - TypeScript - Updated signature of isAlpha() to work again with the underlying validator

v6.9.0

25 Dec 06:07
Compare
Choose a tag to compare
  • #848, #851 - Add support for bail in schemas

v6.8.2

25 Dec 04:52
Compare
Choose a tag to compare
  • #963 - TypeScript - Update IsAlphaOptions#ignore to allow RegExps, in addition to string[]

v6.8.1

21 Dec 11:41
Compare
Choose a tag to compare
  • #958, #959 - Upgrade validator to ^13.5.2