Andrey Nering
|
ee99849b1d
|
refactor: migrate to the official yaml package (#2434)
The old package is long archived, but the YAML org forked it and will
officially maintain it from now on.
* Old: https://github.com/go-yaml/yaml
* New: https://github.com/yaml/go-yaml
|
2025-11-11 19:49:37 +00:00 |
|
Pete Davison
|
8d138a5eea
|
feat: better yaml parsing and error handling (#1619)
|
2024-05-16 01:24:02 +00:00 |
|
Pete Davison
|
f06f48e225
|
feat: looping over dependencies (#1541)
* feat: support for loops in deps
* chore: tests
* docs: looping over deps
|
2024-03-10 17:21:50 +00:00 |
|
Pete Davison
|
98ea907284
|
fix: bug where silent value was not deep copied on dependencies
|
2024-01-11 14:44:04 +00:00 |
|
Pete Davison
|
247c2586c2
|
refactor: taskfile/ast package (#1450)
* refactor: ast package
* feat: read -> taskfile
* refactor: taskfile.Taskfile -> taskfile.Read
* refactor: move merge function back into taskfile package
* refactor: rename taskfile.go to read.go
|
2023-12-29 20:32:03 +00:00 |
|