Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Releases: chris-doehring/ENM-JSON-API-Common

5.1.0

31 Oct 22:30

Choose a tag to compare

  1. Add support for php ^8.0

5.0.1

29 Jul 17:52

Choose a tag to compare

  1. Fix a bug where the default deserializer does not create null document ids

4.1.2

29 Jul 17:49

Choose a tag to compare

  1. Fix a bug where the default deserializer does not create null document ids

5.0.0

27 Jul 18:29

Choose a tag to compare

  1. Change the minimum php version to ^7.4 and implement typed properties
  2. Remove unnecessary phpdocs comments
  3. Remove the object mapper feature
  4. Remove deprecated relationship and resource specific requests

4.1.1

23 Jun 15:53

Choose a tag to compare

  1. do not throw an exception on invalid relationship requests

4.1.0

23 Jun 13:15

Choose a tag to compare

  1. add the possibility to add an existing error collection to the HttpException, where the new exception itself won't be a new error object item

4.0.0

05 May 16:58

Choose a tag to compare

  1. Fork release of the original package to implement further features
  2. Allow the id method of the ResourceInterface to contain a null value in favor of server generated resource IDs (eosnewmedia#23)
  3. Allow the JsonApiException to contain a collection of errors by default (eosnewmedia#22)
  4. Added the errors(): ErrorCollectionInterface method to the JsonApiException
  5. Removed the createError(): ErrorInterface method in the JsonApiException
  6. Added the first(): ?ErrorInterface method to the ErrorCollectionInterface
  7. Fix a bug in the URI field generation of the Request class (Thanks to eosnewmedia#21)