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

zend-hydrator 3.0.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 15 Mar 14:13
· 10 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #103 restores the original behavior of the UnderscoreNamingStrategy with
    regards to how numeric characters are treated. In version 2, they were
    never used as word boundaries, while version 3.0 used them as word
    boundaries in very specific, but hard to predict, scenarios. This release
    restores the original behavior from version 2.