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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
14
15
15
* Add headers to request methods in `DocumentClientInterface`.
16
16
N.B. This is a breaking change if you implement the interface yourself or extend the `DocumentClient`. [#34](https://github.com/swisnl/json-api-client/pull/34)
N.B. This is a breaking change if you catch `DocumentNotFoundException` or `DocumentTypeException`. If you would like the old behaviour, you can simply extend the `Repository` and implement it yourself.
19
19
20
20
### Removed
21
21
22
22
* Removed obsolete `ItemDocumentSerializer` in favor of `JsonSerializable`.
23
23
N.B. This is a breaking change if you use this class directly, construct the `DocumentClient` yourself or have overwritten `\Swis\JsonApi\Client\Providers\ServiceProvider::registerClients`. The `ItemDocument` can now be serialized using its `jsonSerialize` method.
24
-
* Removed obsolete `DocumentNotFoundException` and `DocumentTypeException`.
24
+
* Removed obsolete `DocumentNotFoundException` and `DocumentTypeException`.[#41](https://github.com/swisnl/json-api-client/pull/41)
25
25
N.B. This is a breaking change if you catch these exceptions.
0 commit comments