Releases: Prismatik/mongoose-reverse-populate
Releases · Prismatik/mongoose-reverse-populate
1.1.0 - 2015-08-23
Features
- Added ability to pass "select", "sort" and "populate" into function
- Swap out underscore for lodash
Bugs
- Ensure checking required fields invokes callback with error and doesn't throw
Other
- Tidy code with jshint
- Refactor code
1.0.0 - 2015-07-02
!!! Warning, this version contains breaking changes (if you are using 0.1.0) !!!
Features
- Refactor function to accept options object instead of 5 arguments + callback (breaking change!)
- Allow filters to be passed to underlying populate query so you can restrict which related models are populated
- Add Travis CI to run tests
- Tidy up tests
Other
- Swap out lodash for underscore