Task v1.3.0 Release Notes

Release Date: 2017-04-24 // about 7 years ago
    • Migrate from os/exec.Cmd to a native Go sh/bash interpreter
      • This is a potentially breaking change if you use Windows.
      • Now, cmd is not used anymore on Windows. Always use Bash-like syntax for your commands, even on Windows.
    • โž• Add "ToSlash" and "FromSlash" to template functions
    • ๐Ÿ‘‰ Use functions defined on github.com/Masterminds/sprig
    • Do not redirect stdin while running variables commands
    • ๐Ÿ“ฆ Using context and errgroup packages (this will make other tasks to be cancelled, if one returned an error)