CampbellSoftwareSolutions / mongoose-id-validator

Mongoose plug in to validate ObjectID references point to valid existing documents.
Other
47 stars 26 forks source link

Deprecation Warning while adding plugin to schema #17

Closed reubinoff closed 7 years ago

reubinoff commented 7 years ago

(node:29759) DeprecationWarning: Implicit async custom validators (custom validators that take 2 arguments) are deprecated in mongoose >= 4.9.0. See http://mongoosejs.com/docs/validation.html#async-custom-validators for more info.

"mongoose": "^4.9.2",
"mongoose-id-validator": "^0.4.1",
martin-css commented 7 years ago

This has been fixed in version 0.4.2 which should now be available on NPM.