Releases: hugoalh/github-actions-core-powershell
Releases · hugoalh/github-actions-core-powershell
1.2.2
1.2.1
1.2.0
- CHANGE: Changed the ways on import modules in internal
- CHANGE: Deprecated function
Clear-GitHubActionsFileCommanddue to the possible security vulnerability - CHANGE: Function
Write-GitHubActionsFileCommandis now publicly accessible (for advanced users) - CHANGE: Optimized internal operations
- CHANGE: Package now also bundled icon file and license file, due to the package meta keys
IconUriandLicenceUriwere marked as deprecated - CHANGE: Refactored NodeJS wrapper API scripts:
- All of the require dependencies are bundled into one file
- No longer require NPM in order to initialize require dependencies every time
- Function
Test-GitHubActionsNodeJsEnvironmentparameterReinstallDependenciesis deprecated
- Function
- No useless codes
- Reduced more than 80% of the bandwidth and package sizes
- CHANGE: Updated NodeJS wrapper API dependencies:
@actions/artifactfrom v1.1.0 to v1.1.1@actions/cachefrom v3.0.6 to v3.1.3
1.2.0 Beta 3
- CHANGE: Updated NodeJS wrapper API dependency
@actions/cachefrom v3.1.2 to v3.1.3
1.2.0 Beta 2
- CHANGE: Changed the ways on import modules in internal
- CHANGE: Deprecated function
Clear-GitHubActionsFileCommanddue to the possible security vulnerability - CHANGE: Function
Write-GitHubActionsFileCommandis now publicly accessible (for advanced users) - CHANGE: Optimized internal operations
- CHANGE: Updated NodeJS wrapper API dependencies:
@actions/artifactfrom v1.1.0 to v1.1.1@actions/cachefrom v3.0.6 to v3.1.2
1.2.0 Beta 1
- CHANGE: Package now also bundled icon file and license file, due to the package meta keys
IconUriandLicenceUriwere marked as deprecated - CHANGE: Refactored NodeJS wrapper API scripts:
- All of the require dependencies are bundled into one file
- No longer require NPM in order to initialize require dependencies every time
- Function
Test-GitHubActionsNodeJsEnvironmentparameterReinstallDependenciesis deprecated
- Function
- No useless codes
- Reduced more than 80% of the bandwidth and package sizes
1.1.1
1.1.0
- ADD: Added new function
Clear-GitHubActionsFileCommand - ADD: Added parameter
SegmentTimeoutfor functionRestore-GitHubActionsCache - CHANGE: Fixed function
Test-GitHubActionsEnvironmentwill still output the test result when parameterMandatorywas set and hard to omit - CHANGE: Fixed incorrect value from pipeline behaviours on functions
Export-GitHubActionsArtifact,Restore-GitHubActionsCacheandSave-GitHubActionsCache - CHANGE: Function
Get-GitHubActionsWebhookEventPayloadparametersDepthandNoEnumerateare deprecated, due to allow of setting these parameters maybe cause unexpected issues - CHANGE: Implemented support of file commands for functions
Set-GitHubActionsOutput(set-output) andSet-GitHubActionsState(save-state)- Workflow commands
save-stateandset-outputwere marked as deprecated and announced (GitHub Actions: Deprecatingsave-stateandset-outputcommands) - actions/runner#2118
- actions/toolkit#1178
- Workflow commands
- CHANGE: Improved chunks split on function
Add-GitHubActionsSecretMask - CHANGE: Improved environment test process
- CHANGE: Improved file system operations
- CHANGE: Improved functions descriptions
- CHANGE: Improved handling on environment variable
PATH - CHANGE: Improved handling on file commands
- CHANGE: Improved NodeJS wrapper API operations
- CHANGE: Improved on parameter
InputObjectwhich map to parametersNameandValueabout acceptable value types and bring back support type ofOrderedDictionaryandObject[] - CHANGE: Improved parameters validations
- CHANGE: Improved pipeline method between functions
- CHANGE: Improved some of the error messages
- CHANGE: Improved support of file commands for function
Set-GitHubActionsEnvironmentVariable - CHANGE: Improved token generations
- CHANGE: Reduced parameters validations on all of the NodeJS wrapper functions, which should done by the official toolkit
- CHANGE: Updated NodeJS wrapper API dependencies:
@actions/cachefrom v3.0.4 to v3.0.6@actions/corefrom v1.9.1 to v1.10.0
- REMOVE: Removed unnecessary shebang and process control inside NodeJS wrapper API scripts
1.1.0 Beta 4
- ADD: Added new function
Clear-GitHubActionsFileCommand - CHANGE: Fixed incorrect value from pipeline behaviours on function
Restore-GitHubActionsCache - CHANGE: Improved functions descriptions again
- CHANGE: Improved NodeJS wrapper API operations again
- CHANGE: Improved on parameter
InputObjectwhich map to parametersNameandValueabout acceptable value types and bring back support type ofOrderedDictionaryandObject[] - CHANGE: Improved some of the error messages
1.1.0 Beta 3
- ADD: Added parameter
SegmentTimeoutfor functionRestore-GitHubActionsCache - CHANGE: Fixed function
Test-GitHubActionsEnvironmentwill still output the test result when parameterMandatorywas set and hard to omit - CHANGE: Fixed incorrect value from pipeline behaviours on functions
Export-GitHubActionsArtifactandSave-GitHubActionsCache - CHANGE: Function
Get-GitHubActionsWebhookEventPayloadparametersDepthandNoEnumerateare deprecated, due to allow of setting these parameters maybe cause unexpected issues - CHANGE: Improved environment test process
- CHANGE: Improved file system operations
- CHANGE: Improved functions descriptions
- CHANGE: Improved handling on environment variable
PATH - CHANGE: Improved handling on file commands
- CHANGE: Improved NodeJS wrapper API operations
- CHANGE: Improved token generations
- CHANGE: Reduced parameters validations on all of the NodeJS wrapper functions, which should done by the official toolkit
- CHANGE: Updated NodeJS wrapper API dependency
@actions/cachefrom v3.0.4 to v3.0.5 - REMOVE: Removed unnecessary shebang and process control inside NodeJS wrapper API scripts