|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -All notable changes to [leanphp/phpspec-code-coverage][0] package will be |
| 3 | +All notable changes to [https://github.com/friends-of-phpspec/phpspec-code-coverage][0] package will be |
4 | 4 | documented in this file. |
5 | 5 |
|
6 | 6 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
7 | 7 | and this project adheres to [Semantic Versioning](http://semver.org/). |
8 | 8 |
|
| 9 | +## [4.3.0] - 2019-10-01 |
| 10 | + |
| 11 | +**Note!** This version mark the new home of the project. It was forked from |
| 12 | +`leanphp/phpspec-code-coverage` project and rebranded as `friends-of-phpspec/phpspec-code-coverage`. |
| 13 | +Find details here : https://github.com/friends-of-phpspec/phpspec-code-coverage |
| 14 | + |
| 15 | +- PHPSpec 5 support |
| 16 | + |
9 | 17 | ## [4.2.2] - 2018-03-22 |
10 | 18 |
|
11 | 19 | - Bugfix: loosen up `phpunit/php-code-coverage` from `^6.0` to `^5.0||^6.0` |
@@ -101,21 +109,21 @@ as [leanphp/phpspec-code-coverage][0]. |
101 | 109 | - Support configuring a blacklist of directories to be excluded from code |
102 | 110 | coverage reports (`blacklist` option). |
103 | 111 | - Support configuring a blacklist of files to be excluded from code coverage |
104 | | - reports (`blaclist_files` option). |
105 | | - |
106 | | -[4.2.2]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.2 |
107 | | -[4.2.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.1 |
108 | | -[4.2.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.2.0 |
109 | | -[4.1.2]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.2 |
110 | | -[4.1.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.1 |
111 | | -[4.1.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.1.0 |
112 | | -[4.0.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v4.0.0 |
113 | | -[3.1.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v3.1.1 |
114 | | -[3.1.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v3.1.0 |
115 | | -[3.0.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v3.0.1 |
116 | | -[2.1.0]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v2.1.0 |
117 | | -[1.0.1]: https://github.com/leanphp/phpspec-code-coverage/releases/tag/v1.0.1 |
118 | | - |
119 | | -[0]: https://github.com/leanphp/phpspec-code-coverage |
| 112 | + reports (`blacklist_files` option). |
| 113 | + |
| 114 | +[4.3.0]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v4.3.0 |
| 115 | +[4.2.2]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v4.2.2 |
| 116 | +[4.2.1]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v4.2.1 |
| 117 | +[4.2.0]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v4.2.0 |
| 118 | +[4.1.2]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v4.1.2 |
| 119 | +[4.1.1]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v4.1.1 |
| 120 | +[4.1.0]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v4.1.0 |
| 121 | +[4.0.0]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v4.0.0 |
| 122 | +[3.1.1]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v3.1.1 |
| 123 | +[3.1.0]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v3.1.0 |
| 124 | +[3.0.1]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v3.0.1 |
| 125 | +[2.1.0]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v2.1.0 |
| 126 | +[1.0.1]: https://github.com/friends-of-phpspec/phpspec-code-coverage/releases/tag/v1.0.1 |
| 127 | + |
| 128 | +[0]: https://github.com/friends-of-phpspec/phpspec-code-coverage |
120 | 129 | [1]: https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension |
121 | | - |
|
0 commit comments