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

Releases: zendframework/zend-auradi-config

zend-auradi-config 1.0.2

20 May 20:53
1.0.2
eb510d2
Compare
Choose a tag to compare

Added

  • #11 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-auradi-config 1.0.1

11 Apr 17:44
Compare
Choose a tag to compare

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

15 Mar 19:51
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #3 removes support for PHP versions prior to PHP 7.1.

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.0rc1

26 Feb 16:27
Compare
Choose a tag to compare

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

26 Feb 16:23
Compare
Choose a tag to compare

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

07 Feb 16:06
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #3 removes support for PHP versions prior to PHP 7.1.

zend-auradi-config 0.2.1

23 Jan 17:12
Compare
Choose a tag to compare

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

21 Nov 15:30
Compare
Choose a tag to compare

Initial release as package zendframework/zend-auradi-config.

zend-auradi-config 0.1.1

27 Sep 22:59
0.1.1
Compare
Choose a tag to compare

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

27 Sep 22:12
0.1.0
Compare
Choose a tag to compare
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