Skip to content

Releases: js-data/js-data

1.6.2

02 Apr 05:13
Compare
Choose a tag to compare
1.6.2 - 01 April 2015
Backwards compatible bug fixes
  • #104 - DS.schemator is undefined when using browserify

1.6.1

31 Mar 20:44
Compare
Choose a tag to compare
1.6.1 - 31 March 2015
Backwards compatible bug fixes
  • #101 - Reject instead of throw, as throw is messy in the console

1.6.0

29 Mar 20:32
Compare
Choose a tag to compare
1.6.0 - 29 March 2015
Backwards compatible API changes
  • #97 - Don't link relations where localField is undefined
Backwards compatible bug fixes
  • #95 - actions should use defaultAdapter of the resource

1.5.13

25 Mar 17:32
Compare
Choose a tag to compare
1.5.13 - 25 March 2015
Backwards compatible bug fixes
  • #91 - Wrong second argument passed to afterCreateInstance

1.5.12

24 Mar 02:40
Compare
Choose a tag to compare
1.5.12 - 23 March 2015
Backwards compatible bug fixes
  • #84 - DS.Inject performance issues when reloading data (DSUtils.copy was attempting to copy relations)

1.5.11

23 Mar 00:29
Compare
Choose a tag to compare
1.5.11 - 22 March 2015
Backwards compatible bug fixes
  • #83 - Change detection incorrectly handles cycles in the object

1.5.10

19 Mar 16:18
Compare
Choose a tag to compare
1.5.10 - 19 March 2015
Backwards compatible bug fixes
  • #81 - Sometimes inject with nested relations causes an infinite loop
Other
  • Added .npmignore for a slimmer npm package

1.5.9

19 Mar 03:07
Compare
Choose a tag to compare
1.5.9 - 18 March 2015
Backwards compatible bug fixes
  • #76 - Saving relation fields with changesOnly=true
  • #80 - save + changesOnly + nested relations + no actual changes results in an error
Other
  • Upgraded dependencies

1.5.8

14 Mar 19:53
Compare
Choose a tag to compare
1.5.8 - 14 March 2015
Other
  • Extracted BinaryHeap class to its own npm module

1.5.7

13 Mar 23:25
Compare
Choose a tag to compare
1.5.7 - 13 March 2015
Backwards compatible bug fixes
  • #75 - DSUtils.removeCircular is removing more stuff than it should