Skip to content

Latest commit

 

History

History
611 lines (311 loc) · 7.62 KB

CHANGELOG.md

File metadata and controls

611 lines (311 loc) · 7.62 KB

Changelog

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

V9.0.2 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V9.0.1 - 2023-03-28

Added

  • Nothing.

Changed

  • #57 Added support to PHP-DI 7.0

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V9.0.0 - 2022-09-24

Added

  • Nothing.

Changed

  • #55 PHP8.1 Compatibility

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V8.1.1 - 2002-03-14

Added

  • Nothing.

Changed

  • #52 Container compilation and delegators

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V8.1.0 - 2021-12-16

Added

  • #49 Support writing proxy classes to files

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V8.0.0 - 2021-03-23

  • V8.0+ supports only PHP8+ and drops other versions

Added

  • Nothing.

Changed

  • #46 migration to php 8 [Break Change]

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V6.0.1 - 2021-03-21

Added

  • ./composer require composer/package-versions-deprecated for 7.1 backward compatibility
  • delete sudo from .travis
  • Correct ConfigTest.php
  • .composer self-update

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V6.0.0 - 2020-01-15

Added

  • Nothing.

Changed

  • #43 migrate to laminas framework.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V5.0.0 - 2019-11-27

Added

  • Nothing.

Changed

  • #42 Delete container-interop/container-interop.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V4.0.5 - 2019-11-27

Added

  • Nothing.

Changed

  • #41 Make overridden delegator idempotent.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V4.0.4 - 2019-09-29

Added

  • Nothing.

Changed

  • #40 Update composer.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

V4.0.3 - 2019-02-13

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #38 Circular dependency detected.

V4.0.2 - 2018-12-24

Added

  • #35 Allow to disable use autowire.
  • #34 Add 7.3 support to travis. CS_CHECK needs zend-coding-standard to migrate to 2.0.0

Changed

  • #36 Launch composer update.

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 update.

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.