This repository was 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
Halresourceconstructor documentation of the$embedded
argument to correctly be an array ofHalResourcearrays (and not just an
array ofHalResourceinstances). -
#41 fixes how
nullvalues in resources are handled when rendering as XML.
Previously, these would lead to anInvalidResourceValueException; now they
are rendered as content-less tags.