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

Releases: zendframework/zend-hydrator

zend-hydrator 2.2.1

18 Apr 18:01
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #28 fixes the Module::init() method to properly receive a ModuleManager instance, and not expect a ModuleEvent.

zend-hydrator 2.2.0

06 Apr 19:12
Compare
Choose a tag to compare

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 a HydratorPluginManager instance.
    • ConfigProvider, which maps the service HydratorManager to the above factory.
    • Module, which does the same as ConfigProvider, but specifically for zend-mvc applications. It also provices a specification to Zend\ModuleManager\Listener\ServiceListener to allow modules to provide hydrator configuration.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-hydrator

18 Feb 22:34
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #6 add additional unit test coverage
  • #17 and #23 update the code to be forwards compatible with zend-servicemanager v3, and to depend on zend-stdlib and zend-eventmanager v3.

zend-hydrator 1.1.0

18 Feb 22:40
Compare
Choose a tag to compare

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.