Skip to content

Releases: florianholzapfel/express-restify-mongoose

3.2.0

17 Mar 13:59
Compare
Choose a tag to compare
  • added an option to disable regex operations (#195)
  • fixed queries with an idProperty resulting in a CastError to return 404 instead of 400 (#184)
  • fixed query parser to handle geospatial operators (#187)

3.1.1

04 Mar 16:17
Compare
Choose a tag to compare
  • Updated lodash to ~4.6.0

2.5.0

26 Feb 18:22
Compare
Choose a tag to compare
  • critical security fix with the distinct operator, see issue #252 for details

3.1.0

23 Feb 00:08
Compare
Choose a tag to compare
  • critical security fix with the distinct operator, see issue #252 for details

3.0.1

08 Feb 19:09
Compare
Choose a tag to compare

Update lodash & standard: #242 & #243

3.0.0

06 Feb 01:00
Compare
Choose a tag to compare
  • ported source to ES2015, compiled and published as ES5 with Babel
  • document filtering is now done right before output allowing access to the full document in post middleware
  • removed options.lowercase and options.plural, use options.name = require('inflection').pluralize('modelName').toLowerCase()

2.4.0

11 Jan 17:06
Compare
Choose a tag to compare

feat: option to include total count header #218

2.3.2

06 Jan 16:09
Compare
Choose a tag to compare
2.3.2

2.3.0

22 Oct 20:12
Compare
Choose a tag to compare
  • fix: prevent defaults() from duplicating preUpdates/Deletes (#183)
  • feat(filter): handle nested, populated, and discriminator fields (#181)

0.7.5

26 Mar 16:13
Compare
Choose a tag to compare