zend-servicemanager v3.4.0 Release Notes

Release Date: 2018-12-22 // over 5 years ago
  • โž• Added

    • #275 Enables plugin managers to accept as a creation context PSR Containers not implementing Interop interface

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #268 Fixes ReflectionBasedAbstractFactory trying to instantiate classes with private constructors

Previous changes from v3.3.2

  • โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • #243 provides a fix to the ReflectionBasedAbstractFactory to resolve type-hinted arguments with default values to their default values if no matching type is found in the container.

    • ๐Ÿ›  #233 fixes a number of parameter annotations to reflect the actual types used.