Skip to content

Releases: Prismatik/mongoose-reverse-populate

1.1.0 - 2015-08-23

23 Aug 03:01
Compare
Choose a tag to compare

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

01 Jul 23:34
Compare
Choose a tag to compare

!!! 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