Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Releases: lisaogren/axios-cache-adapter

Fix type for new `methods` config again

03 Mar 09:56
Compare
Choose a tag to compare
  • fix: Change methods type to array of predefined strings (#239) @antonkravc

Fix type for new `methods` config

02 Mar 11:02
Compare
Choose a tag to compare

Only cache GET requests by default + override cache `key` per request

01 Mar 09:06
Compare
Choose a tag to compare
  • fix(config): allow to override cache key per request (#237)
  • fix(exclude): only cache get requests by default, add config.exclude.methods option (#232)

Fix no cache-control + new RedisDefaultStore

03 Feb 09:41
Compare
Choose a tag to compare
  • aa0666f - RedisStore - Using direct Redis commands instead of hash Redis commands - #206 (#216) @arvind-bhaskar
  • 44d7227 - fix(lint): fix all lint issues (#229) @RasCarlito
  • 8b39242 - test(cache-control): fix no cache-control header test (#228) @RasCarlito
  • 814c028 - handle as no-cache when a server responds no cache-control in headers (#169) @ttkien

Lighter and a bit better 🚀

01 Feb 15:31
Compare
Choose a tag to compare

Replace lodash with native JS

16 Nov 13:41
Compare
Choose a tag to compare

Fix typings for new RedisStore

19 Aug 12:17
Compare
Choose a tag to compare
  • chore(typings): Add simple TypeDefinition for RedisStore (#111 @Ragyal)

Redis!

08 Aug 19:08
Compare
Choose a tag to compare
  • Implement RedisStore (#98 @mohamedgomran)
  • move cache-control-esm to dependencies (#108 @ryankshaw)
  • Update README.md with clearer localForage example (#106 @purplekrayons)
  • fix(package): Lock axios version to 0.18.1 (#109)

First beta of the new v3

15 Jul 22:03
Compare
Choose a tag to compare
Pre-release

For more information see the PR #94

Fix Typescript support

21 Jun 05:16
64ac601
Compare
Choose a tag to compare