Skip to content

Releases: js-data/js-data

1.0.0-alpha.5-5

01 Dec 05:52
Compare
Choose a tag to compare
1.0.0-alpha.5-5 Pre-release
Pre-release
1.0.0-alpha.5-5 - 30 November 2014
Breaking API changes
  • findInverseLinks, findBelongsTo, findHasOne, and findHasMany now default to true
Backwards compatible bug fixes

1.0.0-alpha.5-1

19 Nov 19:20
Compare
Choose a tag to compare
1.0.0-alpha.5-1 Pre-release
Pre-release
1.0.0-alpha.5-1 - 19 November 2014

Removed DSUtils.deepFreeze

1.0.0-alpha.5-0

19 Nov 03:25
Compare
Choose a tag to compare
1.0.0-alpha.5-0 Pre-release
Pre-release
1.0.0-alpha.5-0 - 18 November 2014
Breaking API changes
  • All hooks now take the resource definition object as the first argument instead of just the name of the resource
Backwards compatible API changes

1.0.0-alpha.4-3

12 Nov 03:34
Compare
Choose a tag to compare
1.0.0-alpha.4-3 Pre-release
Pre-release
1.0.0-alpha.4-3 - 11 November 2014
Backwards compatible bug fixes
  • #19 - multiple orderBy does not work

1.0.0-alpha.4-2

10 Nov 02:29
Compare
Choose a tag to compare
1.0.0-alpha.4-2 Pre-release
Pre-release
1.0.0-alpha.4-2 - 09 November 2014
Backwards compatible API changes
Backwards compatible bug fixes

1.0.0-alpha.4-1

08 Nov 16:02
Compare
Choose a tag to compare
1.0.0-alpha.4-1 Pre-release
Pre-release
1.0.0-alpha.4-1 - 08 November 2014
Backwards compatible bug fixes
  • Various fixes

1.0.0-alpha.4-0

04 Nov 16:12
Compare
Choose a tag to compare
1.0.0-alpha.4-0 Pre-release
Pre-release
1.0.0-alpha.4-0 - 04 November 2014
Backwards compatible API changes
Backwards compatible bug fixes
  • js-data/js-data-angular#225 - If the server returned an empty array for a get request (valid scenario), angular-data throws an exception

1.0.0-alpha.2

31 Oct 15:18
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release
1.0.0-alpha.2 - 31 October 2014
Backwards compatible API changes
  • #20 - es6-promise finally polyfill

1.0.0-alpha.1-2

31 Oct 04:18
Compare
Choose a tag to compare
1.0.0-alpha.1-2 Pre-release
Pre-release
1.0.0-alpha.1-2 - 30 October 2014
Backwards compatible bug fixes
  • Fixed an issue with the options defaults util function

1.0.0-alpha.1-1

20 Oct 05:37
Compare
Choose a tag to compare
1.0.0-alpha.1-1 Pre-release
Pre-release
1.0.0-alpha.1-1 - 19 October 2014
Backwards compatible API changes
  • #10 - Add js-data-schema integration