Releases: cedx/lcov.js
Releases · cedx/lcov.js
LCOV Reports for JS 10.0.0
- Ported the source code to CoffeeScript.
LCOV Reports for JS 9.0.0
- 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
- Migrated the documentation to the GitHub wiki.
LCOV Reports for JS 8.1.0
- Ported the source code to TypeScript.
LCOV Reports for JS 8.0.1
- Fixed the TypeScript typings.
LCOV Reports for JS 8.0.0
- Breaking change: dropped the browser bundle.
- Breaking change: raised the required Node.js version.
- Breaking change: removed the
LcovError
class and replaced it by theSyntaxError
one. - Breaking change: renamed the
Record
class toSourceFile
. - Breaking change: renamed the
Report.records
property tosourceFiles
. - Breaking change: renamed the
Report.fromCoverage()
method tofromString()
. - Breaking change: using optional named arguments for the model constructors.
- Ported the source code to JavaScript.
LCOV Reports for JS 7.1.0
- Replaced the build system based on Gulp by PowerShell scripts.
- Updated the package dependencies.
LCOV Reports for JS 7.0.0
- 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
- Updated the package dependencies.
LCOV Reports for JS 6.3.0
- Updated the package dependencies.