Skip to content

Latest commit

 

History

History
342 lines (175 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

342 lines (175 loc) · 4.69 KB

Changelog

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

V4.0.2 - TBD

Added

  • #35 Allow to disbale use autowire.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V4.0.1 - 2018-11-07

This is the complete change log. You can also read the migration guide for upgrading.

Added

  • Nothing.

Changed

  • #28 Consider to change namespace (BC).
  • #31 Zend\Di namespace.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.9 - 2018-10-31

Added

  • #25 Use Expressive Skeleton installer with PHP-DI results in error.

Changed

  • #26 Indicate visibility of constants.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.8 - 2018-10-19

Added

  • Nothing.

Changed

  • #24 Config::configureContainer improvements.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.7 - 2018-10-16

Added

  • #21 Add contributing.md document.
  • #23 Launch composer udpate.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.6 - 2018-10-08

Added

  • #22 Include PHP Static Analysis Tool.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.5 - 2018-09-12

Added

  • #20 Makes invokables an array of services.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.4 - 2018-09-10

Added

  • #19 Add documentation for the cli command.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.3 - 2018-06-06

Added

  • #17 Add documentation for the cli command.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.2 - 2018-06-05

Added

  • #16 Add entries to .gitattributes.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.1 - 2018-06-05

Added

  • #14 Add .gitattributes file to exclude files from release.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V3.0.0 - 2018-06-05

Added

  • #12 Expose a CLI command for adding an autowires entry to configuration.

Changed

  • #11 autowires configuration should accept a straight array and not an associative key pair value. Any aliases needed should be created in the aliases configuration.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V2.0.2 - 2018-06-04

Added

  • Nothing.

Changed

  • #9 Config class should use config constant instead of using config key.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V2.0.1 - 2018-06-02

Added

  • #8 Updated composer.
  • #7 Renamed test folder.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V2.0.0 - 2018-05-31

Added

  • #6 New autowire key support to ConfigProvider.
  • #5 Travis coverage.

Changed

  • #4 Change travis for code coverage.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #3 DI_CACHE_PATH isn't recognized.
  • #2 Added config key to the definition array.
  • #1 Invokable class created with autowire function.