Releases: florianholzapfel/express-restify-mongoose
0.7.4
0.7.3
0.7.2
0.7.0
0.6.11
FIX: send HTTP 400 Bad Request instead of HTTP 404 Not Found on schema validation errors
0.6.10
ADD: option findOneAndUpdate
ADD: allow to query virtual types
FIX: 'json spaces' not working
FIX: Handle filterObject() errors gracefully
FIX: middleware overwritten by clearQuery
FIX: return HTTP 400 Bad Request when querying an unknown value
0.6.9
ADD: Allow specification of model name
ADD: Make cleanQuery run after middleware
ADD: inline field access declaration
ADD: example with prereq and contextFilter
ADD: express 4 sample
ADD: update package versions
0.6.8
ADD: contextFilter is async
ADD: Use findOneAndRemove for DELETE/:id; remove postDelete for DELETE
ADD: Allow placement of id to vary; allow custom id property
ADD: default idProperty to '_id'
0.6.7
ADD: postCreate function which is run after document creation.
ADD: postDelete function which is run after document deletion.
0.6.6
ADD: Context filter allows authorization per request, for example filtering items based on req.user.