Skip to content

Releases: jupe/mongoose-query

v0.8.0

23 Mar 19:56
fbc7600
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.8.0

v0.7.5

25 Sep 20:01
8291b04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

distinct timeout

13 Mar 10:30
723c94b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

fix broken Lodash

07 Nov 17:49
3f21bbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

tune release flow

07 Nov 17:26
8de4003
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

update mongoose

07 Nov 17:18
82f09df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

update supported node.js versions

08 May 20:01
7fdd779
Compare
Choose a tag to compare

official support for node.js 10, 12, 14 and latest (15)

query parser fixes

07 Jun 09:54
f7045da
Compare
Choose a tag to compare

Fixes

#80 parse values properly from q and from plain parameters

Circle CI and more query options

27 Jan 15:42
6042761
Compare
Choose a tag to compare

This release brings to, x and d options for query and replace travis with circle.

to(timeout)=<ms>
x(explain)=<'queryPlanner', 'executionStats', 'allPlansExecution'>
d(allowDiskUse)=<'true', 'false'>

NOTE: allowEval option is dropped since its not needed actually.

new options

add more query options (#66)

CI update

Create config.yml (#64)

deprecate updates

replace deprecated call collection.count() with countDocuments() (#63)

dep updates

chore(package): update mongoose to version 5.2.12 (#58)
chore(package): update mongoose to version 5.2.13 (#59)
chore(package): update mongoose to version 5.2.14 (#65)
chore(package): update eslint-plugin-chai-expect to version 2.0.1 (#61)
chore(package): update eslint-plugin-node to version 8.0.0 (#62)

v0.5.3

20 Aug 20:28
b91e7ba
Compare
Choose a tag to compare

New:

  • allow query.q to be an object #54
  • adds case insensitive search for begin and end of string #55
  • fixes search when value contains special characters #55

Dependencies updates

#50 chore(package): update mongoose to version 5.2.2
#52 chore(package): update eslint-plugin-promise to version 4.0.0
#51 Update eslint-plugin-node to the latest version 🚀
#48 Update eslint-config-airbnb to the latest version 🚀
#53 update dependencies to latest ones