Skip to content

Releases: hugoalh-studio/ghactions-toolkit-powershell

1.1.0 Beta 2

09 Oct 04:34
Compare
Choose a tag to compare
1.1.0 Beta 2 Pre-release
Pre-release
  • CHANGE: Fixed invalid pre release string

1.1.0 Beta 1

09 Oct 04:24
Compare
Choose a tag to compare
1.1.0 Beta 1 Pre-release
Pre-release
  • CHANGE: Implemented support of file commands for functions Set-GitHubActionsOutput (set-output) and Set-GitHubActionsState (save-state)
  • CHANGE: Improved support of file commands for function Set-GitHubActionsEnvironmentVariable
  • CHANGE: Updated NodeJS wrapper API dependency @actions/core from v1.9.1 to v1.10.0

1.0.2

20 Sep 05:31
Compare
Choose a tag to compare
  • 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 cmdlet Invoke-Expression
  • CHANGE: Reduced no longer necessary type castings thanks to improved pipeline workflow
  • CHANGE: Updated NodeJS wrapper API deep dependencies

1.0.1

12 Sep 04:38
Compare
Choose a tag to compare
  • 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

25 Aug 05:21
Compare
Choose a tag to compare

🎉 Initial Release

This should be more stable than a stabilizer.


  • CHANGE: Improved function Test-NodeJsEnvironment workflow
  • CHANGE: Updated NodeJS wrapper API dependency @actions/cache from v3.0.3 to v3.0.4

0.5.5

14 Aug 10:27
Compare
Choose a tag to compare
  • CHANGE: Updated NodeJS wrapper API dependencies:
    • @actions/cache from v3.0.1 to v3.0.3
    • @actions/core from v1.9.0 to v1.9.1

0.5.4

05 Aug 09:51
Compare
Choose a tag to compare
  • CHANGE: Fixed function Add-GitHubActionsSecretMask maybe cause issues on specific cases when with parameter WithChunks
  • CHANGE: Fixed function Test-GitHubActionsNodeJsEnvironment parameter ReinstallDependencies was incorrectly require parameter Retest
  • 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-GitHubActionsProcessingCommands parameter EndToken no longer default to use GUID (i.e.: UUID 4), instead default to use random 64 characters with pool 0~9 and a~z
  • CHANGE: Improved $Null and empty string handling
  • CHANGE: Improved array join method
  • CHANGE: Updated NodeJS wrapper API dependency @actions/cache from v3.0.0 to v3.0.1

0.5.3

30 Jul 04:46
Compare
Choose a tag to compare
  • CHANGE: Fixed functions which dependent and require to invoke with NodeJS were incorrectly:
    • parse the outputs,
    • pass through the GitHub Actions commands, and/or
    • return result

0.5.2

20 Jul 04:24
Compare
Choose a tag to compare
  • CHANGE: Fixed broken package icon

0.5.1

20 Jul 04:18
Compare
Choose a tag to compare
  • CHANGE: Improved determine on GitHub Actions environment variables