James Sansbury
d9a4b4241e
docs: add required version for supporting loops ( #1290 )
2023-08-01 11:26:40 -03:00
skaluzka
c0d9c81393
docs: fix few typos in the api reference page ( #1286 )
2023-07-30 17:14:09 -03:00
Andrey Nering
44ca1fc77e
release: v3.28.0
2023-07-24 22:12:09 -03:00
Andrey Nering
a16a5ea81a
docs: small adjustment for #1220
2023-07-24 22:06:40 -03:00
Pete Davison
ca72f3c3a1
feat: added joinPath and relPath functions
2023-07-24 22:05:40 -03:00
Pete Davison
755acd616c
docs: for
2023-07-24 22:05:40 -03:00
Andrey Nering
7e7a016df3
chore(docs): update formatting
2023-07-18 11:03:41 -03:00
Steve Russo
a4d242680b
docs: fix two minor typos in usage.md ( #1254 )
2023-07-06 20:31:26 +00:00
Max Winterstein
788a63ca2f
docs: add "tea" installation method ( #1249 )
2023-07-02 14:41:29 -03:00
Andrey Nering
dea98467c0
v3.27.1
2023-06-30 09:36:33 -03:00
Andrey Nering
d6b7d532ed
v3.27.0
2023-06-29 22:44:02 -03:00
Ben Coleman
307f39cee3
feat: add ability to specify which vars are required ( #1204 )
2023-06-29 22:13:41 -03:00
Andrey Nering
5eda349bbd
chore(website): upcase "Crowdin"
2023-06-29 15:32:00 -03:00
Trim21
8d99c33472
chore(website): remove old chinese translation repo from community.md ( #1243 )
2023-06-29 18:26:26 +00:00
Pete Davison
5fdaa9aa36
feat: implement gentle force experiment draft ( #1216 )
...
* feat: implement gentle force experiment draft
* docs: changelog
2023-06-18 02:32:18 +01:00
Pete Davison
d8a12fe56d
Support for experiment env vars ( #1214 )
...
* feat: experiments env var handling
* feat: read experiments from dotenv files
* docs: removed experimental cli flags
* feat: use vars instead of struct with reflection
2023-06-18 01:04:05 +00:00
Pete Davison
5e78171d3e
feat: support lowercase Taskfiles ( #1221 )
2023-06-17 14:38:53 -03:00
Antoine Prouvost
92aa4927db
chore(website): add conda community installation method ( #1218 )
2023-06-14 09:07:03 -03:00
Andrey Nering
b44231a6b8
chore(changelog): fix typo
2023-06-10 22:33:17 -03:00
Andrey Nering
ae3884386d
v3.26.0
2023-06-10 22:26:49 -03:00
Pete Davison
5af361ab1c
docs: add possible values for --sort
2023-06-10 21:12:02 -03:00
Andrey Nering
a452f0b4bd
fix(docs): avoid <> as it breaks crowdin
2023-06-10 21:06:20 -03:00
Pete Davison
91878fccaf
fix: api reference formatting
2023-06-06 19:44:08 +00:00
Andrey Nering
44aaec86a1
chore: improvements on #1163 + changelog entry
2023-06-03 22:33:22 -03:00
Max Cheetham
f815ce2901
feat(prompts): add ability for tasks to prompt user pre execution ( #1163 )
2023-06-03 22:33:00 -03:00
Pete Davison
105756eb27
docs: add comments from #1115 to faq and styleguide ( #1202 )
2023-06-03 21:30:45 -03:00
Pete Davison
45c3592818
feat: add experiments workflow
2023-06-03 20:54:36 -03:00
Pete Davison
2789801668
chore: move experiments into subfolder
2023-06-03 20:54:36 -03:00
Pete Davison
e09f42791a
chore: update and re-order taskfile versions doc
2023-06-03 20:54:36 -03:00
Pete Davison
793c1e5587
docs: add experiments doc and v2 deprecation notice
2023-06-03 20:54:36 -03:00
Andrey Nering
15cbe131fb
fix(website): syntax highlight on json code block
2023-06-03 19:21:36 -03:00
Lucas Fernando Cardoso Nunes
31bbb47162
docs: correct typo ( #1184 )
2023-05-25 13:11:28 -03:00
Andrey Nering
dcf66e7380
v3.25.0
2023-05-22 22:45:00 -03:00
Mads H. Danquah
e01b5565a2
docs: describe how to use the silent flag for dependencies ( #680 )
2023-05-22 22:09:29 -03:00
Misite Bao
51c2a104b2
docs: fix broken links and paths ( #1143 )
2023-05-06 21:16:11 -03:00
Pete Davison
02ac79e577
chore: update contribution guide to support Task for Visual Studio Code
2023-05-06 19:03:02 -03:00
Andrey Nering
1e8fc5011b
website: fix sidebar order after inclusion of a new page on #1138
2023-04-26 21:14:00 -03:00
Pete Davison
90b11dd02e
feat: improve docs for vscode-task ( #1138 )
2023-04-26 20:57:58 -03:00
Andrey Nering
5a361f7845
v3.24.0
2023-04-15 18:01:29 -03:00
Andrey Nering
52e0b59548
docs: another master -> main replace
2023-04-15 17:58:34 -03:00
Pete Davison
f9c77acd96
feat: custom error codes ( #1114 )
2023-04-15 17:22:25 -03:00
Pete Davison
d9165646c6
chore: update refs from master to main ( #1048 )
2023-04-15 16:39:35 -03:00
Misite Bao
8026d8ddb3
Configure Prettier for Markdown formatting ( #1112 )
2023-04-15 16:13:29 -03:00
Pete Davison
f22389a824
feat: implement task sorting with --sort flag ( #1105 )
...
* refactor: move deepcopy into its own package
* feat: add generic orderedmap implementation
* refactor: implement tasks with orderedmap
* feat: implement sort flag for all task outputs
* refactor: implement vars with orderedmap
* chore: docs
* fix: linting issues
* fix: non deterministic behavior in tests
2023-04-06 12:07:57 +01:00
Pete Davison
09c9094a6b
feat: enforce gofumpt linter
2023-04-05 21:55:42 -03:00
Misite Bao
a6d57496c2
Website: Fix typo on usage.md ( #1104 )
2023-04-05 21:52:27 -03:00
Andrey Nering
38ade8fbc9
Documentation: Update link
2023-03-30 22:05:20 -03:00
Andrey Nering
ce14f10297
Small adjustments for #1090
...
Wrap text in 80 chars.
2023-03-30 21:53:06 -03:00
Misite Bao
5430c49833
docs: add winget installation instructions ( #1090 )
2023-03-30 21:51:03 -03:00
Andrey Nering
510b977cea
GitHub Action: Use token to avoid rate limit issues
2023-03-30 21:33:17 -03:00