Releases: polymorphine/container
Releases · polymorphine/container
Release version 1.0.5
Release version 1.0.4
Changes:
- Expanded psr/container version compatibility with 2.x
Misc:
- Simplified composite container entry lookup
- Refactored test methods
Release version 1.0.3
Upgraded codebase to php 8.4
- Upgraded dev package & project skeleton
- Removed implicitly nullable arguments
Release version 1.0.2
- Synchronized package files with skeleton template
Release version 1.0.1
- Expanded required php version with ^8.0
- Added cs testing script to composer.json
- Updated GitHub workflow script
Release version 1.0.0
PSR-11 Container for libraries & configuration with:
- Encapsulated configuration and immutable container API
- Lazy values evaluation with abstract strategy implementations
- Config container for primitive or pre-instantiated values
- Composite container implementation to combine multiple containers
- "Dev mode" for quick integrity checks, call stack tracking &
circular reference detection