Skip to content

Releases: js-data/js-data-http

3.0.0-beta.2

18 Apr 03:23
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release
3.0.0-beta.2 - 17 April 2016

Official v3 beta release

Other
  • Upgraded some devDependencies

3.0.0-beta.2 API Reference docs

3.0.0-alpha.9

19 Mar 00:09
Compare
Choose a tag to compare
3.0.0-alpha.9 Pre-release
Pre-release
3.0.0-alpha.9 - 18 March 2016
Backwards compatible API changes
  • Added sum and count methods
Other
  • Cleaned up some things

3.0.0-alpha.9 API Reference Docs

3.0.0-alpha.8

18 Mar 00:17
Compare
Choose a tag to compare
3.0.0-alpha.8 Pre-release
Pre-release
3.0.0-alpha.8 - 17 March 2016
  • Rebased master
3.0.0-alpha.7 - 10 March 2016
Other
  • Now using js-data-repo-tools
  • Now using js-data-adapter

3.0.0-alpha.8 API Reference Docs

2.2.2

18 Mar 23:46
Compare
Choose a tag to compare
2.2.2 - 18 March 2016
Backwards compatible bug fixes
  • #39 - Cannot override default suffix
  • Improved fix for #44
  • Removed rogue console.log statement

2.2.1

17 Mar 23:58
Compare
Choose a tag to compare
2.2.1 - 17 March 2016
Backwards compatible bug fixes
  • #44 - Angular/HTTP: Canceling requests with timeout promise does not work
  • #45 - Map file path in js-data-http.min.js is incorrect.
  • #46 - Sending large payloads takes huge amount of time - thanks @ivanvoznyakovsky
  • #47 - perf(http): speed up preparation of http config with large payload - thanks @ivanvoznyakovsky

3.0.0-alpha.6

23 Feb 22:16
Compare
Choose a tag to compare
3.0.0-alpha.6 Pre-release
Pre-release
3.0.0-alpha.6 - 23 February 2016
  • getEndpoint now works with multiple parents

3.0.0-alpha.5

23 Feb 21:27
Compare
Choose a tag to compare
3.0.0-alpha.5 Pre-release
Pre-release

Rebased master

2.2.0

23 Feb 20:36
Compare
Choose a tag to compare
2.2.0 - 23 February 2016
Backwards compatible API changes
  • #40 - Add support for multiple parents by @tfoxy
Other
  • Upgraded dependencies, including bundled axios
  • Added AUTHORS and CONTRIBUTORS files
  • Updated Readme

3.0.0-alpha.4

13 Feb 06:23
Compare
Choose a tag to compare
3.0.0-alpha.4 Pre-release
Pre-release
3.0.0-alpha.4 - 12 February 2016
Backwards compatible API changes
  • Better debugging/logging
  • Updates for the newest js-data alpha

3.0.0-alpha.3

11 Jan 00:16
Compare
Choose a tag to compare
3.0.0-alpha.3 Pre-release
Pre-release
3.0.0-alpha.3 - 10 January 2016
Backwards compatible API changes
  • Added updateMany, createMany, and responseError methods.