mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
feat: v1.1.1
This commit is contained in:
parent
ebd400bfa4
commit
143d4095df
18
CHANGELOG.md
18
CHANGELOG.md
@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
## [v1.1.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.0.1...v1.1.0)
|
||||
## [v1.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1)
|
||||
|
||||
### Merged
|
||||
|
||||
- docs: fixed headerInterpreter return type [`#542`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/542)
|
||||
|
||||
### Commits
|
||||
|
||||
- docs: cdnjs links [`9e3800c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9e3800c83546701919c8aa6c10d9fc020ff75141)
|
||||
- feat: better storage docs [`5f2ed82`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5f2ed8294c16eb4876136e40366c8521f8625720)
|
||||
- feat: max entries on memory storage #539 [`ebd400b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ebd400bfa417144c0ecb65a59e5d72daec0f65a4)
|
||||
- fix: flaky network test and improved redis documentation [`ee9a7de`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ee9a7deeaebc54d074554ad0922a126458d18dc5)
|
||||
- fix: removed only allow pnpm [`aa69799`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa697999e4b44d90b7eef7081a65e7ed0799cd55)
|
||||
- style: formatted code [`7b0fb85`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7b0fb853976ac74a580720f7ee929562d5903862)
|
||||
|
||||
## [v1.1.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.0.1...v1.1.0) - 2023-05-17
|
||||
|
||||
### Merged
|
||||
|
||||
@ -65,6 +80,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- feat: removed react example [`d72b122`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d72b122ede6c8e583cd9fd059c5736f2277a6ff8)
|
||||
- feat: typescript v5 [`f29dc40`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f29dc4076c94d27ea1e08066de6ce2fec8397913)
|
||||
- feat: updated preview [`d911aa4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d911aa4804fb44fddc0e88060827309200187aa5)
|
||||
- feat: v1.1.0 [`70140f6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/70140f6350edc1f14f4e8c6a74e811319f3219e8)
|
||||
- fix: canStale should return false if Cache-Control: must-revalidate is present #507 [`22870d7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/22870d7d72a89f2604601eee7103833c5a36ac69)
|
||||
- fix: docs workflow [`aa82487`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa824870b0e4f9fc1906a3dd3539b15080217701)
|
||||
- fix: lint [`7731d7e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7731d7e52bb80758081fa8c43f6914b071116738)
|
||||
|
||||
@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
## [v1.1.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.0.1...v1.1.0)
|
||||
## [v1.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.1.0...v1.1.1)
|
||||
|
||||
### Merged
|
||||
|
||||
- docs: fixed headerInterpreter return type [`#542`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/542)
|
||||
|
||||
### Commits
|
||||
|
||||
- docs: cdnjs links [`9e3800c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9e3800c83546701919c8aa6c10d9fc020ff75141)
|
||||
- feat: better storage docs [`5f2ed82`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5f2ed8294c16eb4876136e40366c8521f8625720)
|
||||
- feat: max entries on memory storage #539 [`ebd400b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ebd400bfa417144c0ecb65a59e5d72daec0f65a4)
|
||||
- fix: flaky network test and improved redis documentation [`ee9a7de`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ee9a7deeaebc54d074554ad0922a126458d18dc5)
|
||||
- fix: removed only allow pnpm [`aa69799`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa697999e4b44d90b7eef7081a65e7ed0799cd55)
|
||||
- style: formatted code [`7b0fb85`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7b0fb853976ac74a580720f7ee929562d5903862)
|
||||
|
||||
## [v1.1.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.0.1...v1.1.0) - 2023-05-17
|
||||
|
||||
### Merged
|
||||
|
||||
@ -65,6 +80,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- feat: removed react example [`d72b122`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d72b122ede6c8e583cd9fd059c5736f2277a6ff8)
|
||||
- feat: typescript v5 [`f29dc40`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f29dc4076c94d27ea1e08066de6ce2fec8397913)
|
||||
- feat: updated preview [`d911aa4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d911aa4804fb44fddc0e88060827309200187aa5)
|
||||
- feat: v1.1.0 [`70140f6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/70140f6350edc1f14f4e8c6a74e811319f3219e8)
|
||||
- fix: canStale should return false if Cache-Control: must-revalidate is present #507 [`22870d7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/22870d7d72a89f2604601eee7103833c5a36ac69)
|
||||
- fix: docs workflow [`aa82487`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa824870b0e4f9fc1906a3dd3539b15080217701)
|
||||
- fix: lint [`7731d7e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7731d7e52bb80758081fa8c43f6914b071116738)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Cache interceptor for axios",
|
||||
"keywords": [
|
||||
"axios",
|
||||
@ -14,7 +14,7 @@
|
||||
"homepage": "https://axios-cache-interceptor.js.org",
|
||||
"bugs": "https://github.com/arthurfiorette/axios-cache-interceptor/issues",
|
||||
"repository": "https://github.com/arthurfiorette/axios-cache-interceptor.git",
|
||||
"funding": "https://github.com/ArthurFiorette/axios-cache-interceptor?sponsor=1",
|
||||
"funding": "https://github.com/arthurfiorette/axios-cache-interceptor?sponsor=1",
|
||||
"license": "MIT",
|
||||
"author": "Arthur Fiorette <npm@arthur.place>",
|
||||
"sideEffects": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user