Skip to content

Releases: CampbellSoftwareSolutions/mongoose-id-validator

0.6.0

Choose a tag to compare

@martin-css martin-css released this 04 May 14:08

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

Thanks to @makinde for his contributions. 👍

0.5.4

Choose a tag to compare

@martin-css martin-css released this 02 Dec 20:20

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

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

Choose a tag to compare

@martin-css martin-css released this 29 Apr 19:05
214236f

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

0.5.2

Choose a tag to compare

@martin-css martin-css released this 17 Mar 21:17

Further fix for respond is not a function

0.5.1: Merge pull request #28 from esalu/master

Choose a tag to compare

@martin-css martin-css released this 09 Mar 12:00
aecb3f0

Ensure respond callback is used if provided to validation function.

0.5.0

Choose a tag to compare

@martin-css martin-css released this 11 Oct 20:47

Fix deprecation warnings for newer versions of mongoose.

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

0.4.3

Choose a tag to compare

@martin-css martin-css released this 10 Oct 07:48

Fixes recursion bug when using self recursive schemas

0.4.2

Choose a tag to compare

@martin-css martin-css released this 03 Apr 09:54

Fixes deprecation warning and failing test with latest version of mongoose

0.4.1

Choose a tag to compare

@martin-css martin-css released this 04 Jan 09:48

Fix for when mongoose query does not implement isModified function.

0.4.0

Choose a tag to compare

@martin-css martin-css released this 31 Oct 12:38

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