All notable changes to leanphp/phpspec-code-coverage package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
4.2.2 - 2018-03-22
- Bugfix: loosen up
phpunit/php-code-coveragefrom^6.0to^5.0||^6.0 - PHP 7.1 specific code improvements
4.2.1 - 2018-03-21
- Integrate fixes from 4.1.2 (
--no-coverageoption bugfix) - Cleanup development dependencies
- Minor code improvements
4.2.0 - 2018-03-19
- Updated
phpunit/php-code-coveragedependency from~5.0to~6.0. - Updated PHP requirement from
^7.0to^7.1 - Updated
phpspec/phpspecdependency from~4.0to^4.2
4.1.2 - 2018-03-21
- Fix
--no-coverageoption introducing errors when running nonruncommands. --no-coverageoption is now available to all phpspec commands (not onlyrun). (#30)
4.1.1 - 2018-03-19
- Added
--no-coverageoption which can skip code coverage generation during PhpSpec test run.
4.1.0 - 2018-03-17
phpunit/php-code-coveragedependency version requirement has been updated from~4.0|~5.0to~5.0as we do not support version4.0anymore.- Updated README with information regarding
memory_limitwhen generating code coverage reports. - PHP 7.2 has been added to travis test matrix
4.0.0 - 2017-10-17 - PhpSpec v4 / PHP 7+ release
This release adds support for PhpSpec v4. As a result of this, PHP requirement has also been updated to PHP 7+.
- Added PhpSpec4 support #10
- Extension requires PHP7+ (due to PhpSpec v4 depending on it) #10
3.1.1 - 2017-10-17 - Maintenance release for PhpSpec v3
- PHPSpec version is now included when generating XML report #12
- Added example configuration options for generating XML report #12
- Minor cleanup in export-ignores. Should result in cleaner dist install #8
3.1.0 - 2017-02-21 (backported master branch on 2017-02-21)
Note! This is last backported release which pulls all the changes from the
master branch of henrikbjorn/phpspec-code-coverage project and releases it as
3.1.0.
- Add support for
php-code-coveragev5.
3.0.1 - 2017-02-14 (backported v3.0.1, original release on 2016-08-02)
- Require PhpSpec3
- Require PHP 5.6+ / PHP 7.0+
2.1.0 - 2017-02-12 (backported v2.1.0, original release on 2016-05-05)
Note! v2.1.0 is final release to support PhpSpec2.
- Added PHP 7 support
- Added
phpdbgextension support (alternative toxdebug) - Updated
blacklistto includetestdirectory by default - Updated
textoutput to use coloring by default.
1.0.1 - 2017-02-11 (backported v1.0.1, original release on 2014-12-11)
Note! This version is a direct backport of 1.0.1 of
henrikbjorn/phpspec-code-coverage package with updated namespaces to work
as leanphp/phpspec-code-coverage.
- PHP
>=5.3 - PhpSpec
~2.0 - Xdebug
>=2.1.4 - Supports Code Coverage generation in
html,clover,phpandtxtformats. - Supports per-format
outputdirectory configuration (e.g.clover:clover.xml) - Supports configuring inclusion of uncovered files in code coverage reports.
- Supports configuring lower upper and higher lower bounds for code coverage reports.
- Supports configuring a whiltelist of directories to be included in code
coverage report (
whilelistoption). - Supports configuring a whiltelist of files to be included in code coverage
reports (
whitelist_filesoption). - Support configuring a blacklist of directories to be excluded from code
coverage reports (
blacklistoption). - Support configuring a blacklist of files to be excluded from code coverage
reports (
blaclist_filesoption).