Skip to content

v0.4.4

Compare
Choose a tag to compare
@epwalsh epwalsh released this 14 Sep 01:23
· 21 commits to master since this release

What's new

Added

  • Added a method Cache::cached_path_with_options and a corresponding Options 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 the Cache.

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)