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
Requestconstructor from__construct(ServerRequestInterface $request)to__construct(ServerRequestInterface $request, ExceptionFactoryInterface $exceptionFactory)
REMOVED:
- Support for extensions
FIXED:
- #30:
ResourceIdentifier::fromArray()returning null is not handled gracefully MediaTypeUnacceptableandMediaTypeUnsupportedexception messages