2.1.0
ADDED:
- #13:
DocumentHydratorInterface
andClassDocumentHydrator
in order to fix some issues with theHydratorInterface
andClassHydrator
- #15: New accessor and mutator methods for
WoohooLabs\Yang\JsonApi\Request\ResourceObject
:id()
,setId()
,type()
,setType()
,attributes()
,relationships()
DEPRECATED:
HydratorInterface
: use theDocumentHydratorInterface
insteadClassHydrator
: use theClassDocumentHydrator
instead