Skip to content

1.2.0

Compare
Choose a tag to compare
@hugoalh hugoalh released this 17 Feb 03:07
· 288 commits to main since this 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: 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