Skip to content

Releases: threeal/cache-action

Version 0.2.1

14 Sep 15:34
088d2c6
Compare
Choose a tag to compare

What's Changed

  • Modified the distributed library script file to use the .js extension and the library typing file to use the .d.ts extension.
  • Development changes:
    • Updated development dependencies.
    • Explicitly specified the runner OS version in GitHub workflows.

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

10 Sep 14:36
9b9a331
Compare
Choose a tag to compare

What's Changed

  • Compress files using Zstandard to decrease cache size.
  • Upload and download cache concurrently to speed up the process.
  • Expose restoreCache and saveCache functions as part of the JavaScript library.
  • Bug fixes:
    • Fix issue where the saveCache function did not await the removal of the temporary directory.
  • Development changes:
    • Modify API tests to use a real HTTP server.
    • Reorganize file structure and refactor functions.
    • Update development dependencies.
    • Add support for building documentation and deploying it to GitHub Pages.

Full Changelog: v0.1.0...v0.2.0

Version 0.1.0

03 Sep 07:46
777f085
Compare
Choose a tag to compare

What's Changed

  • Added support for saving and restoring files as a cache in GitHub Actions.

Full Changelog: https://github.com/threeal/cache-action/commits/v0.1.0