Releases: js-data/js-data-http
Releases · js-data/js-data-http
3.0.0-alpha.2
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 ofDSHttpAdapter
. e.g.DSHttpAdapter#defaults.deserialize
is now atDSHttpAdapter#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
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
2.1.1
2.1.0
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
2.0.0-rc.1
2.0.0-rc.1 - xx June 2015
Added getEndpoint()
, which was removed from JSData
2.0.0-beta.2
2.0.0-beta.2 - 17 April 2015
Prepare for 2.0