Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-expressive-hal 1.1.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Dec 17:28
· 31 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #50 fixes the Halresource constructor documentation of the $embedded
    argument to correctly be an array of HalResource arrays (and not just an
    array of HalResource instances).

  • #41 fixes how null values in resources are handled when rendering as XML.
    Previously, these would lead to an InvalidResourceValueException; now they
    are rendered as content-less tags.