Skip to content

Releases: arthurfiorette/axios-cache-interceptor

v1.5.2

23 Apr 16:09
da4cf29
Compare
Choose a tag to compare

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

Full Changelog: v1.5.1...v1.5.2

v1.5.1

19 Jan 03:55
0ec64c5
Compare
Choose a tag to compare

What's Changed

  • Avoid minifying esm, cjs and modern bundles. Only cdn's bundle.js will be minified from now on.

Full Changelog: v1.5.0...v1.5.1

v1.5.0

19 Jan 03:30
a4a7df3
Compare
Choose a tag to compare

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

Full Changelog: v1.4.1...v1.5.0

v1.4.1

26 Dec 18:52
4644f3c
Compare
Choose a tag to compare

Important Changes

  • Fixed type incompatibility with setupCache (#746).

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Dec 20:42
c68f47d
Compare
Choose a tag to compare

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

13 Dec 15:21
a890fc2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

23 Oct 15:56
eba6232
Compare
Choose a tag to compare

Important Changes

  • Updated dependencies
  • Fixed override and hydrate when applied globally (#694)
  • Fixed flaky tests

Full Changelog: v1.3.1...v1.3.2

v1.3.1

30 Sep 19:05
953d992
Compare
Choose a tag to compare

Important Changes

  • Fixed deadlocks when concurrent rejections happens for the same id in #685.
  • Support for AxiosErrors without config property
  • Debug option is now required and defaults to a noop function.
  • Updated documentation
  • JSDoc compliant bundle license

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

05 Sep 22:45
96f03c4
Compare
Choose a tag to compare

Important Changes

  • Updated documentation in many ways.
  • Added cloneData: 'double' to prevent property changes before cloning the result. Thanks @bhallionOhbibi (#581)
  • Correct handle non Axios response/config to avoid breaking cache when other interceptors break (#609)
  • Turned most types into interfaces. Thanks @denis-rossati (#615)
  • Handle broken/recursive object serializations. Thanks @joseiedo (#616)
  • Fixed infinite loading states when a restart occurs in the middle of a request. Thanks @xml (#612)

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Jun 16:42
Compare
Choose a tag to compare

Important Changes

  • Updated cachePredicate documentation. (Thanks @subhradeepnag).
  • Updated axios version to 1.4.0 and other dependencies (7e5ca7e)
  • Fixed cachePredicate tests (7e5ca7e)
  • Added support for max-stale on defaultHeaderInterpreter (683dbe0)
  • 鈿狅笍 Fixed canStale check for ttl and staleTtl (82182bf), previously a lot of cache was being evicted wrongly and more network requests were being made.

New Contributors

Full Changelog: v1.1.1...v1.1.2