mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
fix: changelog in website
This commit is contained in:
@@ -154,8 +154,8 @@ Reverted the changes made in #2113 and #2186 that affected the
|
|||||||
- The default taskfile (output when using the `--init` flag) is now an embedded
|
- The default taskfile (output when using the `--init` flag) is now an embedded
|
||||||
file in the binary instead of being stored in the code (#2112 by @pd93).
|
file in the binary instead of being stored in the code (#2112 by @pd93).
|
||||||
- Improved the way we report the Task version when using the `--version` flag or
|
- Improved the way we report the Task version when using the `--version` flag or
|
||||||
`{{.TASK_VERSION}}` variable. This should now be more consistent and easier
|
<span v-pre>`{{.TASK_VERSION}}`</span> variable. This should now be more
|
||||||
for package maintainers to use (#2131 by @pd93).
|
consistent and easier for package maintainers to use (#2131 by @pd93).
|
||||||
- Fixed a bug where globstar (`**`) matching in `sources` only resolved the
|
- Fixed a bug where globstar (`**`) matching in `sources` only resolved the
|
||||||
first result (#2073, #2075 by @pd93).
|
first result (#2073, #2075 by @pd93).
|
||||||
- Fixed a bug where sorting tasks by "none" would use the default sorting
|
- Fixed a bug where sorting tasks by "none" would use the default sorting
|
||||||
@@ -169,7 +169,7 @@ Reverted the changes made in #2113 and #2186 that affected the
|
|||||||
- Fix Fish completions when `--global` (`-g`) is given (#2134 by @atusy).
|
- Fix Fish completions when `--global` (`-g`) is given (#2134 by @atusy).
|
||||||
- Fixed variables not available when using `defer:` (#1909, #2173 by @vmaerten).
|
- Fixed variables not available when using `defer:` (#1909, #2173 by @vmaerten).
|
||||||
|
|
||||||
#### Package API
|
### Package API
|
||||||
|
|
||||||
- The [`Executor`](https://pkg.go.dev/github.com/go-task/task/v3#Executor) now
|
- The [`Executor`](https://pkg.go.dev/github.com/go-task/task/v3#Executor) now
|
||||||
uses the functional options pattern (#2085, #2147, #2148 by @pd93).
|
uses the functional options pattern (#2085, #2147, #2148 by @pd93).
|
||||||
@@ -226,7 +226,7 @@ Reverted the changes made in #2113 and #2186 that affected the
|
|||||||
used, all other variables become unavailable in the templating system within
|
used, all other variables become unavailable in the templating system within
|
||||||
the include (#2092 by @vmaerten).
|
the include (#2092 by @vmaerten).
|
||||||
|
|
||||||
#### Package API
|
### Package API
|
||||||
|
|
||||||
Unlike our CLI tool,
|
Unlike our CLI tool,
|
||||||
[Task's package API is not currently stable](https://taskfile.dev/reference/package).
|
[Task's package API is not currently stable](https://taskfile.dev/reference/package).
|
||||||
@@ -615,9 +615,10 @@ stabilize the API in the future. #121 now tracks this piece of work.
|
|||||||
- Fix a missing a line break on log when using `--watch` mode (#1285, #1297 by
|
- Fix a missing a line break on log when using `--watch` mode (#1285, #1297 by
|
||||||
@FilipSolich).
|
@FilipSolich).
|
||||||
- Fix `defer` on JSON Schema (#1288 by @calvinmclean and @andreynering).
|
- Fix `defer` on JSON Schema (#1288 by @calvinmclean and @andreynering).
|
||||||
- Fix bug in usage of special variables like `{{.USER_WORKING_DIR}}` in
|
- Fix bug in usage of special variables like
|
||||||
combination with `includes` (#1046, #1205, #1250, #1293, #1312, #1274 by
|
<span v-pre>`{{.USER_WORKING_DIR}}`</span> in combination with `includes`
|
||||||
@andarto, #1309 by @andreynering).
|
(#1046, #1205, #1250, #1293, #1312, #1274 by @andarto, #1309 by
|
||||||
|
@andreynering).
|
||||||
- Fix bug on `--status` flag. Running this flag should not have side-effects: it
|
- Fix bug on `--status` flag. Running this flag should not have side-effects: it
|
||||||
should not update the checksum on `.task`, only report its status (#1305,
|
should not update the checksum on `.task`, only report its status (#1305,
|
||||||
#1307 by @visciang, #1313 by @andreynering).
|
#1307 by @visciang, #1313 by @andreynering).
|
||||||
@@ -723,9 +724,10 @@ it a go and let us know what you think via a
|
|||||||
- Change the name of the file generated by `task --init` from `Taskfile.yaml` to
|
- Change the name of the file generated by `task --init` from `Taskfile.yaml` to
|
||||||
`Taskfile.yml` (#1062 by @misitebao).
|
`Taskfile.yml` (#1062 by @misitebao).
|
||||||
- Added new `splitArgs` template function
|
- Added new `splitArgs` template function
|
||||||
(`{{splitArgs "foo bar 'foo bar baz'"}}`) to ensure string is split as
|
(<span v-pre>`{{splitArgs "foo bar 'foo bar baz'"}}`</span>) to ensure string
|
||||||
arguments (#1040, #1059 by @dhanusaputra).
|
is split as arguments (#1040, #1059 by @dhanusaputra).
|
||||||
- Fix the value of `{{.CHECKSUM}}` variable in status (#1076, #1080 by @pd93).
|
- Fix the value of <span v-pre>`{{.CHECKSUM}}`</span> variable in status (#1076,
|
||||||
|
#1080 by @pd93).
|
||||||
- Fixed deep copy implementation (#1072 by @pd93)
|
- Fixed deep copy implementation (#1072 by @pd93)
|
||||||
- Created a tool to assist with releases (#1086 by @pd93).
|
- Created a tool to assist with releases (#1086 by @pd93).
|
||||||
|
|
||||||
@@ -933,8 +935,8 @@ it a go and let us know what you think via a
|
|||||||
|
|
||||||
- Add logging in verbose mode for when a task starts and finishes (#533, #588).
|
- Add logging in verbose mode for when a task starts and finishes (#533, #588).
|
||||||
- Fix an issue with preconditions and context errors (#597, #598).
|
- Fix an issue with preconditions and context errors (#597, #598).
|
||||||
- Quote each `{{.CLI_ARGS}}` argument to prevent one with spaces to become many
|
- Quote each <span v-pre>`{{.CLI_ARGS}}`</span> argument to prevent one with
|
||||||
(#613).
|
spaces to become many (#613).
|
||||||
- Fix nil pointer when `cmd:` was left empty (#612, #614).
|
- Fix nil pointer when `cmd:` was left empty (#612, #614).
|
||||||
- Upgrade [mvdan/sh](https://github.com/mvdan/sh) which contains two relevant
|
- Upgrade [mvdan/sh](https://github.com/mvdan/sh) which contains two relevant
|
||||||
fixes:
|
fixes:
|
||||||
@@ -950,8 +952,8 @@ it a go and let us know what you think via a
|
|||||||
## v3.9.0 - 2021-10-02
|
## v3.9.0 - 2021-10-02
|
||||||
|
|
||||||
- A new `shellQuote` function was added to the template system
|
- A new `shellQuote` function was added to the template system
|
||||||
(`{{shellQuote "a string"}}`) to ensure a string is safe for use in shell
|
(<span v-pre>`{{shellQuote "a string"}}`</span>) to ensure a string is safe
|
||||||
([mvdan/sh#727](https://github.com/mvdan/sh/pull/727),
|
for use in shell ([mvdan/sh#727](https://github.com/mvdan/sh/pull/727),
|
||||||
[mvdan/sh#737](https://github.com/mvdan/sh/pull/737),
|
[mvdan/sh#737](https://github.com/mvdan/sh/pull/737),
|
||||||
[Documentation](https://pkg.go.dev/mvdan.cc/sh/v3@v3.4.0/syntax#Quote))
|
[Documentation](https://pkg.go.dev/mvdan.cc/sh/v3@v3.4.0/syntax#Quote))
|
||||||
- In this version [mvdan.cc/sh](https://github.com/mvdan/sh) was upgraded with
|
- In this version [mvdan.cc/sh](https://github.com/mvdan/sh) was upgraded with
|
||||||
|
|||||||
Reference in New Issue
Block a user