Skip to content

Releases: open-cli-tools/concurrently

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

CLI name change and --prefix change

16 Feb 22:21
Compare
Choose a tag to compare

This shouldn't break anyone's concurrent commands but concurrent is now deprecated. Migration from 1.x -> 2.x is simply to rename concurrent -> concurrently.

Changes:

  • Make --prefix customizable with template #16
  • Add new time prefix #19
  • Fix output colors in --raw mode #8

--success option and escaping

15 Nov 12:53
Compare
Choose a tag to compare

Added these features:

Bug fixes

27 May 13:31
Compare
Choose a tag to compare
  • Fix a few small output formatting bugs.
  • Add tests

Fix windows support

27 May 13:29
Compare
Choose a tag to compare

No breaking changes

Remove debug logging

08 Feb 12:08
Compare
Choose a tag to compare
  • Remove forgotten console.log