Releases: Dhii/containers
Releases · Dhii/containers
0.2.0-alpha1
Added
- Recursion detection (#13).
Changed
- Dropped support for
psr/container
v1 in favour of v2 (#29).
- Switched underlying Dhii standards (#29).
0.1.5
Fixed
- Missing return types causing warnings with PHP 8.1 and higher.
- Static check issues.
Added
- Service tagging capability (#28).
0.1.4-alpha2
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
Added
- PHP 8 support!
- More tests, checks, QoL improvements, etc.