Skip to content

Latest commit

 

History

History
101 lines (59 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

101 lines (59 loc) · 3.55 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning, using the Keep a CHANGELOG principles.

[2.2.0] - 2021-09-03

Added

  • Mega-Linter support as QA tool to avoid technical debt
  • Unit tests

Changed

  • As PHPUnit 9 is not supported due to issue PHPUnit #4754, we removed composer constraint accordingly

[2.1.0] - 2021-08-12

CAUTION : PHPUnit 9 is not supported due to issue PHPUnit #4754

Added

  • CHANGELOG.md file to follow changes to this project
  • support to PHPUnit 8

Changed

  • drop PHP 7.1 support
  • drop Monolog 1.x support

2.0.0 - 2019-01-05

Changed

  • drop PHP 5 support

1.7.0 - 2018-10-01

Changed

  • fb5ae20 : make it PHPUnit 6 compatible

1.6.0 - 2015-10-23

Changed

  • 9ccad51 : add PHPUnit trace context in log records

1.5.0 - 2015-05-04

Changed

  • 7ad1d57 : make it PHPUnit_TextUI_ResultPrinter compatible

1.4.0 - 2015-04-21

Changed

  • b977adf : advanced filtering strategies for Monolog uses bartlett/monolog-callbackfilterhandler

1.3.0 - 2015-04-13

Added

  • d06710e : add trait for classes unable to extend AbstractLoggerTestListener

Changed

  • 5f0e01b : CallbackFilterHandler superseded to AdvancedFilterHandler

1.2.0 - 2015-04-07

Changed

  • 34dc4d0 : add intermediate suite stats in context
  • 0b1aa63 : add log context for easy reuse

1.1.0 - 2014-09-17

Added

[1.0.0] - 2014-08-26

Initial version