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

zend-hydrator 3.0.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Jan 19:29
· 16 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #97 adds a missing static keyword to Zend\Hydrator\NamingStrategy\MapNamingStrategy::createFromAsymmetricMap,
    and simultaneously fixes a mis-spelling of the method name (it incorrectly
    used two "s" characters previously, and only one "m" in "asymmetric"). As the
    method could not be invoked as documented previously, these changes are
    considered bugfixes and not BC breaks.

  • #96 fixes issue with integer keys in ArraySerializableHydrator. Keys are now
    cast to strings as we have strict type declaration in the library.