Skip to content

Releases: magnus-eriksson/config

1.1.1

13 Jul 08:48
Compare
Choose a tag to compare

Config keys in the top level can now contain dots.
Example:

return [

    'say' => [
        'hello' => 'world'
    ],

    // This is a direct match and got priority
    'say.hello' => 'world',
];

1.1.0

09 Jul 19:00
Compare
Choose a tag to compare

Changes since version 1.0.0

  • Added method exists()
  • Added method isLoaded()
  • Added Factory class
  • Config now implements ConfigInterface

1.0.0

09 Jul 15:58
Compare
Choose a tag to compare
Initial commit