Releases: friedemannsommer/lcov-parser
Releases · friedemannsommer/lcov-parser
v6.0.0
v5.0.2
Patch Changes
7d8fc3fThanks @friedemannsommer! - Separated ESM and CJS typings in package config.
This should resolve the CJS declaration mix up issues when trying to default import from this package in an ESM environment (seeallowSyntheticDefaultImports).
v5.0.1
Patch Changes
3e2a902Thanks @friedemannsommer! - UpdatedSync.Optionsto allowArrayBufferas well asSharedArrayBuffer.
v5.0.0
Major Changes
- #280
4bb7148Thanks @C2thehris! - Support the new Function Coverage format defined by LCOV 2.2.
v4.0.4
Patch Changes
49a37c2Thanks @friedemannsommer! - Optimize parser performance
v4.0.3
Patch Changes
-
dda3117Thanks @friedemannsommer! - Replaced UTF-8 encoding implementation withTextEncoder -
bb4c033Thanks @friedemannsommer! - Added synchronous implementation to be able to parse an in-memory slice without usingawaitorPromise
v4.0.2
Patch Changes
-
61ddab5Thanks @friedemannsommer! - Reduced code complexity inLcovParserandByteMatch -
61ddab5Thanks @friedemannsommer! - Corrected several minor typos and fixed minor grammatical errors
v4.0.1
Patch Changes
- #141
45856e9Thanks @friedemannsommer! - Fixed a bug which stripped everything up to the last colon, when parsing field values that contain colons.
v4.0.0
Major Changes
0fc8864Thanks @friedemannsommer! -LcovParser#flushnow returnsFlushedResultsinstead ofParserResult[]to make it clear that there will always be at least one result.