Skip to content

Releases: open-cli-tools/concurrently

v9.0.1

12 Sep 00:47
Compare
Choose a tag to compare

What's Changed

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

v9.0.0

08 Sep 12:27
Compare
Choose a tag to compare

💥 Breaking Changes

  • Dropped support for Node.js < 18.0.0.
    Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.

  • The concurrently and default exports are now the same - #399
    It's reasonable to expect that import { concurrently } from 'concurrently' would work the same as import concurrently from 'concurrently', however this has not been the case.
    The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function.

    If you'd like to access the unconfigured function, use import { createConcurrently } from 'concurrently' instead.

✨ New Features

  • Exponential back-off support for process restarting - #265, #462
    Use --restart-after exponential. Restarts happen at 2^N seconds.
  • Add prefix padding via new --pad-prefix flag - #166, #417, #495
  • Specify teardown commands via new --teardown flag - #472, #500
  • Expand node:<script> commands to node --run <script> - #475
  • [API only] Inter-Process Communication (ipc) - #498
  • [API only] Make it possible to use no colors at all - #466
  • [API only] Add a state field to Command - #455

🐛 Bug Fixes

  • Fix importing concurrently in ESM package - #454, #456, #494
  • Make sure concurrently doesn't resolve when manually restarting commands through API - #463, #464
  • Abort commands not running when max processes < N - #433, #452, #460
  • Fix warning coming from spawn-command when running in Node 22 - #407, #477, #479, #492
  • Make --raw and --hide compatible - #394, #486
  • Ensure prefix is written when logging without a trailing LF - #467

Other Changes

  • --help no longer shows examples due to there being too many.
    Refer to https://github.com/open-cli-tools/concurrently/tree/v9.0.0/docs instead, or to the node_modules/concurrently/docs directory in your project.
  • Improve examples of --passthrough-arguments - #490
  • Replace date-fns with hand-rolled date formatting - #436, #443
    This should make installing concurrently faster.

New Contributors

Full Changelog: v8.2.2...v9.0.0

v8.2.2

19 Oct 01:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.1...v8.2.2

v8.2.1

22 Aug 07:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.0...v8.2.1

v8.2.0

09 Jun 09:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

01 Jun 08:30
Compare
Choose a tag to compare

What's Changed

  • fix: move types condition to the front by @Andarist in #422
  • Allow setting raw per command when using the API by @chbiel in #411

New Contributors

Full Changelog: v8.0.1...v8.1.0

v8.0.1

29 Mar 00:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.0.1

v8.0.0

28 Mar 22:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.6.0...v8.0.0

v7.6.0

20 Nov 21:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.0...v7.6.0

v7.5.0

22 Oct 05:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.4.0...v7.5.0