Releases: brightnucleus/config
Releases · brightnucleus/config
v0.1.8
v0.1.7
[0.1.7] - 2016-02-11
Fixed
- The
hasKey()method doesn't throw an exception, returnsfalseinstead.
v0.1.6
[0.1.6] - 2016-02-11
Added
- The
has*&get*methods now support keys with delimiters. The delimiters are set via the Config constructor. - Tests for the above.
v0.1.5
[0.1.5] - 2016-02-11
Added
ConfigTrait::hasConfigKey()andConfigTrait::getConfigKey()now support a list of strings to fetch a value from several levels deep.- Tests for the above.
v0.1.4
[0.1.4] - 2016-02-11
Added
AbstractConfig:getAll()andConfigTrait::getConfigArray().hasKey()andgetKey()now support a list of strings to fetch a value from several levels deep.- Tests for the above.
Fixed
- PHP requirement for unit tests was lowered from 5.6 to 5.4.
v0.1.3
[0.1.3] - 2016-02-10
Added
- Badges in README.md
Fixed
- Update Composer to use PHPUnit 4 to reduce PHP version requirements.
- Fix several minor code quality issues.
v0.1.2
[0.1.2] - 2016-02-01
Added
- ConfigTrait.
- Tests for ConfigTrait.
v0.1.1
[0.1.1] - 2016-01-29
Added
- Tests for schema requirements.
Fixed
- Don't instantiate
OptionsResolverif not needed. - Formatting tweaks
v0.1.0
[0.1.0] - 2016-01-29
Added
- Initial release to GitHub.