🎉 🥂 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