Log Versions Save

3.0.0

7 months ago
  • Added return types (#77)

Full Changelog: https://github.com/php-fig/log/compare/2.0.0...3.0.0

2.0.0

7 months ago
  • Updated parameter types and added property types (#76)
  • Removed test files
  • Require PHP 8.0 or above

Full Changelog: https://github.com/php-fig/log/compare/1.1.4...2.0.0

1.1.4

2 years ago
  • Fixed type annotations on AbstractLogger and LoggerAwareTrait

1.1.3

4 years ago
  • Fix warnings in static analysis tools by updating the context's array typehint to mixed[]

1.1.2

4 years ago
  • Fixed LoggerInterfaceTest's DummyTest instances not implementing __toString correctly (relevant to implementors only)

1.1.1

4 years ago
  • 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

5 years ago
  • Add a new TestLogger, useful for testing purposes; see Seldaek/monolog#1229 (#57, thanks @gmponos)
  • Test if the context array accepts closed resources (#54, thanks @RGustBardon)

1.0.2

7 years ago
  • 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

7 years ago
  • Fixed test suite to be more fitting to the PSR document and support the latest PHPUnit 5.5 deprecations

1.0.0

7 years ago

Initial PSR Release