0.9.0
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()
togetDefaultIncludedRelationships()
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()
toLinks::setLinks()
andLinks::addLink()
toLinks::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