Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 13, 2022
1 parent 7e906eb commit 18f4e65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version [8.0.1](https://github.com/cedx/lcov.js/compare/v8.0.0...v8.0.1)
- Fixed the [TypeScript](https://www.typescriptlang.org) typings.

## Version [8.0.0](https://github.com/cedx/lcov.js/compare/v7.1.0...v8.0.0)
- Breaking change: dropped the browser bundle.
- Breaking change: raised the required [Node.js](https://nodejs.org) version.
Expand All @@ -8,10 +11,10 @@
- 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](https://developer.mozilla.org/en-US/docs/Web/JavaScript).
- Ported the source code to [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript).

## Version [7.1.0](https://github.com/cedx/lcov.js/compare/v7.0.0...v7.1.0)
- Replaced the build system based on [Gulp](https://gulpjs.com) by [PowerShell](https://docs.microsoft.com/en-us/powershell) scripts.
- Replaced the build system based on [Gulp](https://gulpjs.com) by [PowerShell](https://learn.microsoft.com/powershell) scripts.
- Updated the package dependencies.

## Version [7.0.0](https://github.com/cedx/lcov.js/compare/v6.4.0...v7.0.0)
Expand Down Expand Up @@ -39,7 +42,7 @@
## Version [6.0.0](https://github.com/cedx/lcov.js/compare/v5.2.0...v6.0.0)
- Breaking change: dropped support for [CommonJS modules](https://nodejs.org/api/modules.html).
- Breaking change: raised the required [Node.js](https://nodejs.org) version.
- Breaking change: reverted the source code to [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript).
- Breaking change: reverted the source code to [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript).
- Replaced the [TypeDoc](https://typedoc.org) documentation generator by [JSDoc](https://jsdoc.app).
- Replaced the [TSLint](https://palantir.github.io/tslint) static analyzer by [ESLint](https://eslint.org).
- Updated the package dependencies.
Expand Down Expand Up @@ -99,7 +102,7 @@
- Breaking change: using camel case instead of studly caps for the properties of the `Token` class.

## Version [3.1.0](https://github.com/cedx/lcov.js/compare/v3.0.0...v3.1.0)
- Added the [`[Symbol.toStringTag]`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag) property to all classes.
- Added the [`[Symbol.toStringTag]`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag) property to all classes.
- Changed licensing for the [MIT License](https://opensource.org/licenses/MIT).
- Updated the package dependencies.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![Runtime](https://badgen.net/npm/node/@cedx/lcov) ![Release](https://badgen.net/npm/v/@cedx/lcov) ![License](https://badgen.net/npm/license/@cedx/lcov) ![Downloads](https://badgen.net/npm/dt/@cedx/lcov) ![Coverage](https://badgen.net/codecov/c/github/cedx/lcov.js)

Parse and format [LCOV](http://ltp.sourceforge.net/coverage/lcov.php) coverage reports,
in [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript).
in [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript).

## Documentation
- [User guide](https://github.com/cedx/lcov.js/wiki)
Expand Down

0 comments on commit 18f4e65

Please sign in to comment.