File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v3.51.0 - 2026-05-16
44
55- A significant performance boost was achieved for large Taskfiles (monorepos)
66 by skipping templating altogether when the string is static (#2820 by @romnn ).
Original file line number Diff line number Diff line change 1- 3.50 .0
1+ 3.51 .0
Original file line number Diff line number Diff line change @@ -8,6 +8,21 @@ editLink: false
88
99::: v-pre
1010
11+ ## v3.51.0 - 2026-05-16
12+
13+ - A significant performance boost was achieved for large Taskfiles (monorepos)
14+ by skipping templating altogether when the string is static (#2820 by @romnn ).
15+ - Added ` absPath ` template function that resolves a path to its absolute form,
16+ cleaning ` .. ` and ` . ` components (#2681 , #2788 by @mateenanjum ).
17+ - Added ` joinEnv ` function to join paths based on your oprating system: ` ; ` for
18+ Windows and ` : ` elsewhere, and ` joinUrl ` to join URL paths. Also, added two
19+ new special variables: ` FILE_PATH_SEPARATOR ` which returns ` \ ` on Windows
20+ and ` / ` elsewhere, and ` PATH_LIST_SEPARATOR ` which returns ` ; ` on Windows and
21+ ` : ` elsewhere (#2406 , #2408 by @solvingj ).
22+ - Update the shell interpreter with a regression fix (#2812 , #2832 by
23+ @andreynering ).
24+ - Fix potential panic with the shell interpreter (#2810 by @trulede ).
25+
1126## v3.50.0 - 2026-04-13
1227
1328- Added ` enum.ref ` support in ` requires ` : enum constraints can now reference
You can’t perform that action at this time.
0 commit comments