Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

37 lines (16 loc) · 1.52 KB

5.0.1 (2024-05-17)

Bug Fixes

5.0.0 (2023-11-20)

Features

5.0.0-rc.0 (2023-07-06)

⚠ BREAKING CHANGES

  • shift internals from Streams to Promises
  • use host system temp directory for transient lcov.info file

Features

  • use host system temp directory for transient lcov.info file (3c713f1)

Bug Fixes

  • subclass stream Transform since node 14 simplified construction does not offer "construct" (d9c14b6)

Code Refactoring

  • shift internals from Streams to Promises (0cbfa42)