Releases: open-cli-tools/concurrently
Releases · open-cli-tools/concurrently
3.0.0
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
More prefix styling
Thanks to @OlsonDev for the new features: https://github.com/kimmobrunfeldt/concurrently/pull/29
CLI name change and --prefix change
--success option and escaping
Added these features:
- #12 thanks, @paulerickson
- #10 thanks, @msikma
Bug fixes
- Fix a few small output formatting bugs.
- Add tests
Fix windows support
No breaking changes
Remove debug logging
- Remove forgotten console.log
Prettify output + refactor
- Add new prefix: index
- Use index as prefix by default
- Make process prefix dimmed gray to prevent distracting
- Add --raw option
- Add --prefix-length option
- Improve --help
- Refactor code organization
- Change prefix command to show also stuff at end of the command too
Initial release
0.0.3 Release 0.0.3