Skip to content

Releases: cedx/lcov.js

LCOV Reports for JS 9.0.0

25 Jul 10:29
Compare
Choose a tag to compare
  • Breaking change: the FunctionData.toString() method now uses an option object instead of a boolean parameter.
  • The Token enumeration is now implemented as a frozen object.

LCOV Reports for JS 8.1.1

16 Jun 00:41
Compare
Choose a tag to compare

LCOV Reports for JS 8.1.0

25 Jan 20:57
Compare
Choose a tag to compare

LCOV Reports for JS 8.0.1

11 Aug 07:44
Compare
Choose a tag to compare

LCOV Reports for JS 8.0.0

03 May 14:45
Compare
Choose a tag to compare
  • Breaking change: dropped the browser bundle.
  • Breaking change: raised the required Node.js version.
  • Breaking change: removed the LcovError class and replaced it by the SyntaxError 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: using optional named arguments for the model constructors.
  • Ported the source code to JavaScript.

LCOV Reports for JS 7.1.0

08 Apr 21:59
Compare
Choose a tag to compare
  • Replaced the build system based on Gulp by PowerShell scripts.
  • Updated the package dependencies.

LCOV Reports for JS 7.0.0

08 Apr 21:59
Compare
Choose a tag to compare
  • Breaking change: raised the required Node.js version.
  • Dropped support for GitHub Packages.
  • Updated the documentation.
  • Updated the package dependencies.

LCOV Reports for JS 6.4.0

08 Apr 21:58
Compare
Choose a tag to compare
  • Updated the package dependencies.

LCOV Reports for JS 6.3.0

08 Apr 21:58
Compare
Choose a tag to compare
  • Updated the package dependencies.

LCOV Reports for JS 6.2.0

08 Apr 21:58
Compare
Choose a tag to compare
  • Replaced babel-minify by terser for minification.
  • Updated the package dependencies.
  • Using the null coalescing operator.