1.6.0 Beta 1
Pre-release
Pre-release
- ADD: Added functions:
ConvertFrom-CsvM
ConvertFrom-CsvS
- CHANGE: Deprecated function aliases:
Disable-GitHubActionsCommandEchoing
Disable-GitHubActionsCommandProcessing
Disable-GitHubActionsCommandsEcho
Disable-GitHubActionsCommandsEchoing
Disable-GitHubActionsCommandsProcess
Disable-GitHubActionsCommandsProcessing
Disable-GitHubActionsEchoCommand
Disable-GitHubActionsEchoCommands
Disable-GitHubActionsEchoingCommand
Disable-GitHubActionsEchoingCommands
Disable-GitHubActionsProcessCommand
Disable-GitHubActionsProcessCommands
Disable-GitHubActionsProcessingCommand
Disable-GitHubActionsProcessingCommands
Enable-GitHubActionsCommandEchoing
Enable-GitHubActionsCommandProcessing
Enable-GitHubActionsCommandsEcho
Enable-GitHubActionsCommandsEchoing
Enable-GitHubActionsCommandsProcess
Enable-GitHubActionsCommandsProcessing
Enable-GitHubActionsEchoCommand
Enable-GitHubActionsEchoCommands
Enable-GitHubActionsEchoingCommand
Enable-GitHubActionsEchoingCommands
Enable-GitHubActionsProcessCommand
Enable-GitHubActionsProcessCommands
Enable-GitHubActionsProcessingCommand
Enable-GitHubActionsProcessingCommands
Expand-GitHubActionsToolCacheCompressedArchive
Expand-GitHubActionsToolCacheFile
Start-GitHubActionsCommandEchoing
Start-GitHubActionsCommandProcessing
Start-GitHubActionsCommandsEcho
Start-GitHubActionsCommandsEchoing
Start-GitHubActionsCommandsProcess
Start-GitHubActionsCommandsProcessing
Start-GitHubActionsEchoCommand
Start-GitHubActionsEchoCommands
Start-GitHubActionsEchoingCommand
Start-GitHubActionsEchoingCommands
Start-GitHubActionsProcessCommand
Start-GitHubActionsProcessCommands
Start-GitHubActionsProcessingCommand
Start-GitHubActionsProcessingCommands
Stop-GitHubActionsCommandEchoing
Stop-GitHubActionsCommandProcessing
Stop-GitHubActionsCommandsEcho
Stop-GitHubActionsCommandsEchoing
Stop-GitHubActionsCommandsProcess
Stop-GitHubActionsCommandsProcessing
Stop-GitHubActionsEchoCommand
Stop-GitHubActionsEchoCommands
Stop-GitHubActionsEchoingCommand
Stop-GitHubActionsEchoingCommands
Stop-GitHubActionsProcessCommand
Stop-GitHubActionsProcessCommands
Stop-GitHubActionsProcessingCommand
Stop-GitHubActionsProcessingCommands
- CHANGE: Deprecated parameters which defined/used will now emit warning about it's deprecation
- CHANGE: Fixed function
Export-GitHubActionsArtifact
parameterRetentionTime
acceptable range - CHANGE: Fixed pipeline issues of empty string (
""
) and/or$Null
- CHANGE: Improved handling non-string objects in the step summary
- CHANGE: Improved NodeJS environment test
- CHANGE: Renamed functions (old names maybe as function aliases, see deprecated function aliases):
Disable-GitHubActionsEchoingCommands
toDisable-GitHubActionsStdOutCommandEcho
Disable-GitHubActionsProcessingCommands
toDisable-GitHubActionsStdOutCommandProcess
Enable-GitHubActionsEchoingCommands
toEnable-GitHubActionsStdOutCommandEcho
Enable-GitHubActionsProcessingCommands
toEnable-GitHubActionsStdOutCommandProcess
Get-GitHubActionsIsDebug
toGet-GitHubActionsDebugStatus
- INTERNAL: Converted some of the codes to C# (CSharp) syntax to improve efficiency and performance
- INTERNAL: NodeJS wrapper script is moved to TypeScript based