Skip to content

4.2.2

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 02 Aug 15:33
· 208 commits to 4.16.x since this release
4.2.2
ed5d9ca

Release Notes for 4.2.2

Added

  • This release adds template annotations defining generics to each of:
    • Laminas\Hydrator\HydrationInterface::hydrate()
    • Laminas\Hydrator\Aggregate\HydrateEvent
      The change has no impact on functionality.

Changed

  • This release reverts the deprecation of Laminas\Hydrator\Strategy\BooleanStrategy. The class had been marked deprecated in 4.2.0, with the ScalarTypeStrategy listed as a replacement. However, on review, we determined that the mapping behavior of BooleanStrategy differed significantly from ScalarTypeStrategy and deserved its own implementation.

4.2.2

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Documentation,Enhancement

Enhancement