Skip to content

2.1.0

Compare
Choose a tag to compare
@kocsismate kocsismate released this 17 Apr 07:32
· 83 commits to master since this release
2.1.0
eecc2b5

ADDED:

  • #13: DocumentHydratorInterface and ClassDocumentHydrator in order to fix some issues with the HydratorInterface and ClassHydrator
  • #15: New accessor and mutator methods for WoohooLabs\Yang\JsonApi\Request\ResourceObject: id(), setId(), type(), setType(), attributes(), relationships()

DEPRECATED:

  • HydratorInterface: use the DocumentHydratorInterface instead
  • ClassHydrator: use the ClassDocumentHydrator instead