Skip to content

Releases: CampbellSoftwareSolutions/mongoose-id-validator

0.6.0

04 May 14:08
Compare
Choose a tag to compare

Support dynamic refs - #38
Support query sessions - #37

Thanks to @makinde for his contributions. 👍

0.5.4

02 Dec 20:20
Compare
Choose a tag to compare

Improve array detection for mongoose > v5.4. Fixes #35.

0.5.3: Merge pull request #31 from KD76/feature/async-use-promise

29 Apr 19:05
214236f
Compare
Choose a tag to compare

Using promises to respond to resolve deprecation warning. Fixes #30

0.5.2

17 Mar 21:17
Compare
Choose a tag to compare

Further fix for respond is not a function

0.5.1: Merge pull request #28 from esalu/master

09 Mar 12:00
aecb3f0
Compare
Choose a tag to compare

Ensure respond callback is used if provided to validation function.

0.5.0

11 Oct 20:47
Compare
Choose a tag to compare

Fix deprecation warnings for newer versions of mongoose.

Could potentially cause breaking changes if using really old version of mongoose.

0.4.3

10 Oct 07:48
Compare
Choose a tag to compare

Fixes recursion bug when using self recursive schemas

0.4.2

03 Apr 09:54
Compare
Choose a tag to compare

Fixes deprecation warning and failing test with latest version of mongoose

0.4.1

04 Jan 09:48
Compare
Choose a tag to compare

Fix for when mongoose query does not implement isModified function.

0.4.0

31 Oct 12:38
Compare
Choose a tag to compare

Fixes issue where non modified fields were still being validated, contrary to documentation.