Skip to content
This repository was 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

Choose a tag to compare

released this 03 Mar 09:56
  • fix: Change methods type to array of predefined strings (#239) @antonkravc

Fix type for new `methods` config

Choose a tag to compare

released this 02 Mar 11:02

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

Choose a tag to compare

released this 01 Mar 09:06
  • 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

Choose a tag to compare

released this 03 Feb 09:41
  • 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 🚀

Choose a tag to compare

released this 01 Feb 15:31

Replace lodash with native JS

Choose a tag to compare

released this 16 Nov 13:41

Fix typings for new RedisStore

Choose a tag to compare

released this 19 Aug 12:17
  • chore(typings): Add simple TypeDefinition for RedisStore (#111 @Ragyal)

Redis!

Choose a tag to compare

released this 08 Aug 19:08
  • 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

Pre-release

Choose a tag to compare

released this 15 Jul 22:03

For more information see the PR #94

Fix Typescript support

Choose a tag to compare

released this 21 Jun 05:16
64ac601