v2.0.0
- Drop
doctrine/annotations
support. All JSON API model declarations must be php 8 attributes. - The legacy annotation classes under
Dogado\JsonApi\Annotations
have been removed. - The
value
properties for theAttribute
andType
attributes have been renamed toname
. - The
DataModelAnalyser::process
method only accepts objects and strings per data type. Previously, the type check has been done manually and caused aInvalidArgumentException
.