Releases: andrewaylett/snarfetch
Releases · andrewaylett/snarfetch
v0.3.0
What's Changed
- Rebuild the project with the minimum version of each dependency by @andrewaylett in #6
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #5
- Adds a gc for size and expiry by @andrewaylett in #7
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Apply pre-commit checks: editorconfig and prettier by @andrewaylett in #2
- Validate that we have suitable build output by @andrewaylett in #4
Full Changelog: v0.1.0...v0.2.0
v0.1.0
A basic, but plausibly-useful, implementation.
Will not currently remove items from the cache, so unsuited for applications that make requests to an unbounded number of locations.
Full Changelog: v0.0.1...v0.1.0
v0.0.1
First release!
Doesn't do much yet -- wraps node-fetch, applies self-throttle on a per-target basis.
Full Changelog: https://github.com/andrewaylett/snarfetch/commits/v0.0.1