Skip to content

1.0.0-beta

Choose a tag to compare

@JaZo JaZo released this 22 Jul 14:02
· 228 commits to master since this release

Changed

  • Drop art4/json-api-client dependency and validate the JSON ourselves #58.
  • \Swis\JsonApi\Client\Exceptions\ValidationException is thrown instead of \Art4\JsonApiClient\Exception\ValidationException #58.
  • Added hasAttribute to ItemInterface.
  • All exceptions thrown by this package now implement \Swis\JsonApi\Client\Exceptions\Exception.

Fixed

  • Empty (null) links are correctly parsed.
  • Empty (null) singular relationships are correctly parsed.