Skip to content

Latest commit

 

History

History
173 lines (66 loc) · 5.36 KB

CHANGELOG.md

File metadata and controls

173 lines (66 loc) · 5.36 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.1 (2019-06-23)

Bug Fixes

  • logic for handling sourceRoot did not take into account process.cwd() (#39) (6ed9524)

3.2.0 (2019-06-23)

Build System

Features

  • add a sources option allowing to bypass fs operations (#36) (4f5a681)
  • add TS typings (#35) (5251108)
  • allow sourceMaps with sourceRoot (#32) (8eb2ed0)

3.1.3 (2019-05-11)

Bug Fixes

  • deps: source-map should be dependency not dev-dependency (3f6208e)

3.1.2 (2019-05-02)

Bug Fixes

  • the line with the ignore comment itself should be skipped (#25) (e939594)

3.1.1 (2019-05-02)

Bug Fixes

  • we should ignore functions and branches (#24) (d468559)

3.1.0 (2019-05-02)

Features

  • allow uncovered lines to be ignored with special comment (#23) (f585cfa)

3.0.1 (2019-05-01)

Bug Fixes

  • initial column could be 0 on Node 10, after wrapper taken into account (#22) (aa3f73b)

3.0.0 (2019-04-29)

Features

BREAKING CHANGES

  • v8-to-istanbul is now async, making it possible to use the latest source-map library

2.1.0 (2019-04-21)

Features

  • store source so that it can be used by SourceMaps (#18) (5afafd6)

2.0.5 (2019-04-18)

Bug Fixes

  • don't assume files to have CR characters on Windows (#16) (c59a21a)

2.0.4 (2019-04-07)

Bug Fixes

  • Node 11 no longer wraps scripts by default (#15) (fbbd113)

2.0.3 (2019-04-07)

2.0.2 (2019-01-20)

Bug Fixes

2.0.1 (2019-01-20)

Bug Fixes

  • functions were not always counted (#10) (464a1f0)

2.0.0 (2018-12-21)

Features

  • allow wrapper length to be configured (#9) (5e76198)

BREAKING CHANGES

  • we no longer attempt to detect ESM modules, rather the consumer sets a wrapper length

1.2.1 (2018-09-12)

1.2.0 (2017-12-05)

Features

1.1.0 (2017-12-01)

Features