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

zend-hydrator 2.3.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 02 Oct 15:03
· 199 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #67 fixes an issue in the ArraySerializable::hydrate() logic whereby nested array data was merged instead of replaced during hydration. The hydrator now correctly replaces such data.