This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Releases: zendframework/zend-hydrator
Releases · zendframework/zend-hydrator
zend-hydrator 2.2.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #28 fixes the
Module::init()
method to properly receive aModuleManager
instance, and not expect aModuleEvent
.
zend-hydrator 2.2.0
Added
- #26 exposes the package as a ZF component and/or generic configuration provider, by adding the following:
HydratorPluginManagerFactory
, which can be consumed by container-interop / zend-servicemanager to create and return aHydratorPluginManager
instance.ConfigProvider
, which maps the serviceHydratorManager
to the above factory.Module
, which does the same asConfigProvider
, but specifically for zend-mvc applications. It also provices a specification toZend\ModuleManager\Listener\ServiceListener
to allow modules to provide hydrator configuration.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-hydrator
Added
- #20 imports the documentation from zend-stdlib, publishes it to https://zendframework.github.io/zend-hydrator/, and automates building and publishing the documentation.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
zend-hydrator 1.1.0
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #24 updates the code to be forwards-compatible with the v3 releases of zend-stdlib, zend-eventmanager, and zend-servicemanager.