Releases: threeal/cache-action
Releases · threeal/cache-action
Version 0.2.1
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
What's Changed
- Compress files using Zstandard to decrease cache size.
- Upload and download cache concurrently to speed up the process.
- Expose
restoreCache
andsaveCache
functions as part of the JavaScript library. - Bug fixes:
- Fix issue where the
saveCache
function did not await the removal of the temporary directory.
- Fix issue where the
- 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
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