github mysticatea/npm-run-all v3.0.0

latest releases: v4.1.5, v4.1.3, v4.1.4...
7 years ago

Breaking Changes (and new features):

  • 6d46ed9
    • If arguments are omitted, it came to remove argument placeholders (e.g., run-s "foo {1}" is evaluated to run-s "foo "). Until v2.3.0, the {1} is remained.
    • Argument placeholders came to support default values
      (e.g., run-s "start -- --port={1:=3000}"). This notation is similar to Shell Parameters. Currently, npm-run-all is supporting {parameter:-word} and {parameter:=word}.

Don't miss a new npm-run-all release

NewReleases is sending notifications on new releases.