* Fix pointer for ``id`` in error objects (:issue:`90`). Thanks :user:`rgant` for the catch and patch.
0.15.0
===================
Features:
* ``Relationship`` field supports deserializing included data (:issue:`83`). Thanks :user:`anuragagarwal561994` for the suggestion and thanks :user:`asteinlein` for the PR.
0.14.0
===================
Features:
* ``Relationship`` respects its passed ``Schema's`` ``get_attribute`` method when getting the ``id`` field for resource linkages (:issue:`80`). Thanks :user:`scmmmh` for the PR.
0.13.0
===================
Features:
* Add support for including deeply nested relationships in compount documents (:issue:`61`). Thanks :user:`mrhanky17` for the PR.
0.12.0
===================
Features:
* Use default attribute value instead of raising exception if relationship is ``None`` on ``Relationship`` field (:issue:`75`). Thanks :user:`akira-dev`.
0.11.1
===================
Bug fixes:
- Fix formatting JSON pointer when serializing an invalid object at index 0 (:issue:`77`). Thanks :user:`danpoland` for the catch and patch.