v4.1.0
Features
- e07e782 add
--aggregate-output
option. This option avoids that the output of tasks is mixed even if parallel mode. Don't use this option if a task never finishes (e.g. web server, file watching, ...).
Thank you, @fatso83 !
Bug fixes
- f7f7b43 fixed a bug that
npm-run-all
showsMaxListenersExceededWarning
warnings if it runs many tasks in parallel.