Releases: nimbly/Caboodle
Releases · nimbly/Caboodle
Release 1.0
Features
- PHP 8.0+
- Local file and AWS Secrets Manager support out of the box.
- PSR-11 Container compliant
Release 0.4
Features
- Adding PHP 8.0 support
Breaking changes
- Dropping PHP 7.2 support
Release 0.3.1
Updates
- Moving loading of missing keys into
resolve
method. has
andget
no longer need to load data directly.
Release 0.3
Updates
- Config now implements PSR-11 ContainerInterface.
Breaking changes
- LoaderInterface dropped support for the
$options
array inload()
method. This was necessary to be compatible with PSR-11.