This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-hydrator 2.2.2
Added
- Nothing
Changes
- #42 updates the
ConfigProvider::getDependencies()
method to map theHydratorPluginManager
class to theHydratorPluginManagerFactory
class, and make theHydratorManager
service an alias to the fully-qualifiedHydratorPluginManager
class. - #45 changes the
ClassMethods
hydrator to take into account naming strategies when present, making it act consistently with the other hydrators.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #59 fixes how the
HydratorPluginManagerFactory
factory initializes the plugin manager instance, ensuring it is injecting the relevant configuration from theconfig
service and thus seeding it with configured hydrator services. This means that thehydrators
configuration will now be honored in non-zend-mvc contexts.