Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

66 lines (42 loc) · 3.34 KB

Changelog

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

2.0.2 (2019-10-08)

Changes

  • Update to use async API's from nyc@15 (#15) (987f36b)

2.0.1 (2019-10-07)

⚠ BREAKING CHANGES

  • ProcessInfo#save is now async
  • ProcessInfo#getCoverageMap is now async
  • ProcessDB#writeIndex is now async
  • ProcessDB#readIndex is now async
  • ProcessDB#readProcessInfos is now async
  • ProcessDB#renderTree is now async
  • ProcessDB#buildProcessTree is now async
  • ProcessDB#getCoverageMap is now async
  • ProcessDB#spawn now returns a Promise which resolves to the child process object
  • ProcessDB#spawnSync has been removed
  • ProcessDB#expunge is now async

Bug Fixes

Features

2.0.0 (2019-06-20)

Bug Fixes

Features

  • Require Node.js 8, update dependencies (#10) (36f03c0)

BREAKING CHANGES

  • ProcessInfo field and property processInfoDirectory is renamed to directory.
  • ProcessDB readonly property dir is renamed to directory.
  • ProcessInfo directory must be set if .save() will be used. It is no longer calculated from NYC_CONFIG environment.
  • Require Node.js 8, update dependencies (#10)
  • The root field has been removed from processinfo files.