Releases: CampbellSoftwareSolutions/mongoose-id-validator
Releases · CampbellSoftwareSolutions/mongoose-id-validator
Release list
0.6.0
0.5.4
Improve array detection for mongoose > v5.4. Fixes #35.
0.5.3: Merge pull request #31 from KD76/feature/async-use-promise
Using promises to respond to resolve deprecation warning. Fixes #30
0.5.2
0.5.1: Merge pull request #28 from esalu/master
Ensure respond callback is used if provided to validation function.
0.5.0
Fix deprecation warnings for newer versions of mongoose.
Could potentially cause breaking changes if using really old version of mongoose.
0.4.3
Fixes recursion bug when using self recursive schemas
0.4.2
Fixes deprecation warning and failing test with latest version of mongoose
0.4.1
Fix for when mongoose query does not implement isModified function.
0.4.0
Fixes issue where non modified fields were still being validated, contrary to documentation.