Releases: florianholzapfel/express-restify-mongoose
Releases · florianholzapfel/express-restify-mongoose
0.6.5
ADD: option outputFn
to use a custom output function
0.6.4
ADD: updated dependencies
0.6.3
- ADD: query Parameter to pass all mongoose Query options with URL
0.6.2
- ADD: logical operators $and, $or to improve query capabilities with Mongoose
- ADD: uses and inflection libraray for pluralization
0.6.1
- FIX: populate fields will not have effect on select fields as supported by Mongoose
0.6.0
- ADD: support for sub documents
0.5.8
- updated dependencies
0.5.7
- ADD: subselect on populated fields to populate section
- ADD: nested selects for populated fields
0.5.6
- ADD: respond with http 400 bad request when receiving an empty body while creating or updating an entry
0.5.5
- FIX: null ObjectId in createObject() and modifyObject()