Skip to content

1.0.0

Compare
Choose a tag to compare
@JaZo JaZo released this 18 Nov 08:48
· 149 commits to master since this release
d5ebbc2

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 a ValidationException when it encounters duplicate resources #64.
  • TypeMapperInterface and TypeMapper 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 id null #67.