This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
Releases: lisaogren/axios-cache-adapter
Releases · lisaogren/axios-cache-adapter
Fix type for new `methods` config again
- fix: Change
methods
type to array of predefined strings (#239) @antonkravc
Fix type for new `methods` config
- Methods Array should be optional (#238) @timtucker
Only cache GET requests by default + override cache `key` per request
Fix no cache-control + new RedisDefaultStore
- 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 🚀
- ed1a130 - feat(deps): remove whatwg-url dependency (#227) (27 minutes ago) @RasCarlito @Brain2000
- 39f0bf1 - fix(utilities): fix invalid calling object error for IE11 (#226) (82 minutes ago) @RasCarlito
- db9619a - use babel to handle object rest/spread (#139) (4 hours ago) @ryankshaw
- 3a8d36e - feat(typescript): add IAxiosCacheAdapterRequest (#140) (4 hours ago) @bluelovers
- b578717 - types: add excludeFromCache?: boolean; (#182) (4 hours ago) @bluelovers
- 326e5ce - better typing for
limit
option field (#217) (4 hours ago) @amir-arad - 9f5297b - feat: update axios to v0.20.x (#214) (#215) (5 hours ago) @jahead
- 75d02ab - chore(node): drop node 6 and 8 support (#187) (8 months ago) @RasCarlito
- 5cf25b8 - fix(cache): include baseURL in cache key (#162) (8 months ago) @merceyz
- b344bbd - Ability to cache post, patch, put, delete methods (#128) (1 year ago) @mohamedgomran
Replace lodash with native JS
Fix typings for new RedisStore
Redis!
- Implement RedisStore (#98 @mohamedgomran)
- move
cache-control-esm
todependencies
(#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
For more information see the PR #94
Fix Typescript support
- Update axios-cache-adapter.d.ts (#100 @tejovanthWork)