Releases: florianholzapfel/express-restify-mongoose
Releases · florianholzapfel/express-restify-mongoose
3.2.0
3.1.1
2.5.0
3.1.0
- critical security fix with the
distinct
operator, see issue #252 for details
3.0.1
3.0.0
- 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
andoptions.plural
, useoptions.name = require('inflection').pluralize('modelName').toLowerCase()