Skip to content

Releases: nimbly/Caboodle

Release 1.0

06 Aug 14:16
Compare
Choose a tag to compare

Features

  • PHP 8.0+
  • Local file and AWS Secrets Manager support out of the box.
  • PSR-11 Container compliant

Release 0.4

17 Jan 18:07
Compare
Choose a tag to compare

Features

  • Adding PHP 8.0 support

Breaking changes

  • Dropping PHP 7.2 support

Release 0.3.1

16 Oct 21:46
Compare
Choose a tag to compare

Updates

  • Moving loading of missing keys into resolve method.
  • has and get no longer need to load data directly.

Release 0.3

16 Oct 21:10
Compare
Choose a tag to compare

Updates

  • Config now implements PSR-11 ContainerInterface.

Breaking changes

  • LoaderInterface dropped support for the $options array in load() method. This was necessary to be compatible with PSR-11.