Skip to content

Releases: nimbly/Caboodle

Release 1.0

Choose a tag to compare

@brentscheffler brentscheffler released this 06 Aug 14:16

Features

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

Release 0.4

Choose a tag to compare

@brentscheffler brentscheffler released this 17 Jan 18:07

Features

  • Adding PHP 8.0 support

Breaking changes

  • Dropping PHP 7.2 support

Release 0.3.1

Choose a tag to compare

@brentscheffler brentscheffler released this 16 Oct 21:46

Updates

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

Release 0.3

Choose a tag to compare

@brentscheffler brentscheffler released this 16 Oct 21:10

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.