You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major refactoring, including support for mongoose 4.x (#13)
major refactoring including several fixes and more tests
* Update package.json
* fixes against latest mongoose.
* This drops `Model.Query` api because it seems to be internally used by mongoose. Use `Model.query` instead.
* split module to smaller parts
* add parseQuery tests
* add more promise supports (flat)
* several fixes popups during parseQuery tests, e.g. date parsing
* moving to ES6 age.. - require node.js 6.x .
* update documentation
mongoose query creator. Alternative for mongoose-api-query but without schema understanding.
9
-
This very simple library can be used for example expressjs+mongoose applications to help
10
-
construct mongoose query model directly from url parameters.
8
+
This library is usefull example with `expressjs` + `mongoose` applications to help construct mongoose query model directly from url parameters. Example:
0 commit comments