file-fetcher
ChangeLog

All notable changes are documented in this file using the Keep a CHANGELOG principles.

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10">7.0.10</a> - 2019-11-20

Fixed

  • Fixed #710: Code Coverage does not work in PhpStorm

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.8...7.0.9">7.0.9</a> - 2019-11-20

Changed

  • Implemented #709: Prioritize PCOV over Xdebug

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.7...7.0.8">7.0.8</a> - 2019-09-17

Changed

  • Update HTML report Bootstrap 4.3.1, jQuery 3.4.1, and popper.js 1.15.0

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.6...7.0.7">7.0.7</a> - 2019-07-25

Changed

  • Bumped required version of php-token-stream

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.5...7.0.6">7.0.6</a> - 2019-07-08

Changed

  • Bumped required version of php-token-stream

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.4...7.0.5">7.0.5</a> - 2019-06-06

Fixed

  • Fixed #681: use function statements are not ignored

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.3...7.0.4">7.0.4</a> - 2019-05-29

Fixed

  • Fixed #682: Code that is not executed is reported as being executed when using PCOV

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.2...7.0.3">7.0.3</a> - 2019-02-26

Fixed

  • Fixed #671: TypeError when directory name is a number

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.1...7.0.2">7.0.2</a> - 2019-02-15

Changed

  • Updated HTML report to Bootstrap 4.3.0

Fixed

  • Fixed #667: TypeError in PHP reporter

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.0...7.0.1">7.0.1</a> - 2019-02-01

Fixed

  • Fixed #664: TypeError when whitelisted file does not exist

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.4...7.0.0">7.0.0</a> - 2019-02-01

Added

  • Implemented #663: Support for PCOV

Fixed

  • Fixed #654: HTML report fails to load assets
  • Fixed #655: Popin pops in outside of screen

Removed

  • This component is no longer supported on PHP 7.1

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.3...6.1.4">6.1.4</a> - 2018-10-31

Fixed

  • Fixed #650: Wasted screen space in HTML code coverage report

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.2...6.1.3">6.1.3</a> - 2018-10-23

Changed

  • Use ^3.1 of sebastian/environment again due to regression

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.1...6.1.2">6.1.2</a> - 2018-10-23

Fixed

  • Fixed #645: Crash that can occur when php-token-stream parses invalid files

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.0...6.1.1">6.1.1</a> - 2018-10-18

Changed

  • This component now allows ^4 of sebastian/environment

<a href="https://github.com/sebastianbergmann/php-code-coverage/compare/6.0...6.1.0">6.1.0</a> - 2018-10-16

Changed

  • Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
  • Update HTML report to Bootstrap 4