Skip to content

Releases: js-data/js-data-http

3.0.0-alpha.2

10 Jan 01:12
Compare
Choose a tag to compare
3.0.0-alpha.2 Pre-release
Pre-release
3.0.0-alpha.2 - 09 January 2016
Breaking API changes
  • All options that could be found at DSHttpAdapter#defaults will now be on
    the actual instances of DSHttpAdapter. e.g. DSHttpAdapter#defaults.deserialize
    is now at DSHttpAdapter#deserialize. This makes it easier to extend the
    DSHttpAdapter class and override its methods.
Backwards compatible API changes
  • Added lifecycle methods: beforeFind, afterPOST, etc.
  • Added support for the raw option

3.0.0-alpha.1

12 Dec 22:50
Compare
Choose a tag to compare
3.0.0-alpha.1 Pre-release
Pre-release
3.0.0-alpha.1 - 12 December 2015
Breaking API changes
  • Actions are now part of js-data-http, rather than js-data
  • Now requires js-data 3.x or greater
Backwards compatible API changes
  • Added option to support use of window.fetch
  • Added option to supply custom http implementation
Other
  • Published the js-data-http-node package, a build of js-data-http that works in Node.js

2.1.2

29 Oct 01:32
Compare
Choose a tag to compare
2.1.2 - 28 October 2015
Other
  • Dropped Grunt
  • Now reporting code coverage properly

2.1.1

20 Sep 21:52
Compare
Choose a tag to compare
2.1.1 - 20 September 2015
Backwards compatible bug fixes
  • #18 - Cannot read property 'http' of undefined
  • #27 - logResponse doesn't reject when this.http() rejects with something that is not an Error

2.1.0

12 Sep 07:02
Compare
Choose a tag to compare
2.1.0 - 11 September 2015
Backwards compatible API changes
  • #20 - DSHttpAdapter.POST does not pick DSHttpAdapter.defaults.basePath
  • #25 - Allow urlPath override for httpAdapter PR by @internalfx
  • #26 - Add support for full url override
Backwards compatible bug fixes
  • #21 - Cannot read property 'method' of undefined
  • #22 - Fixing issue where logging responses cannot handle Error objects. PR by @RobertHerhold

2.0.0

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

Stable Version 2.0.0

2.0.0-rc.1

28 Jun 02:00
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release
2.0.0-rc.1 - xx June 2015

Added getEndpoint(), which was removed from JSData

2.0.0-beta.2

17 Apr 20:27
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release
2.0.0-beta.2 - 17 April 2015

Prepare for 2.0

1.2.3

07 Mar 23:38
Compare
Choose a tag to compare
1.2.3 - 07 March 2015
Other
  • Converted code to ES6.

1.2.2

05 Mar 05:02
Compare
Choose a tag to compare
1.2.2 - 04 March 2015
Backwards compatible bug fixes
  • #10 - DSHttpAdapter#find does not call queryTransform
Other
  • Switched build to webpack. UMD should actually work now.