0.10.0
This version incorporates some new methods to easily retrieve the content of the request body and some important bug
fixes. It doesn't contain any breaking changes so updating to v10.0 is highly recommended.
ADDED:
AbstractSimpleResourceDocument
to define documents containing information about a single resource without
the need of a resource transformerClientGeneratedIdRequired
exceptiongetResourceAttributes()
method toRequestInterface
getResourceToOneRelationship()
andgetResourceToManyRelationship()
methods toRequestInterface
CHANGED:
TransformerTrait
transformations are now type hinted againstDateTimeInterface
to supportDateTimeImmutable
FIXED:
- Parameter order in
AbstractCreateHydrator::hydrate()
- GH-3: Fixed multi-level relationships
- Issue when include query param is an empty string