Releases: php-fig/log-test
Releases · php-fig/log-test
1.2.1
What's Changed
- Widen context type to mixed[] by @derrabus in #21
- array offset (
level,message,context) should not be guarantee for hasRecord() by @sasezaki in #19 - Allow mixed types for $level and normalize them in case non-int|string levels are passed in by @Seldaek in #24
New Contributors
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Added optional PSR-3 message placeholder interpolation to TestLogger by @sasezaki in #16
- Added testing keyword to promote adding as require-dev by @sasezaki in #6
- Update hasRecord() PHPDoc type hint, reflecting the actual method implementation by @sasezaki in #14
- Added more recent PHP versions to CI by @ralflang in #5
- Add PHP 8.4 to test matrix by @sasezaki in #7
- Test with PHPUnit 10, 11 by @sasezaki in #8
- More precise type annotations by @sasezaki in #15
- refine .gitattributes by @sasezaki in #13
- CS related fixes by @sasezaki in #12
New Contributors
Full Changelog: 1.1.0...1.2.0
Feature Release: Files removed from psr/log v2.*/v3.*
[1.1.0] - 2022-10-18
Added
- Import classes from [
psr/log][]v1.1.4, for compatibility withv2.0.0andv3.0.0.
Initial Release
[1.0.0] - 2022-09-07
Changed
- Compatible with PHP 7.4 and 8.x. Dropped support for lower versions as Test class is marked @requires PHP 7.4
- Initial release. This ports the test for and from [
psr/logv1.1][], according to
[decision][1].
[psr/log]: https://packagist.org/packages/psr/log
[1]: php-fig/log#76 (comment)