Skip to content

Latest commit

 

History

History
84 lines (40 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

84 lines (40 loc) · 3.93 KB

Change Log

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

1.4.0 (2019-11-05)

Bug Fixes

Features

  • add support for complete path reporting on files with http(s) protocol (#17) (149716b)
  • include original url in final output. (#34) (dec48a2)

1.3.0 (2019-11-05)

Bug Fixes

Features

  • add support for complete path reporting on files with http(s) protocol (#17) (149716b)
  • include original url in final output. (#34) (dec48a2)

1.2.2 (2018-03-03)

Bug Fixes

  • we need to create the .nyc_output folder if it doesn't exist (17c9e69)

1.2.1 (2018-03-01)

Bug Fixes

  • clone should be a regular dependency not a dev dependency (9dad7fc)

1.2.0 (2018-02-25)

Bug Fixes

  • file:// was missing (0ec1a0a)
  • output format didn't quite match v8 (#5) (8b669f8)

Features

  • add entry-point document (#10) (1f49ae5)
  • Implemented JS local copying and renaming for conversion to v8 (#6) (be72192)
  • implemented puppeteer to V8 class (#4) (327c1ef)

1.1.0 (2018-02-24)

Features

  • add command-line-tool for outputting coverage in puppeteer format (#1) (111354d)
  • initial library structure (6b2deb5)