mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2026-02-01 14:32:40 +00:00
tag: v0.8.6
This commit is contained in:
parent
e183bea43a
commit
372f892b9c
34
CHANGELOG.md
34
CHANGELOG.md
@ -7,7 +7,38 @@ 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.8.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.4...v0.8.5)
|
||||
## [v0.8.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.5...v0.8.6)
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#138`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/138)
|
||||
- chore(deps-dev): bump jest from 27.4.7 to 27.5.0 [`#136`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/136)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 5.10.1 to 5.10.2 [`#132`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/132)
|
||||
- chore(deps-dev): bump webpack from 5.67.0 to 5.68.0 [`#133`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/133)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#134`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/134)
|
||||
- chore(deps-dev): bump eslint from 8.7.0 to 8.8.0 [`#131`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/131)
|
||||
- chore(deps-dev): bump es-check from 6.1.1 to 6.2.1 [`#130`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/130)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#126`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/126)
|
||||
- chore(deps-dev): bump webpack-cli from 4.9.1 to 4.9.2 [`#127`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/127)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 5.10.0 to 5.10.1 [`#125`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/125)
|
||||
|
||||
### Commits
|
||||
|
||||
- build: es2017 as default output [`f235fd4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f235fd4c60a867ef24a51c90e259fdb0cddbb0df)
|
||||
- build: fixed `umd/es5` declaration file [`ed81ea7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ed81ea7b04c72332469996cd5c27f1972c0da19d)
|
||||
- chore: added .npmignore [`ad1e965`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ad1e965b41b5948ca8a590c9f12873736b652e2c)
|
||||
- chore: codecov bug was not fixed :( [`1159840`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1159840748fabf54909ff5d27fb459e21814faa6)
|
||||
- ci: fixed actions/checkout#237 [`7f41583`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7f4158331b404bc5318faafdf5ea951adc20e2e1)
|
||||
- deps: updated dependencies [`e183bea`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e183bea43a098565ac421807af4fef029fe64717)
|
||||
- docs: fixed benchmark [`db4cecb`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/db4cecb475dcb43b2274b96914db7721117f41b5)
|
||||
- docs: gitter badge [`0c27b9e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0c27b9ec38357067000fd69848953aec38a3d4de)
|
||||
- docs: more examples [`ab68a9f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ab68a9f756700779f27f54e2066972f4facba3a8)
|
||||
- docs: updated benchmark [`e6f2a12`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e6f2a128985e7c0fa61f6bf0345ca98d9b8db9e0)
|
||||
- docs: updated benchmark [`27b9a49`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/27b9a4972cb3bd56f1246db5b5e15136b7bd07e9)
|
||||
- docs: updated download urls [`95dc96c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/95dc96c83ef7258c0003fbb878d8e3dd52af3f4f)
|
||||
- style: formatted code [`1f884e9`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1f884e9de54aae06d64fa8359bbc0b562799ffb6)
|
||||
|
||||
## [v0.8.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.4...v0.8.5) - 2022-01-23
|
||||
|
||||
### Merged
|
||||
|
||||
@ -39,6 +70,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- refactor: moved header file [`d14750e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d14750ee63593d275255033bad228aa0023eadf5)
|
||||
- refactor: prefer the usage of `AxiosResponseHeaders` [`bd4bf26`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bd4bf26e1846e3579eba7dba379c0f3560432c8a)
|
||||
- style: format code [`31ef7e7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/31ef7e7eb24ae70344d8e9463281615afa7a5171)
|
||||
- tag: v0.8.5 [`f09670d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f09670d7690767bf8ae16343395db4817fe33e68)
|
||||
|
||||
## [v0.8.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.3...v0.8.4) - 2022-01-18
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "0.8.5",
|
||||
"version": "0.8.6",
|
||||
"description": "Cache interceptor for axios",
|
||||
"main": "./cjs/index.js",
|
||||
"types": "./cjs/index.d.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user