Skip to content

Latest commit

 

History

History
81 lines (40 loc) · 3.43 KB

File metadata and controls

81 lines (40 loc) · 3.43 KB

Changelog

3.1.0 (2025-06-07)

Features

  • custom-script: allow passing arguments to custom scripts (327e816)

3.0.0 (2024-08-30)

⚠ BREAKING CHANGES

  • drop support for Node.js 10, 12, 14

Features

  • add experimental custom-script tool (undocumented) (39208d4)
  • drop support for Node.js 10, 12, 14 (37680d0)

2.0.0 (2023-07-15)

⚠ BREAKING CHANGES

  • change default --host to 127.0.0.1

Features

  • change default --host to 127.0.0.1 (1b94e27)
  • check if inspector port is open before connecting (b0d3417)

1.1.0 (2023-06-21)

Features

1.0.1 (2022-11-07)

Bug Fixes

  • client: catch unhandledException (f683b19)
  • profiles: fix encoding of profiles on Node.js v16+ (ab0f580)

1.0.0 (2020-07-23)

⚠ BREAKING CHANGES

  • first stable release

Features

0.2.1 (2020-07-22)

Bug Fixes

  • attempt to fix release-please -> pkg (fe32f4e)

0.2.0 (2020-07-22)

Features

  • add release-please action (277f601)
  • change default branch name (566358c)

Bug Fixes

  • ci: fix syntax for release event (a02f9c7)
  • ci: syntax error on release-please (7c4a45b)
  • ci: use right version for setup-node (eb618be)
  • update badges to match new repo (c6e313a)