Skip to content

Releases: SitePen/remap-istanbul

Release 0.13.0

08 Jan 22:44
Compare
Choose a tag to compare
  • Support url encoded sourcemaps. (#175)
  • Fix path replacement failure when dirname has same ext (#179)
  • Update dependencies and tests (#180, #181, #182)

Release 0.12.0

12 Sep 20:56
Compare
Choose a tag to compare
  • Fix: handle no file attribute on rawSourceMap (#170)

Release 0.11.1

25 Apr 12:59
Compare
Choose a tag to compare

warnMissingSourceMaps was always true. Fixed in 5ff5733 and f6dba02.

Release 0.11.0

16 Mar 13:17
Compare
Choose a tag to compare

Release 0.10.1

22 Jan 13:20
Compare
Choose a tag to compare
Release 0.10.1

Release 0.9.6

22 Jan 13:19
Compare
Choose a tag to compare
Release 0.9.6

Release 0.10.0

22 Jan 13:21
Compare
Choose a tag to compare
Release 0.10.0

Release 0.9.5

27 Mar 16:55
1e3046d
Compare
Choose a tag to compare

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 named mapFileName 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:

  • 🐞 Remove typings folder (#139)
  • 🐞 Support files with multiple sourceMappingURL (#142)
  • 🐞 Remap sources when remapping filenames (#145)

Release 0.9.1

09 Feb 20:13
Compare
Choose a tag to compare

Fixes

  • Fixed regression where path is resolved incorrectly (#135 @jdonaghue)

Release 0.9.0

05 Feb 21:34
Compare
Choose a tag to compare

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)