Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

61 lines (45 loc) · 1.38 KB

Change log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[[next-version]] - YYYY-MM-DD

[0.2.0-alpha1] - 2024-09-22

Added

  • Recursion detection (#13).

Changed

  • Dropped support for psr/container v1 in favour of v2 (#29).
  • Switched underlying Dhii standards (#29).

[0.1.5] - 2024-04-27

Fixed

  • Missing return types causing warnings with PHP 8.1 and higher (#25).
  • Static check issues (#26, #27).

Added

  • Service tagging capability (#28).

[0.1.4] -2021-10-06

Stable release.

[0.1.4-alpha2] - 2021-03-10

Fixed

  • Using newer interop interfaces fixes bug with new psr/container (#22).
  • Many errors reported by Psalm, making code more resilient (#22).

[0.1.4-alpha1] - 2021-02-02

Added

  • PHP 8 support!
  • More tests, checks, QoL improvements, etc.

[0.1.3-alpha2] - 2020-10-23

Added

  • NoOpContainer (#16).

[0.1.3-alpha1] - 2020-10-22

Added

  • FlashContainer (#15).

[0.1.2] - 2020-10-22

Stable release.

[0.1.2-alpha1] - 2020-10-13

Added

  • SimpleCacheContainer.

[0.1.1] - 2020-10-13

Stable release

[0.1.1-alpha1] - 2020-09-14

Fixed

  • Missing parameter type in MaskingContainer's constructor (#11).

[0.1.0-alpha1] - 2020-09-14

Initial release.