npm concurrently 7.0.0
v7.0.0

latest releases: 8.2.2, 8.2.1, 8.2.0...
2 years ago

🎉 🥂 Happy 2022!

Breaking changes

  • Dropped support for Node 10. Minimum version is now 12.20.
  • concurrently() API now has a different return value. Please refer to the docs.

Functional changes

  • Added --group flag/option to run process in parallel but print output in sequence - #75, #79, #272
  • Codebase converted to TypeScript. Some bugs may arise due to this, but I hope not!

API Changes

  • concurrently can now be imported as an ES Module! Just do import concurrently from 'concurrently'.
  • concurrently() now returns the commands alongside a promise for the result - #209

New Contributors

Don't miss a new concurrently release

NewReleases is sending notifications on new releases.