This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zendframework/zend-auradi-config
Releases · zendframework/zend-auradi-config
zend-auradi-config 1.0.2
zend-auradi-config 1.0.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#10 fixes support for invokables configuration. Invokables will be instantiated on first request. If the key name does not match the class name, an alias will be created mapping the key to the target class as well.
-
#10 fixes support for delegators, ensuring they operate for both invokables and factory-based services, and always on the canonical name.
zend-auradi-config 1.0.0
zend-auradi-config 1.0.0rc1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #6 fixes an issue with invokables that are defined such that the key and the value differ. In such cases, the key should be an alias to the invokable class.
zend-auradi-config 0.2.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #6 fixes an issue with invokables that are defined such that the key and the value differ. In such cases, the key should be an alias to the invokable class.
zend-auradi-config 1.0.0alpha1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #3 removes support for PHP versions prior to PHP 7.1.
zend-auradi-config 0.2.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #5 fixes an issue whereby factories would not receive the service name as the second argument, preventing their re-use for additional services.
zend-auradi-config 0.2.0
Initial release as package zendframework/zend-auradi-config.
zend-auradi-config 0.1.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #1 fixes an issue with lowest dependencies, when deprecated interop-container was used, instead of PSR-11 container.
zend-auradi-config 0.1.0
webimpress/zend-auradi-config 0.1.0 Initial release. Aura.Di container configurator Zend\ServiceManager configuration is translated to configure Aura.Di container. It supports now: - services - invokables - factories - aliases - delegators