Releases: hugoalh/github-actions-core-powershell
Releases · hugoalh/github-actions-core-powershell
1.1.0 Beta 2
- CHANGE: Fixed invalid pre release string
1.1.0 Beta 1
- CHANGE: Implemented support of file commands for functions
Set-GitHubActionsOutput(set-output) andSet-GitHubActionsState(save-state)- Workflow commands
save-stateandset-outputwill be mark as deprecated and announce soon - actions/runner#2118
- actions/toolkit#1178
- Workflow commands
- CHANGE: Improved support of file commands for function
Set-GitHubActionsEnvironmentVariable - CHANGE: Updated NodeJS wrapper API dependency
@actions/corefrom v1.9.1 to v1.10.0
1.0.2
- CHANGE: Improved efficiency when handle income states and inputs
- CHANGE: Improved efficiency when invoke traditional applications (e.g.: NodeJS (
node)), these no longer invoke via cmdletInvoke-Expression - CHANGE: Reduced no longer necessary type castings thanks to improved pipeline workflow
- CHANGE: Updated NodeJS wrapper API deep dependencies
1.0.1
- CHANGE: Changed random token system (e.g.: function
Disable-GitHubActionsProcessingCommands) by implemented generator instead of GUID - CHANGE: Fixed functions maybe return incorrect type of values
- CHANGE: Fixed functions maybe submit unfinished GitHub Actions commands
- CHANGE: Fixed functions which dependent and require to invoke with NodeJS were incorrectly pass the input
- CHANGE: Improved pipeline workflow
- CHANGE: Improved resource guard
1.0.0
0.5.5
0.5.4
- CHANGE: Fixed function
Add-GitHubActionsSecretMaskmaybe cause issues on specific cases when with parameterWithChunks - CHANGE: Fixed function
Test-GitHubActionsNodeJsEnvironmentparameterReinstallDependencieswas incorrectly require parameterRetest - CHANGE: Fixed functions which dependent and require to invoke with NodeJS were incorrectly always test NodeJS environment repeatably (which is the source of laggy)
- CHANGE: Function
Disable-GitHubActionsProcessingCommandsparameterEndTokenno longer default to use GUID (i.e.: UUID 4), instead default to use random 64 characters with pool0~9anda~z - CHANGE: Improved
$Nulland empty string handling - CHANGE: Improved array join method
- CHANGE: Updated NodeJS wrapper API dependency
@actions/cachefrom v3.0.0 to v3.0.1