1.0.0
The first stable release! 🎉 This release includes some bugfixes and changes in order to align with the specification.
Changed
- Reworded
ValidationException
messages to align them with the wordings used in the specification. DocumentParser
throws aValidationException
when it encounters duplicate resources #64.TypeMapperInterface
andTypeMapper
are now registered as the same singleton #65.
Fixed
ItemHydrator
unsets a relation when null (singular) or empty array (plural) instead of hydrating a relation with idnull
#67.