Skip to content

0.11.0

Compare
Choose a tag to compare
@kocsismate kocsismate released this 16 Aug 19:58
· 408 commits to master since this release

ADDED:

  • #15: PATCH a relationship with {"data":null}
  • #33: Add support for clearing relationships

CHANGED:

  • Default values can now be defined to several methods of Request
  • Slightly optimized request body serialization
  • Renamed Request::getResourceToOneRelationship() to Request::getToOneRelationship()
  • Renamed Request::getResourceToManyRelationship() to Request::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 and MediaTypeUnsupported exception messages