Skip to content

Releases: cedx/lcov.js

LCOV Reports for JS 4.4.0

08 Apr 21:54
Compare
Choose a tag to compare
  • Added the offset and source properties to the LcovError class.
  • Updated the package dependencies.

LCOV Reports for JS 4.3.0

08 Apr 21:54
Compare
Choose a tag to compare
  • Added the LcovError class.

LCOV Reports for JS 4.2.0

08 Apr 21:54
Compare
Choose a tag to compare
  • Added a user guide based on MkDocs.
  • Updated the build system to Gulp version 4.
  • Updated the package dependencies.

LCOV Reports for JS 4.1.0

08 Apr 21:53
Compare
Choose a tag to compare
  • Added support for browser testing.
  • Updated the package dependencies.

LCOV Reports for JS 4.0.0

08 Apr 21:53
Compare
Choose a tag to compare
  • Breaking change: changed the signature of most constructors.
  • Breaking change: using camel case instead of studly caps for the properties of the Token class.

LCOV Reports for JS 3.1.0

08 Apr 21:52
Compare
Choose a tag to compare

LCOV Reports for JS 3.0.0

08 Apr 21:52
Compare
Choose a tag to compare
  • Breaking change: renamed the fromJSON() static methods to fromJson.
  • Breaking change: renamed the Report.parse() static method to fromCoverage.
  • Changed the naming convention: acronyms and abbreviations are capitalized like regular words, except for two-letter acronyms.
  • Updated the package dependencies.

LCOV Reports for JS 2.1.0

08 Apr 21:52
Compare
Choose a tag to compare
  • Removed the dependency on Babel compiler.
  • Updated the package dependencies.

LCOV Reports for JS 2.0.0

08 Apr 21:51
Compare
Choose a tag to compare
  • Breaking change: raised the required Node.js version.
  • Updated the package dependencies.

LCOV Reports for JS 1.1.1

08 Apr 21:51
Compare
Choose a tag to compare
  • Fixed a code generation bug.
  • Updated the package dependencies.