Skip to content

Releases: express-validator/express-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

v6.8.0

08 Dec 00:32
Compare
Choose a tag to compare
  • #952 - Upgraded validator to v13.5.x

v6.7.0

23 Nov 23:07
Compare
Choose a tag to compare
  • #581, #899 - Add toLowerCase() and toUpperCase() sanitizers
  • #919 - Make customSanitizer await on async functions
  • #856, #929, #930 - Add default sanitizer
  • #924, #925 - Add replace sanitizer

v6.6.1

23 Nov 23:04
Compare
Choose a tag to compare
  • #907 - upgrade lodash due to security concerns

v6.6.0

21 Jun 14:41
Compare
Choose a tag to compare
  • #886 - Update validator to v13.1
  • #887 - fix bug in Getting Started docs example
  • #888 - Add ability to dry-run validations with check().run(req, { dryRun: boolean }). See docs for more information.

v6.5.0

17 May 14:43
Compare
Choose a tag to compare
  • #862, #874 - upgrade validator to v13.0
  • #875, #877 - don't modify req object from an invalid validation chain passed to oneOf

v6.4.1

17 May 14:41
Compare
Choose a tag to compare
  • #544 - Create field paths considering . to be a special character

v6.4.0

01 Feb 12:25
Compare
Choose a tag to compare
  • #781 - Warn on use of sanitization-only middlewares
  • #792 - Upgrade validator to v12.1
  • #826 - Compile TS code to ES2017. This should not be a breaking change, as Node 8 should fully support the output code.