Skip to content

Releases: php-fig/log-test

1.2.1

11 Nov 10:34
83acb6c

Choose a tag to compare

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

27 Oct 14:05
a6c6d97

Choose a tag to compare

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.*

18 Oct 05:35
02d6eaf

Choose a tag to compare

[1.1.0] - 2022-10-18

Added

  • Import classes from [psr/log][] v1.1.4, for compatibility with v2.0.0 and v3.0.0.

Initial Release

07 Sep 04:39
a897600

Choose a tag to compare

[1.0.0] - 2022-09-07

Changed