Releases: express-validator/express-validator
Releases · express-validator/express-validator
v6.13.0
What's Changed
- docs: warn users about bad practice by @hariprasadkc in #1094
- schema usage according to documentation results in Error by @fkarg in #1095
- v6.13 features by @fedeci in #1091
New Contributors
- @hariprasadkc made their first contribution in #1094
- @fkarg made their first contribution in #1095
Full Changelog: v6.12.2...v6.13.0
v6.12.2
v6.12.1
v6.12.0
v6.11.1
v6.11.0
v6.10.1
v6.10.0
- #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! 🎉