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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
13
### Changed
14
14
15
15
* Reworded `ValidationException` messages to align them with the wordings used in the specification.
16
-
*`DocumentParser` throws a `ValidationException` when it encounters duplicate resources.
17
-
*`TypeMapperInterface` and `TypeMapper` are now registered as the same singleton.
16
+
*`DocumentParser` throws a `ValidationException` when it encounters duplicate resources[#64](https://github.com/swisnl/json-api-client/pull/64).
17
+
*`TypeMapperInterface` and `TypeMapper` are now registered as the same singleton[#65](https://github.com/swisnl/json-api-client/pull/65).
18
18
19
19
### Fixed
20
20
21
-
*`ItemHydrator` unsets a relation when null (singular) or empty array (plural) instead of hydrating a relation with id `null`.
21
+
*`ItemHydrator` unsets a relation when null (singular) or empty array (plural) instead of hydrating a relation with id `null`[#67](https://github.com/swisnl/json-api-client/pull/67).
0 commit comments