Skip to content

Latest commit

 

History

History
121 lines (88 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

121 lines (88 loc) · 4.71 KB

CHANGELOG

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-coverage from ^6.0 to ^5.0||^6.0
  • PHP 7.1 specific code improvements

4.2.1 - 2018-03-21

  • Integrate fixes from 4.1.2 (--no-coverage option bugfix)
  • Cleanup development dependencies
  • Minor code improvements

4.2.0 - 2018-03-19

  • Updated phpunit/php-code-coverage dependency from ~5.0 to ~6.0.
  • Updated PHP requirement from ^7.0 to ^7.1
  • Updated phpspec/phpspec dependency from ~4.0 to ^4.2

4.1.2 - 2018-03-21

  • Fix --no-coverage option introducing errors when running non run commands.
  • --no-coverage option is now available to all phpspec commands (not only run). (#30)

4.1.1 - 2018-03-19

  • Added --no-coverage option which can skip code coverage generation during PhpSpec test run.

4.1.0 - 2018-03-17

  • phpunit/php-code-coverage dependency version requirement has been updated from ~4.0|~5.0 to ~5.0 as we do not support version 4.0 anymore.
  • Updated README with information regarding memory_limit when 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-coverage v5.

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 phpdbg extension support (alternative to xdebug)
  • Updated blacklist to include test directory by default
  • Updated text output 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, php and txt formats.
  • Supports per-format output directory 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 (whilelist option).
  • Supports configuring a whiltelist of files to be included in code coverage reports (whitelist_files option).
  • Support configuring a blacklist of directories to be excluded from code coverage reports (blacklist option).
  • Support configuring a blacklist of files to be excluded from code coverage reports (blaclist_files option).