0.11.0
ADDED:
CHANGED:
- Default values can now be defined to several methods of
Request
- Slightly optimized request body serialization
- Renamed
Request::getResourceToOneRelationship()
toRequest::getToOneRelationship()
- Renamed
Request::getResourceToManyRelationship()
toRequest::getToManyRelationship()
- Changed the signature of the
Request
constructor from__construct(ServerRequestInterface $request)
to__construct(ServerRequestInterface $request, ExceptionFactoryInterface $exceptionFactory)
REMOVED:
- Support for extensions
FIXED:
- #30:
ResourceIdentifier::fromArray()
returning null is not handled gracefully MediaTypeUnacceptable
andMediaTypeUnsupported
exception messages