Skip to content

Latest commit

 

History

History
90 lines (47 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

90 lines (47 loc) · 5.45 KB

Changelog

2.0.3 (2023-11-02)

Bug Fixes

2.0.2 (2023-10-31)

Bug Fixes

  • Use gts to Target Newer Versions of JavaScript (#164) (4c0b9a3)

2.0.1 (2023-09-29)

Bug Fixes

  • Add kokoro publish configs, update url and deps (#149) (5c70c58)

2.0.0 (2023-09-26)

⚠ BREAKING CHANGES

  • move to node 14 minimum (#143)
  • support node.js 10 and up (#67)
  • simplify the module, tests, and remove old interface (#57)

Features

Bug Fixes

  • deps: Update dependency execa to v5 (#85) (4dff7f3)
  • deps: Update dependency tar to v6 (#64) (8a276ea)
  • deps: Update dependency tmp to v0.2.0 (#71) (0842582)
  • deps: Update dependency tmp to v0.2.1 (#75) (93f2c81)
  • Support node.js 10 and up (#67) (06ed421)

Code Refactoring

  • Simplify the module, tests, and remove old interface (#57) (f692000)

Miscellaneous Chores

1.0.0-2 (2019-11-10)

Bug Fixes

1.0.0-0 (2019-11-09)

⚠ BREAKING CHANGES

  • Node 6 is EOL in a week. Let's stop supporting it.

Features

  • introduce a new API for consumer tests (#33) (11d77f8)

Bug Fixes

Build System