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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## v2.0.0 - 2021-07-11
4
4
5
-
* Dropped `doctrine/annotations` support. All JSON API model declarations must be php 8 attributes.
6
-
* The legacy annotation classes under `Dogado\JsonApi\Annotations` have been removed.
7
-
* The `value` properties for the `Attribute` and `Type` attributes have been renamed to `name`.
8
-
* The `DataModelAnalyser::process` method only accepts objects and strings per data type. Previously, the type check has been done manually and caused a `InvalidArgumentException`.
5
+
- Dropped `doctrine/annotations` support. All JSON API model declarations must be php 8 attributes.
6
+
- The legacy annotation classes under `Dogado\JsonApi\Annotations` have been removed.
7
+
- The `value` properties for the `Attribute` and `Type` attributes have been renamed to `name`.
8
+
- The `DataModelAnalyser::process` method only accepts objects and strings per data type. Previously, the type check has been done manually and caused a `InvalidArgumentException`.
0 commit comments