Skip to content

v2.0.0

Compare
Choose a tag to compare
@chris-doehring chris-doehring released this 11 Jul 10:35
· 7 commits to main since this release
e19f99e
  • 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.