Skip to content

2.4.0

Compare
Choose a tag to compare
@jmdobry jmdobry released this 23 Sep 03:40
· 374 commits to master since this release
2.4.0 - 22 September 2015
Backwards compatible API changes
  • #179 - Implemented a feature like Sequelize Scopes
  • #201 - Feature request: hook into loadRelations
  • #217 - Add afterFind, afterFindAll, and afterLoadRelations hooks
Bug fixes
  • #203 - createInstance/compute don't know about computed properties as property accessors
  • #215 - Javascript error when trying to merge model with null value for relation
  • #216 - Update remove circular to support File objects
  • #218 - linkRelations (like cacheResponse) should have defaulted to false on the server
Other
  • #204 - Choose official code style for project
  • Switched unnecessary arrow functions back to regular functions to improve performance
  • Updated CONTRIBUTING.md