Skip to content

Releases: hugoalh/github-actions-core-powershell

1.2.2

09 Mar 02:25
Compare
Choose a tag to compare
  • CHANGE: Updated help URI

1.2.1

21 Feb 03:40
Compare
Choose a tag to compare
  • CHANGE: Updated NodeJS wrapper API dependency @actions/cache from v3.1.3 to v3.1.4

1.2.0

17 Feb 03:07
Compare
Choose a tag to compare
  • CHANGE: Changed the ways on import modules in internal
  • CHANGE: Deprecated function Clear-GitHubActionsFileCommand due to the possible security vulnerability
  • CHANGE: Function Write-GitHubActionsFileCommand is 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 IconUri and LicenceUri were 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-GitHubActionsNodeJsEnvironment parameter ReinstallDependencies is deprecated
    • No useless codes
    • Reduced more than 80% of the bandwidth and package sizes
  • CHANGE: Updated NodeJS wrapper API dependencies:
    • @actions/artifact from v1.1.0 to v1.1.1
    • @actions/cache from v3.0.6 to v3.1.3

1.2.0 Beta 3

10 Feb 09:57
Compare
Choose a tag to compare
1.2.0 Beta 3 Pre-release
Pre-release
  • CHANGE: Updated NodeJS wrapper API dependency @actions/cache from v3.1.2 to v3.1.3

1.2.0 Beta 2

08 Feb 04:20
Compare
Choose a tag to compare
1.2.0 Beta 2 Pre-release
Pre-release
  • CHANGE: Changed the ways on import modules in internal
  • CHANGE: Deprecated function Clear-GitHubActionsFileCommand due to the possible security vulnerability
  • CHANGE: Function Write-GitHubActionsFileCommand is now publicly accessible (for advanced users)
  • CHANGE: Optimized internal operations
  • CHANGE: Updated NodeJS wrapper API dependencies:
    • @actions/artifact from v1.1.0 to v1.1.1
    • @actions/cache from v3.0.6 to v3.1.2

1.2.0 Beta 1

29 Oct 02:29
Compare
Choose a tag to compare
1.2.0 Beta 1 Pre-release
Pre-release
  • CHANGE: Package now also bundled icon file and license file, due to the package meta keys IconUri and LicenceUri were 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-GitHubActionsNodeJsEnvironment parameter ReinstallDependencies is deprecated
    • No useless codes
    • Reduced more than 80% of the bandwidth and package sizes

1.1.1

25 Oct 02:39
Compare
Choose a tag to compare
  • CHANGE: Fixed validation issues of parameters File and Title for functions Write-GitHubActionsError, Write-GitHubActionsFail, Write-GitHubActionsNotice and Write-GitHubActionsWarning (#44)
  • CHANGE: Package no longer packed with helper scripts (which these are only useful for developing)

1.1.0

23 Oct 09:46
Compare
Choose a tag to compare
  • ADD: Added new function Clear-GitHubActionsFileCommand
  • ADD: Added parameter SegmentTimeout for function Restore-GitHubActionsCache
  • CHANGE: Fixed function Test-GitHubActionsEnvironment will still output the test result when parameter Mandatory was set and hard to omit
  • CHANGE: Fixed incorrect value from pipeline behaviours on functions Export-GitHubActionsArtifact, Restore-GitHubActionsCache and Save-GitHubActionsCache
  • CHANGE: Function Get-GitHubActionsWebhookEventPayload parameters Depth and NoEnumerate are deprecated, due to allow of setting these parameters maybe cause unexpected issues
  • CHANGE: Implemented support of file commands for functions Set-GitHubActionsOutput (set-output) and Set-GitHubActionsState (save-state)
  • 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 InputObject which map to parameters Name and Value about acceptable value types and bring back support type of OrderedDictionary and Object[]
  • 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/cache from v3.0.4 to v3.0.6
    • @actions/core from v1.9.1 to v1.10.0
  • REMOVE: Removed unnecessary shebang and process control inside NodeJS wrapper API scripts

1.1.0 Beta 4

16 Oct 09:00
Compare
Choose a tag to compare
1.1.0 Beta 4 Pre-release
Pre-release
  • 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 InputObject which map to parameters Name and Value about acceptable value types and bring back support type of OrderedDictionary and Object[]
  • CHANGE: Improved some of the error messages

1.1.0 Beta 3

14 Oct 04:25
Compare
Choose a tag to compare
1.1.0 Beta 3 Pre-release
Pre-release
  • ADD: Added parameter SegmentTimeout for function Restore-GitHubActionsCache
  • CHANGE: Fixed function Test-GitHubActionsEnvironment will still output the test result when parameter Mandatory was set and hard to omit
  • CHANGE: Fixed incorrect value from pipeline behaviours on functions Export-GitHubActionsArtifact and Save-GitHubActionsCache
  • CHANGE: Function Get-GitHubActionsWebhookEventPayload parameters Depth and NoEnumerate are 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/cache from v3.0.4 to v3.0.5
  • REMOVE: Removed unnecessary shebang and process control inside NodeJS wrapper API scripts