0.4.0
ADDED:
- Support for HTTPlug library to abstract the HTTP client away
JsonApiResource::setAttributes()
method
CHANGED:
- Moved asyncronous functionalities of
JsonApiClient
intoJsonApiAsyncClient
JsonApiClient::request()
method was renamed toJsonApiClient::sendRequest()
JsonApiAsyncClient::requestAsync()
method was renamed toJsonApiAsyncClient::sendAsyncRequest()
FIXED:
- Error when serialized response body is apparently empty even though it contains data