Releases: jupe/mongoose-query
v0.8.0
What's Changed
- Create dependabot.yml by @jupe in #151
- build(deps): bump snyk from 1.1064.0 to 1.1227.0 by @dependabot in #152
- build(deps-dev): bump mocha from 9.2.2 to 10.2.0 by @dependabot in #154
- build(deps): bump mongoose from 5.13.14 to 5.13.15 by @dependabot in #144
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #143
- build(deps-dev): bump eslint-plugin-import from 2.25.2 to 2.28.1 by @dependabot in #153
- build(deps): bump mongoose from 5.13.15 to 5.13.20 by @dependabot in #155
- t=estimateCount by @jupe in #180
- update package-lock by @jupe in #181
Full Changelog: v0.7.5...v0.8.0
v0.7.5
What's Changed
- [Snyk] Security upgrade moment from 2.29.1 to 2.29.4 by @jupe in #133
- Update ci node selections by @jupe in #139
- Bump snyk from 1.753.0 to 1.996.0 by @dependabot in #138
- chore(deps): bump acorn from 6.1.1 to 6.4.2 by @dependabot in #128
- chore(deps): bump eslint-utils from 1.3.1 to 1.4.3 by @dependabot in #127
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #135
- [Snyk] Security upgrade snyk from 1.753.0 to 1.996.0 by @jupe in #137
- Bump ajv from 6.10.0 to 6.12.6 by @dependabot in #124
- Bump minimist and mkdirp by @dependabot in #140
- Bump nanoid from 3.1.25 to 3.3.1 by @dependabot in #141
- [Snyk] Security upgrade snyk from 1.996.0 to 1.1064.0 by @snyk-bot in #142
- Update parseQuery.js by @psyfreak in #147
- fix eslint issues in text search edits by @psyfreak in #149
- Update version number by @jupe in #150
New Contributors
Full Changelog: v0.7.4...v0.7.5
distinct timeout
What's Changed
- Bump moment from 2.24.0 to 2.29.1 by @dependabot in #116
- Bump eslint-plugin-chai-expect from 2.0.1 to 3.0.0 by @dependabot in #115
- Bump mocha from 6.1.4 to 9.1.3 by @dependabot in #118
- drop node@v10.x by @jupe in #117
- Bump chai from 4.2.0 to 4.3.4 by @dependabot in #120
- Bump eslint-plugin-import from 2.17.3 to 2.25.2 by @dependabot in #119
- [Snyk] Upgrade mongoose from 5.13.13 to 5.13.14 by @snyk-bot in #123
- add possibility to utilise timeout for distinct queries by @jupe in #126
- update version number by @jupe in #129
Full Changelog: v0.7.3...v0.7.4
fix broken Lodash
What's Changed
- Bump eslint-plugin-node from 8.0.1 to 11.1.0 by @dependabot in #111
- Package update by @jupe in #114
Full Changelog: v0.7.2...v0.7.3
tune release flow
What's Changed
- update release flow by @jupe in #113
- Bump eslint-plugin-mocha from 5.3.0 to 6.3.0 by @dependabot in #109
New Contributors
- @dependabot made their first contribution in #109
Full Changelog: v0.7.1...v0.7.2
update mongoose
update supported node.js versions
official support for node.js 10, 12, 14 and latest (15)
query parser fixes
Fixes
#80 parse values properly from q
and from plain parameters
Circle CI and more query options
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
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