Skip to content

Releases: open-cli-tools/concurrently

v6.0.0

20 Feb 10:33
Compare
Choose a tag to compare
  • 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

07 Aug 13:50
Compare
Choose a tag to compare
  • 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

25 Apr 04:06
Compare
Choose a tag to compare
  • Support limit of processes at once (#159, #175, #214)
  • Allow different env vars for each command in the programmatic API (#184)

v5.1.0

27 Jan 07:52
Compare
Choose a tag to compare
  • Return exit codes in the programmatic API (#213)

v5.0.2

18 Dec 02:28
Compare
Choose a tag to compare

v5.0.1

09 Dec 21:28
Compare
Choose a tag to compare

v5.0.0

07 Oct 02:34
Compare
Choose a tag to compare

Breaking changes

Other changes

  • Kill child processes on SIGHUP (#193, #195)

v4.1.2

16 Aug 23:47
Compare
Choose a tag to compare
  • Don't strip quotes if they are impaired (#118, #194)

v4.1.1

25 Jun 20:33
Compare
Choose a tag to compare
  • bin: pass --prefix-length argument through (#189)

v4.1.0

18 Nov 23:47
Compare
Choose a tag to compare
  • Add yarn support (#171 -- big thanks to @igrayson!)
  • bin: fix concurrently --version
  • docs: clarify API's successCondition option (#176)