Releases: open-cli-tools/concurrently
Releases · open-cli-tools/concurrently
v6.0.0
- BREAKING CHANGE: Dropped support for Node 8 (#244)
prefixColors
option now accepts HEX colors (#260, #261)
- Added
cwd
option to programmatic API (#216, #246)
v5.3.0
- Added support for pnpm alongside npm and yarn (#225)
- Don't trim prefixes (#231)
- Included command info and index in the programmatic API (#181, #228)
v5.2.0
- Support limit of processes at once (#159, #175, #214)
- Allow different env vars for each command in the programmatic API (#184)
v5.1.0
- Return exit codes in the programmatic API (#213)
v5.0.0
Breaking changes
Other changes
- Kill child processes on
SIGHUP
(#193, #195)
v4.1.2
- Don't strip quotes if they are impaired (#118, #194)
v4.1.1
- bin: pass
--prefix-length
argument through (#189)
v4.1.0
- Add yarn support (#171 -- big thanks to @igrayson!)
- bin: fix
concurrently --version
- docs: clarify API's
successCondition
option (#176)