Skip to content

0.2.0

Compare
Choose a tag to compare
@hugoalh hugoalh released this 11 Jan 05:31
· 523 commits to main since this release
  • ADD: Added function output type attributes
  • ADD: Added new functions:
    • Add-GHActionsProblemMatcher
    • Remove-GHActionsProblemMatcher
    • Write-GHActionsAnnotation
  • ADD: Added parameter AsHashTable for function Get-GHActionsWebhookEventPayload
  • ADD: Added "Requires" attributes
  • ADD: Added smart mode for function Add-GHActionsSecretMask to use improved method to well make a secret will get masked from the log
  • ADD: Functions Set-GHActionsOutput and Set-GHActionsState now also accept hashtable via parameter InputObject
  • CHANGE: Fixed $null determine issues
  • CHANGE: Fixed /__+/ in functions Get-GHActionsInput and Get-GHActionsState
  • CHANGE: Function Add-GHActionsEnvironmentVariable parameter InputObject now only accept hashtable
  • CHANGE: Function Disable-GHActionsProcessingCommand now accept custom end token via parameter EndToken
  • CHANGE: Function Write-GHActionsFail parameter Message no longer optional
  • CHANGE: Functions Write-GHActionsError, Write-GHActionsFail, Write-GHActionsNotice, and Write-GHActionsWarning no longer accept value from pipeline
  • CHANGE: Improved enumeration
  • CHANGE: Improved error message
  • CHANGE: Improved function Add-GHActionsEnvironmentVariable parameter set
  • CHANGE: Improved internal functions
  • CHANGE: Renamed functions:
    • Disable-GHActionsCommandEcho to Disable-GHActionsEchoCommand
    • Enable-GHActionsCommandEcho to Enable-GHActionsEchoCommand
  • CHANGE: Renamed parameter Col to Column
  • REMOVE: Removed function Invoke-GHActionsScriptGroup
  • REMOVE: Removed JSON depth restriction for function Get-GHActionsWebhookEventPayload