Skip to content

Releases: samrap/gestalt

v0.3.1

06 Oct 18:16

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

Implement late static binding on Configuration::load method.

v0.3.0

03 Oct 07:29

Choose a tag to compare

v0.3.0 Pre-release
Pre-release
  • Add new static load method for accepting closures and LoaderInterface
  • Deprecate fromLoader method.
  • Add prefix method.
  • Notify observers when remove method is called.
  • Improve tests.
  • Add optional default value for get method.
  • Bug fixes and improvements.

v0.2.0

23 Sep 05:12

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Implement Observer Pattern for Configuration object
  • Add new JsonDirectoryLoader and YamlDirectoryLoader loaders
  • Add custom TestCase for all tests
  • Other fixes and improvements

v0.1.2

09 Sep 04:59

Choose a tag to compare

v0.1.2 Pre-release
Pre-release
  • Bug fixes

v0.1.1

06 Sep 16:08

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • Rename FileLoader to DirectoryLoader.
  • Allow instantiation from various types other than array:
    • Array
    • \Gestalt\Collection
    • \Traversable

v0.1.0

03 Sep 07:28

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

First alpha release.