0.8.0
ADDED:
- Attributes of the resource in the request body can be retrieved easier
- Even better support for relative links via the
RelativeLinks
class
CHANGED:
- ID of the hydrated resource also gets validated when it is missing
- The provided
ExceptionFactory
can be used when validating client-generated ID-s for hydration - Renamed
RequestInterface::getBodyData*
methods toRequestInterface::getResource*
FIXED:
- Methods of
TransformerTrait
were intended to be non-static