Releases: florianholzapfel/express-restify-mongoose
Releases · florianholzapfel/express-restify-mongoose
0.2.5
0.2.4
- ADD: postProcess function
0.2.3
- ADD: Make using restify explicit, since its support is secondary
- ADD: exclude some tests for express
0.2.2
- ADD: create multiple objects at once
- ADD: don't allow querying for excluded keys
- FIX: query and order documentation does not work for restify
0.2.1
- ADD: tests for excluded keys
- ADD: Travis CI (https://travis-ci.org)
- FIX: get item by id does not respect excluded keys
- FIX: modify item does not respect excluded keys
0.2
- ADD: Support restify as the application instead of express
- ADD: Unit tests
0.1.1
- ADD: removed trailing slash from count uri
- ADD: updated documentation
0.1
- ADD: defaultSelect & ?select='' parameters. - See pull request for details.
- ADD: support for querying count (ie. api/v1/todos/count/?done=true #=> {count: integer}).
- ADD: support for querying a key's value using regular expressions