Skip to content

Releases: rliebz/tusk

v0.1.5

27 Oct 01:58
Compare
Choose a tag to compare

0.1.5 (2017-10-26)

Changed

  • Include expected value for skipped run clauses during verbose logging.

Fixed

  • Bash and Zsh completions offer file completion for subcommand flags that take
    a value rather than re-offering flag names.
  • The default value for numeric types is now 0, and the default for booleans
    is now false. Previously, it was an empty string for both.

Automated with GoReleaser
Built with go version go1.9.1 linux/amd64

v0.1.4

19 Oct 08:04
Compare
Choose a tag to compare

0.1.4 (2017-10-19)

Changed

  • Bash and Zsh completions now complete global flags and task flags.
  • Zsh completion now includes usage information.

Fixed

  • Application no longer errors when referencing the same global option in both
    a task and its subtask. Redefinitions are still disallowed.

Automated with GoReleaser
Built with go version go1.9.1 linux/amd64

v0.1.3

17 Oct 02:15
Compare
Choose a tag to compare

0.1.3 (2017-10-16)

Added

  • Completions for Bash and Zsh are now bundled with releases and automatically
    installed with Homebrew.
  • Homepage is now listed for Homebrew formula.

Changed

  • Help documentation is no longer displayed during incorrect usage.

Fixed

  • Passing the help flag now prevents code execution and prints help.
  • Homebrew test command is now functional.

Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v0.1.2

26 Sep 23:54
Compare
Choose a tag to compare

0.1.2 (2017-09-26)

Added

  • Options may now be required.
  • Options can be exported to environment variables.

Changed

  • Improve error handling in custom yaml unmarshalling.
  • Exit for unexpected errors occuring during when clause validation.
  • Use exit code 1 for all unexpected errors.
  • Unexpected arguments now cause an error.
  • Remove piping of command stdout/stderr to improve support for interactive
    tasks.

Fixed

  • Short names cannot exceed one character in length.

Automated with GoReleaser
Built with go version go1.9 darwin/amd64

v0.1.1

16 Sep 18:54
Compare
Choose a tag to compare

0.1.1 (2017-09-16)

Changed

  • The recommended way to install the latest stable version is now Homebrew or
    downloading directly from the GitHub releases page.

Fixed

  • Fix interpolation for tasks with only private options.

Automated with GoReleaser
Built with go version go1.9 darwin/amd64

v0.1.0

15 Sep 03:12
Compare
Choose a tag to compare

0.1.0 (2017-09-14)

Initial Release


Automated with GoReleaser
Built with go version go1.9 darwin/amd64