Skip to content

Releases: go-task/task

v2.5.0

16 Mar 13:51

Choose a tag to compare

Changelog

v2.4.0

22 Feb 00:45

Choose a tag to compare

Changelog

  • Allow calling a task of the root Taskfile from an included Taskfile by prefixing it with : (#161, #172),
  • Add flag to override the output option (#173);
  • Fix bug where Task was persisting the new checksum on the disk when the Dry Mode is enabled (#166);
  • Fix file timestamp issue when the file name has spaces (#176);
  • Mitigating path expanding issues on Windows (#170).

v2.3.0

02 Jan 15:51

Choose a tag to compare

Changelog

  • On Windows, Task can now be installed using Scoop (#152);
  • Fixed issue with file/directory globing (#153);
  • Added ability to globally set environment variables (#138, #159).

v2.2.1

09 Dec 18:06

Choose a tag to compare

Changelog

  • This repository now uses Go Modules (#143). We'll still keep the vendor directory in sync for some time, though;
  • Fixing a bug when the Taskfile has no tasks but includes another Taskfile (#150);
  • Fix a bug when calling another task or a dependency in an included Taskfile (#151).

v2.2.0

25 Oct 23:31

Choose a tag to compare

Changelog

  • Added support for including other Taskfiles (#98)
    • This should be considered experimental. For now, only including local files is supported, but support for including remote Taskfiles is being discussed. If you have any feedback, please comment on #98.
  • Task now have a dedicated documentation site: https://taskfile.org
    • Thanks to Docsify for making this pretty easy. To check the source code, just take a look at the docs directory of this repository. Contributions to the documentation is really appreciated.

v2.1.1

17 Sep 01:27

Choose a tag to compare

Changelog

  • Fix suggestion to use task --init not being shown anymore (when a Taskfile.yml is not found)
  • Fix error when using checksum method and no file exists for a source glob (#131)
  • Fix signal handling when the --watch flag is given (#132)

v2.1.0

19 Aug 18:59

Choose a tag to compare

Changelog

  • Add a ignore_error option to task and command (#123)
  • Add a dry run mode (--dry flag) (#126)

v2.0.3

24 Jun 14:00

Choose a tag to compare

Changelog

  • Expand environment variables on "dir", "sources" and "generates" (#116)
  • Fix YAML merging syntax (#112)
  • Add ZSH completion (#111)
  • Implement new output option. Please check out the documentation

Thanks to everyone that contributed with code, documentation, tools or reporting issues!

v2.0.2

01 May 01:00

Choose a tag to compare

Changelog

  • Fix merging of YAML anchors (#112)

v2.0.1

11 Mar 18:45
328e372

Choose a tag to compare

Changelog

  • Fixes panic on task --list