Skip to content

Releases: xy2z/LiteConfig

1.2.2

24 Sep 18:28
Compare
Choose a tag to compare
  • Fixed bug when using get() and exists() on a custom/file prefix, it didn't return the complete array, it returned null. (eg. get('prefix'))
  • Updated README.

Dev stuff:

  • Complete phpunit tests!
  • Added phpstan to analyze code (level 6)
  • Added composer scripts, use composer test (phpunit) or composer analyze (phpstan)

1.2.1

22 Sep 20:27
Compare
Choose a tag to compare

Added new method: resetData()

07 Mar 20:03
Compare
Choose a tag to compare

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

27 Dec 18:16
5b7e259
Compare
Choose a tag to compare
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>

1.1.0

03 Oct 15:41
Compare
Choose a tag to compare
  • Added a custom_handler call for unsupported file extensions (see README)
  • phpunit upped to 9.5