All Versions
72
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v5.4.2
๐ Tiny internal tweak for Show-BuildGraph.ps1, #137
๐ Show-BuildGraph.ps1, see #136:
- ๐ Show conditional tasks as diamonds.
- ๐ท Show job numbers only on edges.
-
v5.4.1
โ Add help for
Set-BuildHeader
,Set-BuildFooter
. -
v5.4.0
- โ Add
Set-BuildFooter
in addition toSet-BuildHeader
, #125 - โก๏ธ Update the sample
Tasks/Header
, use custom footers, too. - ๐ Tweak
remove
for more useful error location info.
- โ Add
-
v5.2.1
- ๐ New switch
Latest
ofResolve-MSBuild
, #122
- ๐ New switch
-
v5.2.0
- ๐ New: Alternative syntax of task parameters, kind of inline splatting, #119
- โ Add "missing output" message to incremental task processing, #120
Tools
- Invoke-TaskFromVSCode.ps1 should save the file on invoking, #118
- Improve Invoke-TaskFromVSCode.ps1 error info in some cases
- ๐ Support
viz.js
in Show-BuildGraph.ps1
-
v5.1.1
Show-TaskHelp
- switches are shown after other parameters.- โก๏ธ Optimized calls of
Show-TaskHelp
fromInvoke-Build
.
-
v5.0.1
Tidy up some check failure errors, #115
Convert
FormatTaskName
byConvert-psake
, #114 -
v5.0.0
๐ Allow empty lines between synopsis comments and tasks, #111.
โ Remove actions on dot-sourcing, #112.
Retire obsolete features:
- ๐
(job TaskName -Safe)
- instead, use?TaskName
, see #105. use VisualStudio
- not used much, not designed for VS 2017
- ๐