2.0.1 (2023-12-20)
- Updated composer.json for PHP ^8.1 but <8.5
- Added PHPStan strict rules
- Updated PHPUnit tests to use the PHPUnit CoversClass and DataProvider attributes.
- Updated PHPUnit tests to use
self::
instead of$this->
for PHPUnit related functions - Updated workflows for test coverage and Scrutinizer
- Added new test to push test coverage to 100%
- A little cleanup and formatting