Skip to content

Latest commit

 

History

History
88 lines (46 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

88 lines (46 loc) · 2.99 KB

CHANGELOG

v1.6.0 - 2022-10-04

  • Drop support for PHP 7.0 and PHPUnit 6 #43

v1.5.0 - 2022-09-30

  • Add Symfony 6 compatibility #41

v1.4.0 - 2021-12-11

  • Add PHP 8.1 to Travis CI testing matrix #38
  • Fix PHP 8.1 deprecations #37 and #39

v1.3.3 - 2020-12-17

  • Fix TestSuiteMapper typo for PHPUnit 9.3 #35

v1.3.2 - 2020-12-07

  • Fix TestSuiteMapper for PHPUnit 9.5 #33

v1.3.1 - 2020-11-30

  • PHP 8.0 support #30
  • Fix tests on PHP 8.0 #32

v1.3.0 - 2020-09-26

  • Compatibility with PHPUnit >= 9.3 #29

v1.2.0 - 2020-06-18

  • PHPUnit 9.x support #27

v1.1.1 - 2020-02-05

  • symfony/console 5.0 support #26

v1.1.0 - 2019-03-15

  • PHPUnit 8.x support #25

v1.0.0 - 2018-05-08

  • Fix not failing for tests using data providers 20d3851
  • Add tests for empty covers tag 1e3f1ae

v0.7.2 - 2018-05-08

  • Allow installation with symfony/console v4.x #23

v0.7.1 - 2018-04-23

  • Fix FileLoader not working with PHPUnit 7.0 #22

v0.7.0 - 2018-04-04

  • Allow installation with PHPUnit 7.x #20

v0.6.1 - 2017-04-24

  • Fix to symfony/console version requirement #14

v0.6.0 - 2017-02-08

  • PHPUnit 6.x support #12

v0.5.0 - 2016-12-13

  • symfony/console 3.0 support #10

v0.4.0 - 2015-11-23

  • Adjustable verbosity - Normal verbosity no longer shows valid tests 72da294

v0.3.0 - 2015-11-05

  • Fix issues with multiple test suites d307a44

v0.2.0 - 2015-10-29

  • Work with bootstrap file defined in phpunit.xml 121fdae

v0.1.0 - 2015-10-28

  • Initial release