Releases: arthurfiorette/axios-cache-interceptor
Releases · arthurfiorette/axios-cache-interceptor
v1.6.2
v1.6.1
v1.6.0
What's Changed
- Add an example node-cache implementation in docs by @sinarck in #841
- [ImgBot] Optimize images by @imgbot in #844
- Feature: clear storage method by @damen-dd in #848
- Feature: add stale flag in request return object by @MerryCello in #843
New Contributors
- @sinarck made their first contribution in #841
- @imgbot made their first contribution in #844
- @damen-dd made their first contribution in #848
- @MerryCello made their first contribution in #843
Full Changelog: v1.5.3...v1.6.0
v1.5.3
What's Changed
- chore(deps-dev): bump @swc/helpers from 0.5.10 to 0.5.11 by @dependabot in #826
- chore(deps-dev): bump vitepress from 1.1.3 to 1.1.4 by @dependabot in #828
- chore(deps): bump pnpm/action-setup from 3 to 4 by @dependabot in #831
- chore(deps-dev): bump vitepress from 1.1.4 to 1.2.0 by @dependabot in #835
- chore(deps-dev): bump axios from 1.6.8 to 1.7.0 by @dependabot in #836
- chore(deps-dev): bump vitepress from 1.2.0 to 1.2.2 by @dependabot in #837
- chore(deps-dev): bump axios from 1.7.0 to 1.7.1 by @dependabot in #838
- build(deps-dev): bump axios from 1.7.1 to 1.7.2 by @dependabot in #840
- build(deps): bump cache-parser from 1.2.4 to 1.2.5 by @dependabot in #839
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- docs: improved clarity of code comments in invalidating-cache.md by @Stoyz in #792
- docs: update cache jsdocs for debugging by @brianreidy in #796
- [must-revalidate] properly revalidate based on eTag by @edwinveldhuizen in #824
New Contributors
- @Stoyz made their first contribution in #792
- @brianreidy made their first contribution in #796
- @edwinveldhuizen made their first contribution in #824
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Avoid minifying
esm
,cjs
andmodern
bundles. Only cdn'sbundle.js
will be minified from now on.
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Correct ESM and CJS support, move to microbundle. by @arthurfiorette in #764
- Fixed
transformResponse
running twice on cached requests by @amrendr-cb in #775 - Added
Streams and non-JSON
section in the documentation
New Contributors
- @amrendr-cb made their first contribution in #775
Full Changelog: v1.4.1...v1.5.0
v1.4.1
Important Changes
- Fixed type incompatibility with
setupCache
(#746).
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- chore(deps-dev): bump vitepress from 1.0.0-rc.31 to 1.0.0-rc.32 by @dependabot in #751
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #749
- Add feature to blacklist some paths by @kcsujeet in #754
New Contributors
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- Support for URLSearchParams
- Fix typos by @Mayureshd-18 in #707
- docs: rewording the invalidating cache page by @adamdehaven in #744
- docs: wording and fixing a broken local link by @adamdehaven in #745
- Update documentation to clarify side effects of setupCache by @Rototu in #732
New Contributors
- @Mayureshd-18 made their first contribution in #707
- @adamdehaven made their first contribution in #744
- @Rototu made their first contribution in #732
Full Changelog: v1.3.2...v1.3.3