Skip to content

v3.0.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 17 Aug 14:46
· 85 commits to master since this release
v3.0.0
f873b35

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}.