Skip to content

Release 0.6.4

Compare
Choose a tag to compare
@kitsonk kitsonk released this 12 May 11:52
· 73 commits to master since this release

Changes

  • Fix an issue where some versions of Istanbul provide code in the coverage files as an array of strings versus just a string. (See #55 and thanks @traviskaufman)
  • Fix an issue where some transpilers return invalid locations, so ignore them instead of remapping (See #60 and thanks @steve-gray)
  • Only output missing files when an option.warn is speicified (See #56 and thanks @mikedon)
  • Fixed a README typo (See #54 and thanks @Protectator)