Skip to content

Release 0.9.5

Compare
Choose a tag to compare
@kitsonk kitsonk released this 27 Mar 16:55
· 27 commits to master since this release
1e3046d

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)