Skip to content

0.4.0

Compare
Choose a tag to compare
@kocsismate kocsismate released this 16 Sep 07:18
· 289 commits to master since this release

ADDED:

  • Support for HTTPlug library to abstract the HTTP client away
  • JsonApiResource::setAttributes() method

CHANGED:

  • Moved asyncronous functionalities of JsonApiClient into JsonApiAsyncClient
  • JsonApiClient::request() method was renamed to JsonApiClient::sendRequest()
  • JsonApiAsyncClient::requestAsync() method was renamed to JsonApiAsyncClient::sendAsyncRequest()

FIXED:

  • Error when serialized response body is apparently empty even though it contains data