Skip to content

Releases: go-task/task

v2.3.0

02 Jan 15:51
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog

  • Fix merging of YAML anchors (#112)

v2.0.1

11 Mar 18:45
328e372
Compare
Choose a tag to compare

Changelog

  • Fixes panic on task --list

v2.0.0

08 Mar 02:21
Compare
Choose a tag to compare

Version 2.0.0 is here, with a new Taskfile format.

Please, make sure to read the Taskfile versions document, since it describes in depth what changed for this version.

  • New Taskfile version 2 (#77)
  • Possibility to have global variables in the Taskfile.yml instead of Taskvars.yml (#66)
  • Small improvements and fixes

v1.4.4

19 Nov 21:39
Compare
Choose a tag to compare

Changelog

  • Handle SIGINT and SIGTERM (#75);
  • List: print message with there's no task with description;
  • Expand home dir ("~" symbol) on paths (#74);
  • Add Snap as an installation method;
  • Move examples to its own repo;
  • Watch: also walk on tasks called on on "cmds", and not only on "deps";
  • Print logs to stderr instead of stdout (#68);
  • Remove deprecated set keyword;
  • Add checksum based status check, alternative to timestamp based.

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