Skip to content

0.9.0

Compare
Choose a tag to compare
@kocsismate kocsismate released this 25 Nov 23:27
· 547 commits to master since this release

ADDED:

  • Possibility to pass additional meta information for documents when fetching the response
  • Possibility to only load relationship data when the relationship itself is included

CHANGED:

  • Renamed getDefaultRelationships() to getDefaultIncludedRelationships() in transformers to better reflect its meaning
  • The "data" key of relationships won't be present in the response when it is empty
  • Renamed Links::addLinks() to Links::setLinks() and Links::addLink() to Links::setLink()

REMOVED:

  • Most of the Links::create* static methods to simplify creation
  • RelativeLinks class as it became useless

FIXED:

  • Responder::getDocumentResourceResponse() was wrongly called statically
  • PHP version constraint in composer.json