Skip to content

Releases: seangarner/mongo-url-utils

1.3.0

18 Nov 12:33
Compare
Choose a tag to compare
  • add native Date type support for query operators (#8)
    • e.g. ?query=gt(dob,Date(2009-11-08T15:00:56.426Z))
  • add elemMatch field operator support (#9)

1.2.0

22 Oct 15:18
Compare
Choose a tag to compare
  • add caseInsensitiveOperators query option
    • enables case insensitive matching for eq, ne, contains, startsWith, and endsWith

1.1.1

22 Jul 21:30
Compare
Choose a tag to compare
release 1.1.1 [ci skip]

1.1.0

21 Jul 11:00
Compare
Choose a tag to compare
  • add not support to contains, startsWith and endsWith
    • full not support still outstanding

1.0.0

26 Jun 14:17
Compare
Choose a tag to compare

🎉

First stable release

0.8.0

26 Jun 10:01
Compare
Choose a tag to compare
  • breaking change renamed options.query.disabled to options.query.disabledOperators

0.6.0

09 Jun 18:14
Compare
Choose a tag to compare
  • added type query operator