Skip to content

Releases: open-cli-tools/concurrently

v6.3.0

02 Oct 05:27
Compare
Choose a tag to compare
  • Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (#186, #210, #234, #286)
  • Add new option to programmatic API, prefixColors, which serves as fallback for commands without a prefixColor (#286)

v6.2.2

27 Sep 22:56
Compare
Choose a tag to compare
  • Remove read-pkg dependency which had a vulnerability issue (#274)

v6.2.1

08 Aug 10:11
Compare
Choose a tag to compare
  • Fix hanging issue after using programmatic API to read from stdin (#252, #253)
    Big kudos to @brandonchinn178 for finding and fixing this! 🏆 🎉
  • Correctly reexport flow controllers (#278)

v6.2.0

24 May 10:45
Compare
Choose a tag to compare
  • Include killed in the command result in programmatic API (#250)
  • Make --restart-tries restart forever with negative values (#263)

v6.1.0

08 May 03:01
Compare
Choose a tag to compare
  • Change default color to reset (no color set), instead of gray.dim (#259, #275)

v6.0.2

12 Apr 22:57
Compare
Choose a tag to compare
  • Fix --handle-input when input contains a colon (#269)
  • Update lodash to fix a vulnerability (#270, #271)

v6.0.1

05 Apr 22:28
Compare
Choose a tag to compare
  • Fix cwd option not overwriting per command if specified in programmatic API (#266, #268)

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)