Releases: xy2z/LiteConfig
Releases · xy2z/LiteConfig
1.2.2
- Fixed bug when using
get()
andexists()
on a custom/file prefix, it didn't return the complete array, it returnednull
. (eg.get('prefix')
) - Updated README.
Dev stuff:
- Complete phpunit tests!
- Added phpstan to analyze code (level 6)
- Added composer scripts, use
composer test
(phpunit) orcomposer analyze
(phpstan)
1.2.1
Added new method: resetData()
Use LiteConfig::resetData()
to clear the $data array, so you can reload dirs/files/arrays without having old config keys.
1.1.1 - Dependency updates
Bump phpunit/phpunit from 9.5.10 to 9.5.11 (#9) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.10 to 9.5.11. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>