v0.4.4
What's new
Added
- Added a method
Cache::cached_path_with_options
and a correspondingOptions
struct. - Added ability to automatically extract archives through the
Cache::cached_path_with_options
method. - Added integration tests.
- Added spinner progress bar to downloads.
Changed
Meta
struct is no longer public.Cache::cached_path_in_subdir
is now deprecated.httpmock
updated and tests refactored.
Removed
- Removed the
only_keep_latest
setting for theCache
.
Commits
f438e30 Update httpmock requirement from 0.3 to 0.4 (#30)
825d5e4 add spinner (#33)
c6eebd8 handle archives (#28)
b664939 Create dependabot.yml
0d84b2a fix integration test (#29)
81deeb3 test with actual file
ca2cd8c add integration tests (#27)
bd4d916 fix typo (#26)