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

zend-expressive-hal 1.0.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 04 Apr 18:04
· 72 commits to master since this release

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 or withElement(). If an empty embedded collection
    is required, use embed() with a boolean third argument to force
    representation as an array of resources.