Skip to content

Releases: js-data/js-data

2.2.1

10 Jul 14:11
Compare
Choose a tag to compare
2.2.1 - 09 July 2015
Backwards compatible bug fixes
  • #176 - localKey, localKeys and foreignKey don't support nested fields.

2.2.0

08 Jul 03:01
Compare
Choose a tag to compare
2.2.0 - 07 July 2015
Backwards compatible API changes

2.1.0

07 Jul 19:57
Compare
Choose a tag to compare
2.1.0 - 07 July 2015
Backwards compatible API changes
  • Added DS#clear(), which is a method only available on a store, and will call ejectAll on all of the store's resources

2.0.0

03 Jul 12:01
Compare
Choose a tag to compare
2.0.0 - 02 July 2015

Stable Version 2.0.0

2.0.0-rc.3

30 Jun 22:58
Compare
Choose a tag to compare
2.0.0-rc.3 Pre-release
Pre-release
2.0.0-rc.3 - 30 June 2015
  • Tweak to custom relation getters

2.0.0-rc.2

30 Jun 22:19
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release
2.0.0-rc.2 - 30 June 2015
Backwards compatible API changes
  • Enhanced relation getters and better localKeys support

2.0.0-rc.1

28 Jun 01:57
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release
2.0.0-rc.1 - 27 June 2015
Breaking API changes
  • Moved the getEndpoint method to the http adapter

2.0.0-beta.11

27 Jun 01:37
Compare
Choose a tag to compare
2.0.0-beta.11 Pre-release
Pre-release
2.0.0-beta.11 - 26 June 2015
Backwards compatible API changes
  • #167 - DS#refreshAll
  • #168 - DS#inject - replace instead of merge. onConflict: 'replace' will replace existing items instead of merging into them.

2.0.0-beta.9

26 Jun 17:17
Compare
Choose a tag to compare
2.0.0-beta.9 Pre-release
Pre-release
2.0.0-beta.9 - 26 June 2015
Breaking API changes
  • #161 - By default, computed properties are no longer sent to adapters. You can also configure other properties that shouldn't be sent.
Backwards compatible API changes
  • #162 - Return query metadata as second parameter from a promise.
Backwards compatible bug fixes
  • #165 - global leak

2.0.0-beta.10

26 Jun 21:52
Compare
Choose a tag to compare
2.0.0-beta.10 Pre-release
Pre-release
2.0.0-beta.10 - 26 June 2015
Backwards compatible bug fixes
  • Fix so DS#loadRelations can load all relations