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

zend-hydrator 2.2.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 20 Sep 21:20
· 240 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #65 fixes the hydration behavior of the ArraySerializable hydrator when using exchangeArray(). Previously, the method would clear any existing values from the instance, which is problematic when a partial update is provided as values not in the update would disappear. The class now pulls the original values, and recursively merges the replacement with those values.