Releases: Turistforeningen/node-mongo-querystring
Releases · Turistforeningen/node-mongo-querystring
v1.2.0
<a name"1.2.0">
1.2.0 (2015-12-14)
Bug Fixes
- docs:
- removing leading "~" from bbox and near examples (71d85b2b)
- use correct example value for reular expressions (ecd79bbb)
- jshint: shrink lines to meet 80-char max line length (59d89b59)
Features
- query: add support for express array parsing (1a3d5645)
v1.1.0
<a name"1.1.0">
1.1.0 (2015-12-13)
Features
- query: add support for $in and $nin queries (a31b2126)
v1.0.1
<a name"1.0.1">
1.0.1 (2015-12-13)
Bug Fixes
- package: format package repository correctly (631fdda5)
v1.0.0
Breaking changes:
- Remove
ignore
option in favour of blacklist
(ce0af14)
New Features:
- Replace CoffeeScript with vanilla JavaScript (4785ccb)
- Airbnb JavaScript Style JSHinting (3850712)
- Document all supported URL query opertors (58cb81b)
v0.1.0
Breaking changes:
- Deprecate
ignore
option in favour of blacklist
(ce0af14)
New Features:
- Query parameter whitelisting via
whitelist
option (527039b)
v0.0.2
New Features:
- Add custom query functions (4dfef7a)
Bugfixing:
- Fix missing return statement (01ae4fb)
- Fix missing custom after query (600bec3)