You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the Attribute and Type attributes have been renamed to name.
The DataModelAnalyser::process method only accepts objects and strings per data type. Previously, the type check has been done manually and caused a InvalidArgumentException.