@@ -6,7 +6,6 @@ authors: [pd93]
66tags : [experiments, variables]
77image : https://i.imgur.com/mErPwqL.png
88hide_table_of_contents : false
9- draft : true
109---
1110
1211import Tabs from ' @theme/Tabs' ;
@@ -15,7 +14,7 @@ import TabItem from '@theme/TabItem';
1514Task has always had variables, but even though you were able to define them
1615using different YAML types, they would always be converted to strings by Task.
1716This limited users to string manipulation and encouraged messy workarounds for
18- simple problems. Starting from [ v3.36 .0] [ v3.36 .0 ] , this is no longer the case!
17+ simple problems. Starting from [ v3.37 .0] [ v3.37 .0 ] , this is no longer the case!
1918Task now supports most variable types, including ** booleans** , ** integers** ,
2019** floats** and ** arrays** !
2120
@@ -175,7 +174,7 @@ We're looking for feedback on a couple of different proposals, so please give
175174them a go and let us know what you think. :pray :
176175
177176{/* prettier-ignore-start */}
178- [v3.36 .0] : https://github.com/go-task/task/releases/tag/v3.36 .0
177+ [v3.37 .0] : https://github.com/go-task/task/releases/tag/v3.37 .0
179178[slim-sprig-math] : https://go-task.github.io/slim-sprig/math.html
180179[slim-sprig-list] : https://go-task.github.io/slim-sprig/lists.html
181180[map-variables] : /experiments/map-variables
0 commit comments