Skip to content

1.6.0

Compare
Choose a tag to compare
@hugoalh hugoalh released this 09 Jul 08:46
· 164 commits to main since this release
  • ADD: Added functions:
    • ConvertFrom-CsvM
    • ConvertFrom-CsvS
  • ADD: Added parameter PassThru for functions Write-GitHubActionsDebug and Write-GitHubActionsRaw
  • ADD: Added parameter WriteIf for function Write-GitHubActionsRaw
  • 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 parameter RetentionTime 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 to Disable-GitHubActionsStdOutCommandEcho
    • Disable-GitHubActionsProcessingCommands to Disable-GitHubActionsStdOutCommandProcess
    • Enable-GitHubActionsEchoingCommands to Enable-GitHubActionsStdOutCommandEcho
    • Enable-GitHubActionsProcessingCommands to Enable-GitHubActionsStdOutCommandProcess
    • Get-GitHubActionsIsDebug to Get-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