Skip to content

1.0.0 - 2015-07-02

Compare
Choose a tag to compare
@s-taylor s-taylor released this 01 Jul 23:34
· 31 commits to master since this release

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