Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Releases: Turistforeningen/node-mongo-querystring

v1.2.0

14 Dec 12:09

Choose a tag to compare

<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

13 Dec 22:47

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2015-12-13)

Features

  • query: add support for $in and $nin queries (a31b2126)

v1.0.1

13 Dec 22:43

Choose a tag to compare

<a name"1.0.1">

1.0.1 (2015-12-13)

Bug Fixes

  • package: format package repository correctly (631fdda5)

v1.0.0

13 Dec 20:10

Choose a tag to compare

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

26 Nov 11:44

Choose a tag to compare

Breaking changes:

  • Deprecate ignore option in favour of blacklist (ce0af14)

New Features:

  • Query parameter whitelisting via whitelist option (527039b)

v0.0.2

26 Nov 11:48

Choose a tag to compare

New Features:

  • Add custom query functions (4dfef7a)

Bugfixing:

  • Fix missing return statement (01ae4fb)
  • Fix missing custom after query (600bec3)

v0.0.1

26 Nov 11:48

Choose a tag to compare

Initial Version