Skip to content

v0.5.0

Compare
Choose a tag to compare
@rliebz rliebz released this 05 Dec 12:25
· 123 commits to main since this release

0.5.0 (2019-12-05)

Added

  • The command clause now accepts a print option to override the command
    text that is printed to screen.
  • The command clause now acccepts a dir option to change the working
    directory for that command.

Changed

  • The command clause now has a longer form, where string literals now map to
    the exec field. This longer form allows additional options such as print
    to be specified in a command when necessary while maintaining backward
    compatibility.

Fixed

  • BREAKING: Unspecified fields in the YAML or duplicate map keys should
    more consistently raise errors when parsing. Some tusk.yml files with
    issues that were treated as valid in previous versions may no longer be
    considered valid.

Removed

  • BREAKING: Setting environment variables with environment has been
    removed in favor of set-environment.