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

Latest commit

 

History

History
176 lines (95 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

176 lines (95 loc) · 2.64 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

Versions prior to 0.2.0 were released as the package "webimpress/zend-auradi-config".

1.0.1 - 2018-04-11

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.

1.0.0 - 2018-03-15

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.

0.2.2 - 2018-02-26

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.

0.2.1 - 2018-01-23

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.

0.2.0 - 2017-11-21

Added

  • Nothing.

Changed

  • Renames the package to zendframework/zend-auradi-config.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.1 - 2017-09-27

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.

0.1.0 - 2017-09-27

Initial Release.

Added

  • Everything.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.