v2.5.0
Changelog
d45785c Merge branch 'master' of github.com:go-task/task
e81e280 Small fix to redirector
1ee066e Merge pull request go-task#188 from sosiska/patch-1
53d54d1 Rewrite if-else chain to switch statement
10082b6 v2.5.0
c5b9773 go mod vendor
de11323 mvdan.cc/sh: Use v2.6.4
9f269e1 Migrating from taskfile.org to taskfile.dev
e420416 Remove unnecessary extra empty line
9c350f8 Update Change Log
db19fda Update CNAME
d516b23 Merge pull request go-task#180 from jaedle/master
f9330f6 Merge pull request go-task#182 from GuillaumeAmat/fix-completion
360da29 refactoring
9cfac16 rename method for summary/summaries
db90e87 rearrange imports
b756408 add space between tasks
1d783bf refactoring
1025c2e add unit test for spacing between summaries
4fd82ab refactoring
8eadfc1 refactoring
f66edba refactoring
c7f17b5 refactoring
23c4adc add spacing for tasks
808542b remove unnecassry test for multiple summaries
93bfd57 print summary for multiple tasks
7e7e1bc rearrange imports
34f6da8 rearrange imports
15c0381 Fix the indentation
c2f4a57 Remove \s for MacOS compatibility, use awk instead
f945cf2 Update internal/summary/summary_test.go
5bca3cf Update testdata/summary/Taskfile.yml
26ce4e6 Update testdata/summary/Taskfile.yml
f5f0e0c Update internal/summary/summary.go
9dea1e7 Update docs/usage.md
c2e0f8c Update docs/usage.md
d341bc2 Revert "Try out Windows builds in Travis"
0379e2b Merge pull request go-task#175 from emirb/patch-1
e79026b Fix the zsh completion with sub-tasks
fc34d6b Try out Windows builds in Travis
2a1571a refactoring
c158608 fix error in documentation
3ca590b display summary for tasks without summary/description
3f8ee21 print error messsage if no summary or description present
845b88a print only task name if summary
e252972 rename test
a9012eb refactoring
5cfd9bb refactoring
c82a724 print task in command section
a4a20d9 add unit test for full output
890996f hides commands keywoard if not present
474f27c add unit test for displaying commands
33f3894 add unit tests for summary
24436ac refactoring
3ee66ef remove output to own package
a1765e1 refactoring
765e3db print only commands if present
80f5cee refactoring
9dbb503 Update vendor directory
a98f803 Upgrade mvdan.cc/sh