Skip to content

Releases: ericclemmons/bookshelf-manager

v0.3.0

21 Sep 00:52
Compare
Choose a tag to compare
  • Update dev/peerDependencies (should be no breaking changes, but bumping minor version to be safe)
  • Add setHasOne functionality (based on #12) and add tests
  • Fix tests where assert.equal was used with incorrectly ordered parameters
  • Use Promise.method to clean up a few parts and more clearly delineate which functions return promises vs. which are synchronous
  • Closes #10

v0.2.1

07 Jul 18:34
Compare
Choose a tag to compare

Several breaking changes occurred with this version due to updating devDependencies and peerDependencies:

  • Knex and Bookshelf updated their bluebird and lodash dependencies
  • Knex changed how undefined values are inserted

See PR #9 for more details.

v0.1.0

11 Apr 20:08
Compare
Choose a tag to compare

Reimplement as a plugin for Bookshelf/Knex 0.8.x

  • See PR #7 for details