Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

71 lines (58 loc) · 3.32 KB

Changelog

All notable changes to this project will be documented in this file. For previous changes, refer to the CHANGELOG-0.x.md document.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

  • ...

[1.2.1] - 2021-03-25

Added

  • Allow jean85/pretty-package-versions v2 90f84b5

[1.2.0] - 2020-09-15

Added

  • Add support for PHP 8.0 #154
  • Add support for PHPUnit 9.3 #153

Removed

  • Drop support for PHPUnit < 9.3 #153

[1.1.1] - 2020-05-06

Added

  • Add support for deadlock detection on PostgreSQL #152, thanks @elernonelma

[1.1.0] - 2020-04-03

Added

  • Add support for PHPUnit 9.1 #149

Changed

  • Large internal refactor from using PHPUnit's --printer to TestHooks #149

Removed

  • Drop support for PHP <= 7.2 #149
  • Drop support for PHPUnit <= 9.0 #149

[1.0.1] - 2020-03-23

Fixed

  • Fix handling of PHPUnit --stderr option #144, thanks @pczerkas
  • Fix small issue in checking coverage data syntax 8f70c

[1.0.0] - 2020-03-11

First stable release. The following changes are in comparison to the previous, unstable release (0.12.3), split into the beta releases that were tagged in the meantime.

Removed

  • PHAR release (it's not working)

[1.0.0-beta2] - 2020-02-26

Added

  • Add support for PHP 7.4
  • Add support for Symfony 5
  • Add support for ext-pcov as a coverage driver #146

Changed

  • Update PHPStan to 0.12 #145
  • Prefer Pcov or Xdebug over PHPDBG as coverage driver #146

[1.0.0-beta1] - 2019-04-08

Breaking changes

  • Drop support for older packages: #134
    • phpunit/phpunit 6
    • phpunit/php-code-coverage < 6
    • All Symfony components < 3.4
  • Scalar and return types added everywhere possible

Added

  • Add support for phpunit/phpunit 8 and phpunit/php-code-coverage 7 #133
  • Add explicit requirement for ext-dom and ext-json #134

Fixed

  • Do not set values on PHPUnit options that do not expect values #127, thanks @fullbl

Changed

  • Update PHPStan to 0.11 #128
  • Update coding standard to 0.3 #131
  • Disable Scrutinizer #132