Releases: carlosperate/download-file-action
Releases · carlosperate/download-file-action
v2.0.2
What's Changed
- Update to node20 to avoid deprecation warnings.
- Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 by @dependabot in #37
Full Changelog: v2...v2.0.2
v2.0.1
What's Changed
Security updates in dependencies
- Build(deps): Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #28
- Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #27
- Build(deps): Bump semver from 6.3.0 to 6.3.1 by @dependabot in #31
- Build(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #33
Other changes
- Improvements to the CI tests
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Breaking Changes
- The Action output
file-pathis now an absolute path (by @pzhlkj6612 in #14, thanks!)- In theory I would not expect this to cause any breakage, but to be safe we are releasing this change as v2.0.0
Other Changes
- Minor improvements to the CI tests
Full Changelog: v1.1.2...v2.0.0
v1.1.2
What's Changed
- Updated runtime and dev dependencies, this resolves some of the warnings printed in the GitHub Actions Annotations page
- Updated the linter used and made minor improvemnts to the codebase with no impact on the Action behaviour
- Improvements to the tests running on CI
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Only calculate MD5 and SHA256 hashes when values have been provided to the action (thanks @pzhlkj6612!)
- Make the MD5 and SHA256 hash comparison case insensitive (thanks @pzhlkj6612!)
- More info printed to the log (thanks @pzhlkj6612!)
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Added MD5 action input and file verification
- Added SHA256 action input and file verification
Full Changelog: v1.0.3...v1.1.0
v1.0.3
Update dev dependencies to resolved a security warning.
v1.0.2
- Add success info message, and set failure if URL not set.
- Update project README
- Add extra tests
v1.0.1
Updates descriptions for marketplace.
v1.0.0
Initial release.