- Dropped Grunt
- Now reporting code coverage properly
- #18 - Cannot read property 'http' of undefined
- #27 - logResponse doesn't reject when this.http() rejects with something that is not an Error
- #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
- #21 - Cannot read property 'method' of undefined
- #22 - Fixing issue where logging responses cannot handle Error objects. PR by @RobertHerhold
Stable Version 2.0.0
Added getEndpoint()
, which was removed from JSData
Prepare for 2.0
- Converted code to ES6.
- #10 - DSHttpAdapter#find does not call queryTransform
- Switched build to webpack. UMD should actually work now.
- #9 - Does not properly throw error in find() (like other adapters) when the item cannot be found
- Added
suffix
option
Now requiring js-data 1.1.0 to allow for safe stringification of cyclic objects
Stable Version 1.0.0
Fixed some tests.
Now in beta
- Fix for making copies of
options
- Updated dependencies
- Now safely making copies of the
options
passed into methods
- Added DSHttpAdapter.getPath
- #8 - Fixed handling of
forceTrailingSlash
option
queryTransform
,serialize
anddeserialize
now take the resource definition as the first argument instead of just the resource name
- #4 - Log failures. See also #5 and #6
- #3 - _this.defaults.log() throws Illegal invocation
- Fixed illegal invocation error
- Added
forceTrailingSlash
option toDSHttpAdapter#defaults
- Improved checking for the js-data dependency
- Refactored from
baseUrl
tobasePath
, asbaseUrl
doesn't make sense for all adapters, butbasePath
does
- Small re-organization.
- Added deserialize and serialize.
- Initial release