Chris@14
|
1 # Changes in PHP_CodeCoverage 4.0
|
Chris@14
|
2
|
Chris@14
|
3 All notable changes of the PHP_CodeCoverage 4.0 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
|
Chris@14
|
4
|
Chris@14
|
5 ## [4.0.8] - 2017-04-02
|
Chris@14
|
6
|
Chris@14
|
7 * Fixed [#515](https://github.com/sebastianbergmann/php-code-coverage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML coverage report
|
Chris@14
|
8
|
Chris@14
|
9 ## [4.0.7] - 2017-03-01
|
Chris@14
|
10
|
Chris@14
|
11 ### Changed
|
Chris@14
|
12
|
Chris@14
|
13 * Cleaned up requirements in `composer.json`
|
Chris@14
|
14
|
Chris@14
|
15 ## [4.0.6] - 2017-02-23
|
Chris@14
|
16
|
Chris@14
|
17 ### Changed
|
Chris@14
|
18
|
Chris@14
|
19 * Added support for `phpunit/php-token-stream` 2.0
|
Chris@14
|
20 * Updated HTML report assets
|
Chris@14
|
21
|
Chris@14
|
22 ## [4.0.5] - 2017-01-20
|
Chris@14
|
23
|
Chris@14
|
24 ### Fixed
|
Chris@14
|
25
|
Chris@14
|
26 * Fixed formatting of executed lines percentage for classes in file view
|
Chris@14
|
27
|
Chris@14
|
28 ## [4.0.4] - 2016-12-20
|
Chris@14
|
29
|
Chris@14
|
30 ### Changed
|
Chris@14
|
31
|
Chris@14
|
32 * Implemented [#432](https://github.com/sebastianbergmann/php-code-coverage/issues/432): Change how files with no executable lines are displayed in the HTML report
|
Chris@14
|
33
|
Chris@14
|
34 ## [4.0.3] - 2016-11-28
|
Chris@14
|
35
|
Chris@14
|
36 ### Changed
|
Chris@14
|
37
|
Chris@14
|
38 * The check for unintentionally covered code is no longer performed for `@medium` and `@large` tests
|
Chris@14
|
39
|
Chris@14
|
40 ## [4.0.2] - 2016-11-01
|
Chris@14
|
41
|
Chris@14
|
42 ### Fixed
|
Chris@14
|
43
|
Chris@14
|
44 * Fixed [#440](https://github.com/sebastianbergmann/php-code-coverage/pull/440): Dashboard charts not showing tooltips for data points
|
Chris@14
|
45
|
Chris@14
|
46 ## [4.0.1] - 2016-07-26
|
Chris@14
|
47
|
Chris@14
|
48 ### Fixed
|
Chris@14
|
49
|
Chris@14
|
50 * Fixed [#458](https://github.com/sebastianbergmann/php-code-coverage/pull/458): XML report does not know about warning status
|
Chris@14
|
51
|
Chris@14
|
52 ## [4.0.0] - 2016-06-03
|
Chris@14
|
53
|
Chris@14
|
54 ### Changed
|
Chris@14
|
55
|
Chris@14
|
56 * This component now uses namespaces
|
Chris@14
|
57
|
Chris@14
|
58 [4.0.8]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.7...4.0.8
|
Chris@14
|
59 [4.0.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.6...4.0.7
|
Chris@14
|
60 [4.0.6]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.5...4.0.6
|
Chris@14
|
61 [4.0.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.4...4.0.5
|
Chris@14
|
62 [4.0.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.3...4.0.4
|
Chris@14
|
63 [4.0.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.2...4.0.3
|
Chris@14
|
64 [4.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.1...4.0.2
|
Chris@14
|
65 [4.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/4.0.0...4.0.1
|
Chris@14
|
66 [4.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/3.3...4.0.0
|
Chris@14
|
67
|