holidayextras/jsonapi-client

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
 - 2017-07-14 - v1.0.0
 - 2017-07-14 - Publish to NPM as scoped package `@holidayextras/jsonapi-client`.
 - 2017-07-14 - v0.8.1
 - 2016-07-14 - Test with latest `jsonapi-server` and update dependencies.
 - 2016-07-19 - v0.8.0
 - 2016-07-19 - Enable options in fetch requests
 - 2016-07-13 - v0.7.0
 - 2016-07-12 - Send id and type on PATCH requests
 - 2016-07-12 - Add flow and jscpd to Travis
 - 2016-07-12 - Use qs instead of perry for url formatting
 - 2016-07-12 - Don't send null id when creating a resource
 - 2016-06-22 - v0.6.0 Updating all dependencies
 - 2016-06-08 - v0.5.1 Fixes retrieval of many-to-one relationships
 - 2016-04-22 - v0.5.0 Safer error extraction, relationship deduplication bug, adding relationships to new resources
 - 2016-03-10 - v0.4.3 Error handling when fetching related resources that don't exist
 - 2016-02-10 - v0.4.2 Fix adding/removing resources to/from relationships
 - 2016-02-08 - v0.4.1 Handling resources with no relationships
 - 2015-12-17 - v0.4.0 Better handling of non-json:api payloads
 - 2015-12-17 - v0.3.0 Fixes to enable usage in web browsers
 - 2015-12-17 - v0.2.0 Better validation when changing relations
 - 2015-12-17 - v0.1.0 Adding authentication
 - 2015-11-07 - v0.0.1 Initial release