This repository was archived by the owner on Jun 15, 2021. It is now read-only.
Releases: chris-doehring/ENM-JSON-API-Common
Releases · chris-doehring/ENM-JSON-API-Common
5.1.0
5.0.1
- Fix a bug where the default deserializer does not create
nulldocument ids
4.1.2
- Fix a bug where the default deserializer does not create
nulldocument ids
5.0.0
- Change the minimum php version to
^7.4and implement typed properties - Remove unnecessary phpdocs comments
- Remove the object mapper feature
- Remove deprecated relationship and resource specific requests
4.1.1
- do not throw an exception on invalid relationship requests
4.1.0
- 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
- Fork release of the original package to implement further features
- Allow the
idmethod of theResourceInterfaceto contain anullvalue in favor of server generated resource IDs (eosnewmedia#23) - Allow the
JsonApiExceptionto contain a collection of errors by default (eosnewmedia#22) - Added the
errors(): ErrorCollectionInterfacemethod to theJsonApiException - Removed the
createError(): ErrorInterfacemethod in theJsonApiException - Added the
first(): ?ErrorInterfacemethod to theErrorCollectionInterface - Fix a bug in the URI field generation of the
Requestclass (Thanks to eosnewmedia#21)