Skip to content

Releases: mysticatea/npm-run-all

v1.3.2

23 Nov 04:08
Compare
Choose a tag to compare
  • Stopped using detach option to kill child processes with Process Group Id.
    Now, npm-run-all is using ps-tree then kills child processes.

v1.3.0

18 Nov 11:34
Compare
Choose a tag to compare
  • Added the support of overwritten configuration options (#13).
    You can use "--packageName:fieldName=value" options to overwrite package.json's config field.

    > npm-run-all build:* start --my-package:port=3000
    
  • Improved the logic to kill child processes on UNIX-like platforms.
    Now npm-run-all kills child processes by using Process Group ID.

  • I did refactoring npm-run-all's code.

v1.2.13

05 Nov 13:09
Compare
Choose a tag to compare
  • It comes to not skip duplication of tasks (#12).
  • Tests for Node.js 5.x is added.

v1.2.12

17 Oct 22:10
Compare
Choose a tag to compare
  • Added a support for built-in tasks of npm.
    • restart
    • env

q1.2.11

07 Sep 13:26
Compare
Choose a tag to compare
  • Fixed a problem around using stdin in scripts.

What happened? q prefix!?
I used npm version patch merely...

v1.2.8

26 Aug 05:42
Compare
Choose a tag to compare
  • Made CLI using inherit option for stdio of child processes (fixes #8).
  • Updated dependencies.

v1.2.7

26 Aug 05:29
Compare
Choose a tag to compare
  • Mistake :(

v1.2.6

19 Jun 15:35
Compare
Choose a tag to compare
  • Now, when this runs tasks in parallel, if one of tasks exited with an error, this kills all tasks.
    So far the tasks are remained. (#6)
  • Update dependencies.

v1.2.5

15 May 10:09
Compare
Choose a tag to compare
  • Update dependencies.

v1.2.4

26 Apr 08:33
Compare
Choose a tag to compare
  • Update dependencies.
  • Slim down npm-scripts.