Skip to content

Releases: php-fig/log

3.0.1

21 Aug 13:34
79dff0b
Compare
Choose a tag to compare

What's Changed

  • Drop useless phpdoc, already covered by PHP docs by @lyrixx in #80

Full Changelog: 3.0.0...3.0.1

3.0.0

13 Sep 07:29
fe5ea30
Compare
Choose a tag to compare
  • Added return types (#77)

Full Changelog: 2.0.0...3.0.0

2.0.0

13 Sep 07:27
ef29f6d
Compare
Choose a tag to compare
  • Updated parameter types and added property types (#76)
  • Removed test files
  • Require PHP 8.0 or above

Full Changelog: 1.1.4...2.0.0

1.1.4

03 May 11:22
d49695b
Compare
Choose a tag to compare
  • Fixed type annotations on AbstractLogger and LoggerAwareTrait

1.1.3

24 Mar 10:03
0f73288
Compare
Choose a tag to compare
  • Fix warnings in static analysis tools by updating the context's array typehint to mixed[]

1.1.2

01 Nov 11:06
Compare
Choose a tag to compare
  • Fixed LoggerInterfaceTest's DummyTest instances not implementing __toString correctly (relevant to implementors only)

1.1.1

25 Oct 08:13
bf73deb
Compare
Choose a tag to compare
  • Fixed missing @throws annotations
  • Fixed TestLogger::reset to properly reset all state (relevant to implementors only)
  • Fixed support for namespaced PHPUnit classes (relevant to implementors only)

1.1.0

21 Nov 11:53
1.1.0
6c001f1
Compare
Choose a tag to compare

1.0.2

10 Oct 12:21
Compare
Choose a tag to compare
  • Fixed test suite fix in 1.0.1 to use a more appropriate phpunit method
  • Fixed return types to be void instead of null

1.0.1

19 Sep 16:04
Compare
Choose a tag to compare
  • Fixed test suite to be more fitting to the PSR document and support the latest PHPUnit 5.5 deprecations