Zend Serializer v2.7.0 Release Notes

Release Date: 2016-04-06 // about 8 years ago
  • โž• 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.