This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-hal 1.0.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #37 modifies
HalResource
to no longer treat empty arrays as embedded collections when
passed via the constructor orwithElement()
. If an empty embedded collection
is required, useembed()
with a boolean third argument to force
representation as an array of resources.