Skip to content

Releases: open-cli-tools/concurrently

3.6.0

19 Jun 12:38
Compare
Choose a tag to compare
  • Expand npm: prefix to npm run (#126)
  • Support wildcard expansion for npm:something-*/npm:*-like commands (#140)
  • Handle stdin (#121, #128)
  • Upgrade own chalk version (#146)

BIG thanks to @pgraham for contributing with the most important changes of this version!

3.5.1

21 Nov 01:06
Compare
Choose a tag to compare
  • Fix stdout when lines are cleared (#2, #70, #85)

3.5.0

22 Jun 01:55
Compare
Choose a tag to compare
  • Add flags for restarting processes: --allow-restart, --restart-after, --restart-tries (#48, #100)
  • Default --prefix to name when --names is set (#97)

3.4.0

02 Mar 03:34
Compare
Choose a tag to compare
  • Don't try to kill other processes while they are already being killed (#92, #91)
  • Add new --kill-others-on-fail flag (#93, #64, #55)
  • Remove kill delay
    This feature would cause more problems than it would help as per comments on #92. Could perhaps be added back in the future.

3.3.0

12 Feb 17:38
Compare
Choose a tag to compare

Switch spawn-default-shell with spawn-command due to lots of problems in v3.2.0 (#61, #89)

3.2.0

08 Feb 23:49
Compare
Choose a tag to compare
  • Add support for colors in subprocesses when they use chalk (#49, #86, #87)
  • Fix killing processes in Windows gitbash (#74, #67)
  • Upgrade spawn-default-shell dependency to v2.0.0. This means that shells in Linux and Mac will spawn with the --login flag, allowing you to make use of /etc/profile, ~/.profile, and etc (#81)
  • The timestamps are now handled by date-fns instead of Moment.js. They share the same date format patterns. (#77)

Also, this version drops support for Node 0.12. We're only supporting Node 4+.

Fix execution flag detection

02 Oct 10:14
Compare
Choose a tag to compare

3.0.0

26 Sep 10:08
Compare
Choose a tag to compare

This release includes huge amount of improvements. Major updates:

  • Fix issues with Windows and Appveyor CI was added to ensure Windows compability
  • Improve shell support. spawn-default-shell is used to spawn shell commands. It uses the best available shell on your platform. You can also customize the used shell with SHELL and SHELL_EXECUTION_FLAG environment variables. Minor caveat: it means that e.g. piping works on your linux machine but may not work as expected on Windows. This leaves more responsibility to the users of concurrently.
  • Handle SIGTERM and SIGINT signals correctly

Closes these PRs: #58 #57 #56 #53 #47 #45 #43 #42 #40 #21. Closes these issues: #52 #50 #41 #31 #28 #7 #3.

Fix --kill-others

05 Jul 09:53
Compare
Choose a tag to compare

More prefix styling

14 May 10:04
Compare
Choose a tag to compare