All notable changes to this project will be documented in this file, in reverse chronological order by release.
v2.1.0 [2024-05-03]
- Added NoopHandler class
- Added unit test for context interpolation on invalid context
v2.0.2 [2023-11-19]
- Added
.vscode/
to .gitignore file
- Improved unit tests and moved tests to "Unit" directory
- Removed phpstan-phpunit from composer require-dev
v2.0.1 [2023-10-13]
- Added provide section to composer.json
- Updated psr/log to v3.0
- Renamed phpunit.xml.dist to phpunit.xml
- Renamed
unit
tophpunit
in composer.json scripts section
- Removed "/tests" directory from phpstan paths
- Removed .dist from phpunit.xml in .gitattributes export-ignore
v2.0.0 [2023-06-19]
- First stable release version