This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/istanbul-lib-processinfo/CHANGELOG.md
2020-11-01 22:46:04 +00:00

3.1 KiB

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)

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.