All notable changes to configparser
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- BREAKING: Drop support of PHP 7.x
- Add tests on CI for 8.0 & 8.1
- Update example usage on README
- Add PHPDoc blocks for new functions
- Add new isArray() assertion
- Add test cases
- Remove unused property
- BREAKING: changed calling methodology from constructor to static method
- Added static property to keep a cache of loaded files
- work if deep/nested property is missing
- gitattribute changes
- gitattribute changes
- gitattribute changes
- Publish package