Skip to content

Releases: js-data/js-data

2.8.1

03 Nov 06:02
Compare
Choose a tag to compare
2.8.1 - 02 November 2015
Backwards compatible bug fixes
  • #239 - loadRelations assumes cacheResponse and linkRelations options are true
  • #259, #260 - Reverting undefined keys by @davincho

2.8.0

27 Oct 04:00
Compare
Choose a tag to compare
2.8.0 - 26 October 2015
Backwards compatible API changes
  • #211 - Add case insensitive filtering in query syntax

2.7.0

23 Oct 06:42
Compare
Choose a tag to compare
2.7.0 - 22 October 2015
Backwards compatible API changes
Other
  • Dropped Grunt

2.6.1

12 Oct 16:19
Compare
Choose a tag to compare
2.6.1 - 12 October 2015
Bug fixes

2.6.0

09 Oct 03:32
Compare
Choose a tag to compare
2.6.0 - 08 October 2015
Backwards compatible API changes
  • #234 - findAll should query adapter if previous query is expired.
  • #235 - Support maxAge in find/findAll requests by @antoinebrault
Bug fixes
  • #236 - actions defined in defineResource are shared across definitions

2.5.0

04 Oct 21:48
Compare
Choose a tag to compare
2.5.0 - 04 October 2015
Backwards compatible API changes
  • #187 - No way to hook into error events globally
  • #201 - Feature request: hook into loadRelations
  • #220 - Optionally disable injection of nested relations
  • #231 - Added hasMany relations linking using "foreignKeys" by @treyenelson
Bug fixes
  • #229 - DS.change is emitted on an instance multiple times after only 1 modification
  • #232 - Adapter default basepath is taken instead of definition basepath when using an action.

2.4.0

23 Sep 03:40
Compare
Choose a tag to compare
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

2.3.0

30 Jul 22:21
Compare
Choose a tag to compare
2.3.0 - 30 July 2015
Backwards compatible API changes
  • #186 - Add relation setters for convenience
  • #191 - Add ability to disable change detection
  • #192 - Add ability to configure computed property as a property accessor
Backwards compatible bug fixes
  • #190 - computed properties false positive minified code warning

2.2.3

22 Jul 21:35
Compare
Choose a tag to compare
2.2.3 - 22 July 2015
Backwards compatible bug fixes
  • Removed some asinine optimizations

2.2.2

10 Jul 14:11
Compare
Choose a tag to compare
2.2.2 - 10 July 2015
Backwards compatible bug fixes
  • #177 - Fix Events.off