Releases: SitePen/remap-istanbul
Releases · SitePen/remap-istanbul
Release 0.13.0
Release 0.12.0
- Fix: handle no
file
attribute onrawSourceMap
(#170)
Release 0.11.1
warnMissingSourceMaps
was always true
. Fixed in 5ff5733 and f6dba02.
Release 0.11.0
- Adds fnMap.decl and branchMap.loc within source map coverage
Release 0.10.1
Release 0.10.1
Release 0.9.6
Release 0.9.6
Release 0.10.0
Release 0.10.0
Release 0.9.5
In releases 0.9.1 ... 0.9.5 there were the following features were added:
-
🚀 Add support for remapping filenames (#144)
You can now provide
remap()
with a function namedmapFileName
which will be called when the final remapped coverage is being determined. It will be called with a single string argument and expect a string return. This is designed to be used to do advanced manipulation of filenames in the outputted coverage information. The README has been updated with usage information.
The follow bugs were addressed:
Release 0.9.1
Fixes
- Fixed regression where path is resolved incorrectly (#135 @jdonaghue)
Release 0.9.0
Changes
- Fixed issue where sources array was overwritten (#120 thanks @mattlewis92)
- Fixed #53 document reportOptions for writeReport command (#124 thanks @dylans)
- Avoid reading sourcemaps in js file if it is already in fileCoverage.inputSourceMap (#125 thanks @mttcr)
- Fixed #126 prepend sourceRoot to source file paths (#127 thanks @nainslie)