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

zend-serializer 2.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 06 Apr 17:49
· 134 commits to master since this release

Added

  • #14 exposes the package as a ZF component and/or generic configuration provider, by adding the following:
    • AdapterPluginManagerFactory, which can be consumed by container-interop / zend-servicemanager to create and return a AdapterPluginManager instance.
    • ConfigProvider, which maps the service SerializerAdapterManager 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 serializer configuration.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.