Skip to content

Releases: php-fig/log

3.0.2

Choose a tag to compare

@Seldaek Seldaek released this 11 Sep 13:21
f16e1d5

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

Choose a tag to compare

@Seldaek Seldaek released this 21 Aug 13:34
79dff0b

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

Choose a tag to compare

@Seldaek Seldaek released this 13 Sep 07:29
fe5ea30
  • Added return types (#77)

Full Changelog: 2.0.0...3.0.0

2.0.0

Choose a tag to compare

@Seldaek Seldaek released this 13 Sep 07:27
ef29f6d
  • 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

Choose a tag to compare

@Seldaek Seldaek released this 03 May 11:22
d49695b
  • Fixed type annotations on AbstractLogger and LoggerAwareTrait

1.1.3

Choose a tag to compare

@Seldaek Seldaek released this 24 Mar 10:03
0f73288
  • Fix warnings in static analysis tools by updating the context's array typehint to mixed[]

1.1.2

Choose a tag to compare

@Seldaek Seldaek released this 01 Nov 11:06
  • Fixed LoggerInterfaceTest's DummyTest instances not implementing __toString correctly (relevant to implementors only)

1.1.1

Choose a tag to compare

@Seldaek Seldaek released this 25 Oct 08:13
bf73deb
  • 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

Choose a tag to compare

@Jean85 Jean85 released this 21 Nov 11:53
1.1.0
6c001f1

1.0.2

Choose a tag to compare

@Seldaek Seldaek released this 10 Oct 12:21
  • Fixed test suite fix in 1.0.1 to use a more appropriate phpunit method
  • Fixed return types to be void instead of null