leepowelldev / mongoose-validator

Validators for mongoose models utilising validator.js
MIT License
379 stars 43 forks source link

DeprecationWarning: Implicit async custom validators #39

Closed yuricamara closed 7 years ago

yuricamara commented 7 years ago

When the mongoose-validator is executed by Mongoose (>= 4.9.0) for the first time, it appears this message in console "DeprecationWarning: Implicit async custom validators (custom validators that take 2 arguments) are deprecated in mongoose >= 4.9.0"

I followed the instruction in Mongoose doc and this solved.

yuricamara commented 7 years ago

This PR closes #37

leepowelldev commented 7 years ago

Thanks, I'll review this evening and get merged/published.

yuricamara commented 7 years ago

Thanks!