1006 B
1006 B
Changelog
All notable changes to this project will be documented in this file, in reverse chronological order by release.
1.0.0 - 2015-09-17
Initial release. This ports all hydrator classes and functionality from zend-stdlib to a standalone repository. All final keywords are removed, to allow a deprecation cycle in the zend-stdlib component.
Please note: the following classes will be marked as final for a version 2.0.0
release to immediately follow 1.0.0:
Zend\Hydrator\NamingStrategy\IdentityNamingStrategyZend\Hydrator\NamingStrategy\ArrayMapNamingStrategyZend\Hydrator\NamingStrategy\CompositeNamingStrategyZend\Hydrator\Strategy\ExplodeStrategyZend\Hydrator\Strategy\StrategyChainZend\Hydrator\Strategy\DateTimeFormatterStrategyZend\Hydrator\Strategy\BooleanStrategy
As such, you should not extend them.
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.