1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/taskfile
Pete Davison a3fce1c302
feat: variable references (#1654)
* feat: add references to the base code instead of the maps experiment

* feat: add template functions to ref resolver

* feat: tests

* docs: variable references

* feat: remove json and yaml keys from map variable experiment

* chore: typo
2024-05-16 16:20:59 +01:00
..
ast feat: variable references (#1654) 2024-05-16 16:20:59 +01:00
cache.go refactor: taskfile/ast package (#1450) 2023-12-29 20:32:03 +00:00
dotenv.go feat: parse templates in collection-type variables (#1526) 2024-03-10 17:11:07 +00:00
node_base.go fix: optional includes 2024-04-09 12:37:18 +01:00
node_file.go refactor: slightly improved NewBaseNode API 2024-03-25 19:13:27 +00:00
node_http.go feat: use timeout in RemoteExists function 2024-03-25 19:13:27 +00:00
node_stdin.go refactor: slightly improved NewBaseNode API 2024-03-25 19:13:27 +00:00
node.go feat: stdin required -t - (#1623) 2024-05-08 16:44:05 +01:00
reader.go feat: better yaml parsing and error handling (#1619) 2024-05-16 01:24:02 +00:00
taskfile.go feat: merger 2024-04-09 12:37:18 +01:00