This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-hal 1.1.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#50 fixes the
Halresource
constructor documentation of the$embedded
argument to correctly be an array ofHalResource
arrays (and not just an
array ofHalResource
instances). -
#41 fixes how
null
values in resources are handled when rendering as XML.
Previously, these would lead to anInvalidResourceValueException
; now they
are rendered as content-less tags.