Skip to content

Releases: js-data/js-data

1.2.1

06 Feb 17:43
Compare
Choose a tag to compare
1.2.1 - 06 February 2015
Backwards compatible bug fixes
  • #42 - deserialize and beforeInject are called from the parent relation when loadRelations is used

1.2.0

05 Feb 17:38
Compare
Choose a tag to compare
1.2.0 - 05 February 2015
Backwards compatible bug fixes
  • Added a getResource(resourceName) method to resource definitions so adapters can grab the definitions of a resource's relations

1.1.1

05 Feb 15:16
Compare
Choose a tag to compare
1.1.1 - 05 February 2015
Backwards compatible bug fixes
  • #46 - "actions" don't inherit basePath properly

1.1.0

05 Feb 04:44
Compare
Choose a tag to compare
1.1.0 - 04 February 2015
Backwards compatible API changes
  • Allow nested keys in "orderBy" clauses, i.e. orderBy: 'foo.bar'
  • Added get and set methods to the instance prototype for getter/setter manipulation of data store items. Use of set will trigger immediate recalculation of computed properties on the instance. Both get and set support nested key names.
  • Added a removeCircular util method so cyclic objects can be saved without fuss
  • #43 - Added contains operator to the default filter
Backwards compatible bug fixes
  • Added missing createInstance calls

1.0.0

04 Feb 05:55
Compare
Choose a tag to compare
1.0.0 - 03 February 2015

Stable Version 1.0.0

Other
  • Upgraded to the latest observe-js

1.0.0-beta.2

23 Jan 22:03
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release
1.0.0-beta.2 - 23 January 2015
Backwards compatible API changes
  • Updates to defining "actions"

1.0.0-beta.1

10 Jan 09:05
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release
1.0.0-beta.1 - 10 January 2015
Breaking API changes
  • #30 - Issue with offset. To solve this a useFilter option was added, which defaults to false. Previously DS#filter was used to return cached findAll queries, but that had problems. Now, cached items are also tracked by the query that retrieved them, so when you make a query again you consistently get the right data.
Backwards compatible API changes
  • #6 - Allow logging to be configurable
  • #29 - Add version to JSData export
  • #31 - Add build for js-data-debug.js which contains lots of debugging statements and a configurable logger.

1.0.0-alpha.5-8

06 Dec 05:40
Compare
Choose a tag to compare
1.0.0-alpha.5-8 Pre-release
Pre-release
1.0.0-alpha.5-8 - 05 December 2014
Backwards compatible API changes
  • #27 - Properly resolve parent params for generating the URL

1.0.0-alpha.5-7

05 Dec 16:47
Compare
Choose a tag to compare
1.0.0-alpha.5-7 Pre-release
Pre-release
1.0.0-alpha.5-7 - 05 December 2014
Backwards compatible API changes
  • #26 - Added the DSCreate instance method
Backwards compatible bug fixes
  • #23 - DS#findAll: make a copy of options.params if it's passed in and manipulate that

1.0.0-alpha.5-6

03 Dec 18:36
Compare
Choose a tag to compare
1.0.0-alpha.5-6 Pre-release
Pre-release
1.0.0-alpha.5-6 - 03 December 2014
Backwards compatible bug fixes
Other
  • Optimized utility functions to save several kilobytes off of minified file
  • Change detection of nested properties "should" work now