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.
- Recursion detection (#13).
- Dropped support for
psr/container
v1 in favour of v2 (#29). - Switched underlying Dhii standards (#29).
- Missing return types causing warnings with PHP 8.1 and higher (#25).
- Static check issues (#26, #27).
- Service tagging capability (#28).
Stable release.
- Using newer interop interfaces fixes bug with new
psr/container
(#22). - Many errors reported by Psalm, making code more resilient (#22).
- PHP 8 support!
- More tests, checks, QoL improvements, etc.
NoOpContainer
(#16).
FlashContainer
(#15).
Stable release.
SimpleCacheContainer
.
Stable release
- Missing parameter type in
MaskingContainer
's constructor (#11).
Initial release.