All notable changes are documented in this file using the Keep a CHANGELOG principles.
11.0.7 - 2024-10-09
- The
SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles()
,SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles()
, andSebastianBergmann\CodeCoverage\Filter::excludeFile()
methods have been deprecated
11.0.6 - 2024-08-22
- Updated dependencies (so that users that install using Composer's
--prefer-lowest
CLI option also get recent versions)
11.0.5 - 2024-07-03
- This project now uses PHPStan instead of Psalm for static analysis
11.0.4 - 2024-06-29
- #967: Identification of executable lines for
match
expressions does not work correctly
11.0.3 - 2024-03-12
- #1033:
@codeCoverageIgnore
annotation does not work onenum
11.0.2 - 2024-03-09
- #1032: Pad lines in code coverage report only when colors are shown
11.0.1 - 2024-03-02
- Do not use implicitly nullable parameters
11.0.0 - 2024-02-02
- The
SebastianBergmann\CodeCoverage\Filter::includeDirectory()
,SebastianBergmann\CodeCoverage\Filter::excludeDirectory()
, andSebastianBergmann\CodeCoverage\Filter::excludeFile()
methods have been removed - This component now requires PHP-Parser 5
- This component is no longer supported on PHP 8.1