Skip to content

Releases: open-cli-tools/concurrently

v10.0.3

02 Jun 04:31

Choose a tag to compare

Republish of https://github.com/open-cli-tools/concurrently/releases/tag/v10.0.1 with Trusted Publishing enabled (see #595)

Full Changelog: v10.0.2...v10.0.3

v10.0.2

02 Jun 04:04

Choose a tag to compare

Test version to restore Trusted Publishing. Not published to npm.

v10.0.1

31 May 23:16

Choose a tag to compare

  • Ensure FlowController type is exported - #594

Full Changelog: v10.0.0...v10.0.1

v10.0.0

28 May 09:22

Choose a tag to compare

💥 Breaking Changes

  • Dropped support for Node.js <22.0.0.
    Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.
  • concurrently is now ESM-only.
    It's now possible to require(esm). See here for interoperability.
  • Prefix colors now default to automatic - #581
    The colors used to default to reset (which does nothing). Concurrently now automatically selects a color, out of the box.
    The list of colors used is not jarring nor carries semantic meaning, and reads well in both dark and light terminal backgrounds.
  • Removed deprecated flags and options
    • CLI flag --name-separator: use commas instead.
    • API option killOthers: use killOthersOn instead.

✨ New Features

  • Support applying modifiers to hex prefix colors (e.g. #ff0000.bold) - #450
  • Support chalk's color functions in prefixes (e.g. rgb(), hex(), bgRgb(), etc) - #578
  • Set prefix background color via bg#RRGGBB - #578
  • Allow shell override via --shell CLI flag/shell API option - #288, #589, #556
    concurrently distinguishes between cmd.exe, powershell, and POSIX-based shells.
  • Manual prefix coloring in templates e.g. [{color}{name}{/color}] - #583, #587

🐛 Bug fixes

  • Scope quote normalization to CLI input - #582, #585
    It should now also be possible to run commands like "/some/command" foo bar"
  • Don't throw when color doesn't exist - #580

🔐 Security

Other changes

  • Warn about running on Snap - #584

New Contributors

Full Changelog: v9.2.1...v10.0.0

v9.2.1

25 Aug 09:50
414cd01

Choose a tag to compare

What's Changed

Full Changelog: v9.2.0...v9.2.1

v9.2.0

22 Jun 06:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.2...v9.2.0

v9.1.2

31 Dec 04:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.1...v9.1.2

v9.1.1

27 Dec 11:43

Choose a tag to compare

What's Changed

  • fix: support Deno's JSON with comments configuration by @mahtaran in #523

Full Changelog: v9.1.0...v9.1.1

v9.1.0

04 Nov 12:15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.1...v9.1.0

v9.0.1

12 Sep 00:47

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1