Task v1.4.1 Release Notes

Release Date: 2017-07-15 // over 6 years ago
    • ๐Ÿ‘ Allow use of YAML for dynamic variables instead of $ prefix
      • VAR: {sh: echo Hello} instead of VAR: $echo Hello
    • โž• Add --list (or -l) flag to print existing tasks
    • ๐Ÿ OS specific Taskvars file (e.g. Taskvars_windows.yml, Taskvars_linux.yml, etc)
    • Consider task up-to-date on equal timestamps (#49)
    • ๐Ÿ‘ Allow absolute path in generates section (#48)
    • ๐Ÿ›  Bugfix: allow templating when calling deps (#42)
    • ๐Ÿ›  Fix panic for invalid task in cyclic dep detection
    • ๐Ÿ‘ Better error output for dynamic variables in Taskvars.yml (#41)
    • ๐Ÿ‘ Allow template evaluation in parameters