- Allow Taskfiles starting with lowercase characters (#947, #1221 by @pd93).
- e.g.
taskfile.yml
,taskfile.yaml
,taskfile.dist.yml
&taskfile.dist.yaml
- e.g.
- Bug fixes were made to the npm installation method. (#1190, by @sounisi5011).
- Added the gentle force experiment as a draft (#1200, #1216 by @pd93).
- Added an
--experiments
flag to allow you to see which experiments are enabled (#1242 by @pd93). - Added ability to specify which variables are required in a task (#1203, #1204 by @benc-uk).