Skip to content

Releases: cedx/lcov.php

LCOV Reports for PHP 10.1.0

23 Nov 22:53
Compare
Choose a tag to compare
  • Updated the output of the FunctionData->__toString() method.

LCOV Reports for PHP 10.0.0

11 Aug 07:43
Compare
Choose a tag to compare
  • Breaking change: lowercased the Lcov namespace.
  • Breaking change: renamed the Report::fromString() method to parse().
  • Breaking change: the Report::parse() method throws InvalidArgumentException exceptions instead of UnexpectedValueException.
  • The data classes now implement the Stringable interface.
  • Updated the package dependencies.

LCOV Reports for PHP 9.0.0

04 May 16:20
Compare
Choose a tag to compare
  • Breaking change: raised the required PHP version.
  • Breaking change: removed the LcovException class and replaced it by the UnexpectedValueException one.
  • Breaking change: renamed the Record class to SourceFile.
  • Breaking change: renamed the Report->records property to sourceFiles.
  • Breaking change: renamed the Report::fromCoverage() method to fromString().
  • Breaking change: replaced the getter/setter methods of most classes by properties.
  • Breaking change: using PHP 8 features, like enumerations, first-class callables and named arguments.

LCOV Reports for PHP 8.3.0

04 May 16:19
Compare
Choose a tag to compare

LCOV Reports for PHP 8.2.0

04 May 16:19
Compare
Choose a tag to compare
  • Updated the documentation.
  • Updated the package dependencies.

LCOV Reports for PHP 8.1.0

04 May 16:19
Compare
Choose a tag to compare
  • Updated the package dependencies.

LCOV Reports for PHP 8.0.0

04 May 16:19
8b73ad8
Compare
Choose a tag to compare
  • Breaking change: raised the required PHP version.
  • Breaking change: using PHP 7.4 features, like arrow functions and typed properties.

LCOV Reports for PHP 7.0.0

04 May 16:18
Compare
Choose a tag to compare
  • Breaking change: using camelcase instead of all caps for constants.

LCOV Reports for PHP 6.2.0

04 May 16:18
Compare
Choose a tag to compare
  • Modified the package layout.
  • Updated the package dependencies.

LCOV Reports for PHP 6.1.0

04 May 16:18
Compare
Choose a tag to compare
  • Replaced the Phing build system by Robo.
  • Updated the package dependencies.