1
0
mirror of https://github.com/go-task/task.git synced 2025-06-25 00:47:04 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
6ed30f1add Refactor variables: Keep order of declaration
This shouldn't have any behavior changes for now. This is a code
refactor that should allow us to do further improvements on how
variables are handled, specially regarding respecting the declaration
order in Taskfiles, which should make it easier for the users.

Initial work on #218
2020-04-05 11:16:14 -03:00
a044c41c66 Upgrade github.com/go-yaml/yaml to v3 2020-03-28 11:27:49 -03:00
83d618e1eb Revert "Upgrade to yaml/go-yaml v3"
This reverts commit 8001fb3915.
2019-05-11 11:22:13 -03:00
8001fb3915 Upgrade to yaml/go-yaml v3 2019-04-13 17:25:28 -03:00
3cbc89769d Re-write import paths to v2 2018-11-04 21:23:35 -02:00
9f294b4d10 Refactor and move logic of reading Taskfiles to its own package
Idea to making things easier to start implementing #98
2018-07-22 16:10:20 -03:00