Releases: hugoalh-studio/ghactions-toolkit-powershell
Releases · hugoalh-studio/ghactions-toolkit-powershell
2.1.3 Beta 3
2.1.3 Beta 2
〰️ Changes
- Attempt change of NodeJS wrapper module type from ModuleJS to CommonJS (@hugoalh)(N/A)
2.1.3 Beta 1
〰️ Changes
- Attempt change of NodeJS wrapper module type from ModuleJS to CommonJS (@hugoalh)(N/A)
2.1.2
2.1.1
2.1.0
💥 Break Changes
- Refactor function
Export-GitHubActionsArtifact
due to break changes on dependency nodejs/npm:@actions/artifact (@hugoalh)(#177, 8a38c2e, 642df6c) - Refactor function
Import-GitHubActionsArtifact
due to break changes on dependency nodejs/npm:@actions/artifact (@hugoalh)(#177, 8a38c2e, 642df6c)🔬 Partial Implementation
This implementation is partial, for more information, please visit #177.
- Update dependency nodejs/npm:@actions/artifact from v1.1.2 to v2.0.0 (@hugoalh)(8a38c2e, 642df6c)
〰️ Changes
2.1.0 Beta 1
💥 Break Changes
- Refactor function
Export-GitHubActionsArtifact
due to break changes on dependency nodejs/npm:@actions/artifact (@hugoalh)(#177, 8a38c2e, 642df6c) - Refactor function
Import-GitHubActionsArtifact
due to break changes on dependency nodejs/npm:@actions/artifact (@hugoalh)(#177, 8a38c2e, 642df6c)🔬 Partial Implementation
This implementation is partial, for more information, please visit #177.
- Update dependency nodejs/npm:@actions/artifact from v1.1.2 to v2.0.0 (@hugoalh)(8a38c2e, 642df6c)
〰️ Changes
2.0.0
💥 Break Changes
- Change targets: (@hugoalh)(N/A)
- GitHub Actions Runner from >= v2.303.0 to >= v2.311.0
- NodeJS from >= v14.15.0 to >= v16.13.0
- Function
Write-GitHubActionsAnnotation
is no longer public (@hugoalh)(N/A) - Refactor and rename modules category: (@hugoalh)(N/A)
command-base
andcommand-control
ascommand-file
andcommand-stdout
step-summary
assummary
- Remove deprecated and legacy resources (@hugoalh)(N/A)
- Remove feature of chunk mask in function
Add-GitHubActionsSecretMask
(@hugoalh)(N/A) - Remove feature of parameter
InputObject
batch/bulk operation in functions (@hugoalh)(N/A) - Remove function
Test-GitHubActionsNodeJsEnvironment
and migrate into internal functionInvoke-GitHubActionsNodeJsWrapper
(@hugoalh)(N/A) - Remove function
Write-GitHubActionsRaw
(@hugoalh)(N/A) - Rename functions which name like
*-GitHubActionsStepSummary*
to*-GitHubActionsSummary*
(@hugoalh)(N/A) - Rename some of the parameters to follow PowerShell parameters naming (@hugoalh)(N/A)
〰️ Changes
- Improve error messages and more meaningful (@hugoalh)(N/A)
- Improve NodeJS wrapper (@hugoalh)(455afa3)
- Improve way to get and resolve environment paths and variables (@hugoalh)(N/A)
- Introduce parameter
Summary
for annotations to prevent message get truncated (@hugoalh)(#87) - Update wrapper API dependencies nodejs/npm:@actions/artifact from v1.1.1 to v1.1.2, and nodejs/npm:@actions/core from v1.10.0 to v1.10.1 (@hugoalh)(N/A)
- Validate custom exit code in function
Write-GitHubActionsFail
(@hugoalh)(4977e1c)
2.0.0 Beta 4
〰️ Changes
- Fix function
Add-GitHubActionsPATH
add PATHs repeatedly (@hugoalh)(N/A)