We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04df108 commit f47f237Copy full SHA for f47f237
CHANGELOG.md
@@ -50,6 +50,12 @@
50
[`taskfile.Snippet`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Snippet)
51
types no longer have the `Reader`/`Snippet` respective prefixes (#2148 by
52
@pd93).
53
+- [`taskfile.Reader`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader)
54
+ no longer accepts a
55
+ [`taskfile.Node`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Node).
56
+ Instead nodes are passed directly into the
57
+ [`Reader.Read`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader.Read)
58
+ method (#2169 by @pd93).
59
60
## v3.42.1 - 2025-03-10
61
0 commit comments