mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
tag: v0.5.0
This commit is contained in:
parent
b3f832cb07
commit
a50c0b689d
14
CHANGELOG.md
14
CHANGELOG.md
@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
## [v0.4.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.0...v0.4.1)
|
||||
## [v0.5.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.1...v0.5.0)
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump @types/node from 16.11.4 to 16.11.6 [`#46`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/46)
|
||||
|
||||
### Commits
|
||||
|
||||
- deps: bump axios to v0.24 [`99906e5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/99906e57b9b65d72a331040cecfc5f393db9f640)
|
||||
- merge: merged code [`b3f832c`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b3f832cb07337a2631aae8aa496402645f72ec39)
|
||||
|
||||
## [v0.4.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.0...v0.4.1) - 2021-10-25
|
||||
|
||||
### Merged
|
||||
|
||||
@ -28,6 +39,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- deps: latest `@arthurfiorette/prettier-config` [`b2ba65e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b2ba65ef7b94ecd40fcd20fc4c300a08923f30e0)
|
||||
- fix: fixed isCacheValid function and added tests [`6e6100b`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6e6100b86ad47c5b1544a63e17a49223bc7ef6ef)
|
||||
- refactor: externalized cache eviction predicate [`f141b2e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/f141b2e6804c0c57ecf5f65a914349d41e85d298)
|
||||
- tag: v0.4.1 [`28e3392`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/28e33928083a027dbb4385219a97ee6a48dbdc77)
|
||||
- tag: v0.4.1 [`6ec1b57`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6ec1b5722b9cb0bf1fdc347f419e983bd7a1ab6d)
|
||||
|
||||
## [v0.4.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.3.0...v0.4.0) - 2021-10-12
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "0.4.1",
|
||||
"version": "0.5.0",
|
||||
"description": "Cache interceptor for axios",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user