Skip to content

Latest commit

 

History

History
80 lines (39 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

80 lines (39 loc) · 4.16 KB

Change Log

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

1.4.0 (2020-06-11)

Features

  • allow a custom storagePath (#56) (eb1aabc)
  • allow the output file to not include the hostname (#57) (3a5b312)

1.3.1 (2020-05-11)

Bug Fixes

1.3.0 (2020-04-14)

Features

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

Bug Fixes

  • do not overwrite coverage after each test suite (#42) (848aa76)
  • JSON being output was not valid (de9109c)
  • write to disk incrementally (#40) (c57bd74)

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)