All notable changes to this project will be documented in this file, in reverse chronological order by release.
InstanceManager::sharedInstancesWithParams()
behaves when multiple calls are
made with different sets of parameters (it should return different instances
in that situation).LocatorInterface
to extend
Interop\Container\ContainerInterface
. This required adding the following
methods:
Zend\Di\Di::has()
Zend\Di\ServiceLocator::has()
Zend\Di\Di::resolveMethodParameters()
to catch container-interop
exceptions instead of the zend-servicemanager-specific exception class. Since
all zend-servicemanager exceptions derive from container-interop, this
provides more flexibility in using any container-interop implementation as a
peering container.