mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
tag: v0.6.1
This commit is contained in:
parent
e2de9288bd
commit
097a1798c4
493
CHANGELOG.md
493
CHANGELOG.md
@ -7,354 +7,369 @@ 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.6.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.5.1...v0.6.0)
|
||||
## [v0.6.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.6.0...v0.6.1)
|
||||
|
||||
### Merged
|
||||
|
||||
- feat: etag and if-modified-since support [`#53`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/53)
|
||||
- feat: storage abstractions [`#52`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/52)
|
||||
- feat: more headers supports, tests and must-revalidate fix [`#51`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/51)
|
||||
- chore(deps-dev): bump @types/node from 16.11.6 to 16.11.7 [`#48`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/48)
|
||||
- chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.24 to 0.3.30 [`#47`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/47)
|
||||
- chore(deps-dev): bump @types/node from 16.11.8 to 16.11.9 [`#57`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/57)
|
||||
- chore(deps-dev): bump @types/jest from 27.0.2 to 27.0.3 [`#56`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/56)
|
||||
- chore(deps-dev): bump @types/node from 16.11.7 to 16.11.8 [`#55`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/55)
|
||||
- chore(deps-dev): bump typescript from 4.4.4 to 4.5.2 [`#54`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/54)
|
||||
|
||||
### Commits
|
||||
|
||||
- feat: immutable cache support [`76a8af7`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/76a8af743316b4ed63382ece334f77118ee99da7)
|
||||
- fix: compile to `ES2020`, instead of `ES2021` [`5970483`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/59704833f2f77ec7d28c83068ad4c302055bb6da)
|
||||
- style: prettier and changelog config changes [`19d0e9b`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/19d0e9b69eadc7622546f877298c3a44ed6efc4e)
|
||||
- build: emit declaration in dist folder [`e2de928`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e2de9288bd44f217d76e2e73a4f0b549f270cb57)
|
||||
- docs: removed readme duplicated title [`1e1627b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1e1627b5db584ce7a3ec1d7e0ef9af267fbbdf2f)
|
||||
|
||||
## [v0.5.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.5.0...v0.5.1) - 2021-11-05
|
||||
|
||||
### Commits
|
||||
|
||||
- refactor: better typings for axios 0.24 [`bf891bd`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/bf891bdd095cc7c2dd5363ac6c5207192c70954a)
|
||||
- tag: v0.5.1 [`6a680c1`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6a680c176840fc7d790b98e201ac6a367e959fa6)
|
||||
|
||||
## [v0.5.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.1...v0.5.0) - 2021-10-28
|
||||
## [v0.6.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.5.1...v0.6.0) - 2021-11-15
|
||||
|
||||
### 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)
|
||||
- feat: etag and if-modified-since support [`#53`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/53)
|
||||
- feat: storage abstractions [`#52`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/52)
|
||||
- feat: more headers supports, tests and must-revalidate fix [`#51`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/51)
|
||||
- chore(deps-dev): bump @types/node from 16.11.6 to 16.11.7 [`#48`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/48)
|
||||
- chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.24 to 0.3.30 [`#47`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/47)
|
||||
|
||||
### Commits
|
||||
|
||||
- deps: bump axios to v0.24 [`99906e5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/99906e57b9b65d72a331040cecfc5f393db9f640)
|
||||
- merge: merged code [`312ff64`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/312ff64bfe321a9ef5c3fe12251aabbc90306b34)
|
||||
- merge: merged code [`b3f832c`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b3f832cb07337a2631aae8aa496402645f72ec39)
|
||||
- style: prettified code [`0058cd5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/0058cd577117af99ed749019a876085dad211713)
|
||||
- tag: v0.5.0 [`3ca29dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/3ca29dcf15ffb0ed4215d08968a68a8146515e47)
|
||||
- tag: v0.5.0 [`a50c0b6`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a50c0b689d26233c88e4d2bf8d323d5d6149114d)
|
||||
- feat: immutable cache support [`76a8af7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/76a8af743316b4ed63382ece334f77118ee99da7)
|
||||
- fix: compile to `ES2020`, instead of `ES2021` [`5970483`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/59704833f2f77ec7d28c83068ad4c302055bb6da)
|
||||
- style: prettier and changelog config changes [`19d0e9b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/19d0e9b69eadc7622546f877298c3a44ed6efc4e)
|
||||
- tag: v0.6.0 [`bd98a16`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bd98a168857a28f1df5099e8bee6ca8febf3dcad)
|
||||
|
||||
## [v0.4.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.4.0...v0.4.1) - 2021-10-25
|
||||
## [v0.5.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.5.0...v0.5.1) - 2021-11-05
|
||||
|
||||
### Commits
|
||||
|
||||
- refactor: better typings for axios 0.24 [`bf891bd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bf891bdd095cc7c2dd5363ac6c5207192c70954a)
|
||||
- tag: v0.5.1 [`6a680c1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6a680c176840fc7d790b98e201ac6a367e959fa6)
|
||||
|
||||
## [v0.5.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.4.1...v0.5.0) - 2021-10-28
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump @types/node from 16.11.3 to 16.11.4 [`#44`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/44)
|
||||
- chore(deps-dev): bump @types/node from 16.11.1 to 16.11.3 [`#43`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/43)
|
||||
- chore(deps-dev): bump jest from 27.2.5 to 27.3.1 [`#42`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/42)
|
||||
- chore(deps-dev): bump ts-jest from 27.0.6 to 27.0.7 [`#40`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/40)
|
||||
- chore(deps-dev): bump @types/node from 16.11.0 to 16.11.1 [`#39`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/39)
|
||||
- chore(deps-dev): bump @types/node from 16.10.9 to 16.11.0 [`#37`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/37)
|
||||
- chore(deps-dev): bump ts-jest from 27.0.5 to 27.0.6 [`#38`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/38)
|
||||
- chore(deps-dev): bump @types/node from 16.10.3 to 16.10.9 [`#36`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/36)
|
||||
- chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 [`#34`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/34)
|
||||
- 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
|
||||
|
||||
- build: emit consistent javascript bundles with ES2021 [`cc23204`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/cc23204a79c79813b0649cbb52a721f0d3409ae2)
|
||||
- build: separate code and types build folder [`ede19c1`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ede19c1f33760bb3cea7fa63f0f2aca09f28f963)
|
||||
- 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)
|
||||
- deps: bump axios to v0.24 [`99906e5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/99906e57b9b65d72a331040cecfc5f393db9f640)
|
||||
- merge: merged code [`312ff64`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/312ff64bfe321a9ef5c3fe12251aabbc90306b34)
|
||||
- merge: merged code [`b3f832c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b3f832cb07337a2631aae8aa496402645f72ec39)
|
||||
- style: prettified code [`0058cd5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0058cd577117af99ed749019a876085dad211713)
|
||||
- tag: v0.5.0 [`3ca29dc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3ca29dcf15ffb0ed4215d08968a68a8146515e47)
|
||||
- tag: v0.5.0 [`a50c0b6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a50c0b689d26233c88e4d2bf8d323d5d6149114d)
|
||||
|
||||
## [v0.4.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.3.0...v0.4.0) - 2021-10-12
|
||||
## [v0.4.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.4.0...v0.4.1) - 2021-10-25
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump jest from 27.2.4 to 27.2.5 [`#33`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/33)
|
||||
- chore(deps-dev): bump @types/node from 16.11.3 to 16.11.4 [`#44`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/44)
|
||||
- chore(deps-dev): bump @types/node from 16.11.1 to 16.11.3 [`#43`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/43)
|
||||
- chore(deps-dev): bump jest from 27.2.5 to 27.3.1 [`#42`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/42)
|
||||
- chore(deps-dev): bump ts-jest from 27.0.6 to 27.0.7 [`#40`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/40)
|
||||
- chore(deps-dev): bump @types/node from 16.11.0 to 16.11.1 [`#39`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/39)
|
||||
- chore(deps-dev): bump @types/node from 16.10.9 to 16.11.0 [`#37`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/37)
|
||||
- chore(deps-dev): bump ts-jest from 27.0.5 to 27.0.6 [`#38`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/38)
|
||||
- chore(deps-dev): bump @types/node from 16.10.3 to 16.10.9 [`#36`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/36)
|
||||
- chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 [`#34`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/34)
|
||||
|
||||
### Commits
|
||||
|
||||
- docs: correct suported axios version [`6b790af`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6b790af2ff83e0495e6e746358680c1d9cf069b8)
|
||||
- docs: updated documentation [`9b9827c`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9b9827cae1dd82d9417a48cbadc9aba1f26f3107)
|
||||
- docs: updated minimal example [`dd1fa41`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/dd1fa41aa6ee499e1244fbc78e1d3b7b0f485b0b)
|
||||
- docs: updated readme [`4c757d3`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/4c757d36153fdb68477c6a551a0214bd16d939dc)
|
||||
- docs: updated readme [`861567a`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/861567af2ecd6b29ecc9525a5f13a4afe154b43c)
|
||||
- feat: preserve response status codes and use response.cached [`75deccf`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/75deccf57d9a0c88f225275d3295c3b291f6b738)
|
||||
- feat!: updated axios to v0.22.0 [`1713bb0`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1713bb0870bc2ef794313700f074b4d5bc8a748a)
|
||||
- fix: generic spaghetti that axios brought [`12a5032`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/12a5032b98cdeb5d8c51b5e33c8a200291b3b463)
|
||||
- fix: response and request types [`891f1d0`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/891f1d05e31786295152df069b8156f4b3c29cb1)
|
||||
- merge: yarn.lock [`03c4fba`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/03c4fbab76944ace0d834502c79a8608fdff16fc)
|
||||
- refactor: cacheUpdater as generic function [`2fa2557`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2fa2557040aa2b6d92800c4ac56011e0b610c23a)
|
||||
- refactor: eslint more strict [`0605ad8`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/0605ad8c9f758c13fe10904945369157f74e001d)
|
||||
- refactor: more type and naming refactors [`b42d3f1`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b42d3f13d7a52d36ac03c068b6986cfc92027a28)
|
||||
- style: indented tsconfig comments [`65cec04`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/65cec04406d22a57444ec8c2979de9aed59ea9f4)
|
||||
- style: prettified code [`3ed92c8`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/3ed92c8cc80e4b2f233272cf8579e34c4e6a7eae)
|
||||
- tag: v0.4.0 [`87880cf`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/87880cf8d0bb1d455340773f79b07d6df8a67a21)
|
||||
- tests: correct test name [`49f80d7`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/49f80d78e4f2066ff7852dfc0351d8b5c6cb69d3)
|
||||
- build: emit consistent javascript bundles with ES2021 [`cc23204`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cc23204a79c79813b0649cbb52a721f0d3409ae2)
|
||||
- build: separate code and types build folder [`ede19c1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ede19c1f33760bb3cea7fa63f0f2aca09f28f963)
|
||||
- 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.3.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.8...v0.3.0) - 2021-10-09
|
||||
## [v0.4.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.3.0...v0.4.0) - 2021-10-12
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump @types/node from 16.10.2 to 16.10.3 [`#32`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/32)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#30`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/30)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#31`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/31)
|
||||
- chore(deps-dev): bump jest from 27.2.4 to 27.2.5 [`#33`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/33)
|
||||
|
||||
### Commits
|
||||
|
||||
- deps: updated yarn.lock [`1489a7c`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1489a7c0ead908e45142bd2b13a02b541781b2b3)
|
||||
- deps!: updated axios to v0.22 [`ebe313f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ebe313fac625733215acd3ea5916674cf0b4abf6)
|
||||
- docs: correct tag names [`d961485`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d9614853da508d80177574e962bbb51e19f3c98e)
|
||||
- docs: table of contents [`6fa0e7b`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6fa0e7b602ae1eb7a1b7b631f85d4ef864364295)
|
||||
- fix: axios package also as dev deps [`12c207d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/12c207daedae2cdcc0569d31e4cfc1d21512441f)
|
||||
- fix: removed implict never [`52689e2`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/52689e24f449508eace07bdc0b9c0ebaed64e519)
|
||||
- style: prettified code [`50de35d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/50de35d3baa099d237fc980c3510472a3d67b29d)
|
||||
- tag: v0.3.0 [`ca491d8`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ca491d873e80d6f75f1a61194a0082fe2dc1b5a8)
|
||||
- docs: correct suported axios version [`6b790af`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6b790af2ff83e0495e6e746358680c1d9cf069b8)
|
||||
- docs: updated documentation [`9b9827c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9b9827cae1dd82d9417a48cbadc9aba1f26f3107)
|
||||
- docs: updated minimal example [`dd1fa41`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/dd1fa41aa6ee499e1244fbc78e1d3b7b0f485b0b)
|
||||
- docs: updated readme [`4c757d3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4c757d36153fdb68477c6a551a0214bd16d939dc)
|
||||
- docs: updated readme [`861567a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/861567af2ecd6b29ecc9525a5f13a4afe154b43c)
|
||||
- feat: preserve response status codes and use response.cached [`75deccf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/75deccf57d9a0c88f225275d3295c3b291f6b738)
|
||||
- feat!: updated axios to v0.22.0 [`1713bb0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1713bb0870bc2ef794313700f074b4d5bc8a748a)
|
||||
- fix: generic spaghetti that axios brought [`12a5032`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/12a5032b98cdeb5d8c51b5e33c8a200291b3b463)
|
||||
- fix: response and request types [`891f1d0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/891f1d05e31786295152df069b8156f4b3c29cb1)
|
||||
- merge: yarn.lock [`03c4fba`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/03c4fbab76944ace0d834502c79a8608fdff16fc)
|
||||
- refactor: cacheUpdater as generic function [`2fa2557`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2fa2557040aa2b6d92800c4ac56011e0b610c23a)
|
||||
- refactor: eslint more strict [`0605ad8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0605ad8c9f758c13fe10904945369157f74e001d)
|
||||
- refactor: more type and naming refactors [`b42d3f1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b42d3f13d7a52d36ac03c068b6986cfc92027a28)
|
||||
- style: indented tsconfig comments [`65cec04`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/65cec04406d22a57444ec8c2979de9aed59ea9f4)
|
||||
- style: prettified code [`3ed92c8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3ed92c8cc80e4b2f233272cf8579e34c4e6a7eae)
|
||||
- tag: v0.4.0 [`87880cf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/87880cf8d0bb1d455340773f79b07d6df8a67a21)
|
||||
- tests: correct test name [`49f80d7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/49f80d78e4f2066ff7852dfc0351d8b5c6cb69d3)
|
||||
|
||||
## [v0.2.8](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.8) - 2021-09-30
|
||||
## [v0.3.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.8...v0.3.0) - 2021-10-09
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump jest from 27.2.3 to 27.2.4 [`#27`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/27)
|
||||
- chore(deps-dev): bump @types/node from 16.10.1 to 16.10.2 [`#28`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/28)
|
||||
- chore(deps-dev): bump jest from 27.2.2 to 27.2.3 [`#26`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/26)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#25`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/25)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#24`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/24)
|
||||
- chore(deps-dev): bump jest from 27.2.1 to 27.2.2 [`#23`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/23)
|
||||
- chore(deps-dev): bump @types/node from 16.9.6 to 16.10.1 [`#22`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/22)
|
||||
- chore(deps-dev): bump @types/node from 16.10.2 to 16.10.3 [`#32`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/32)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#30`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/30)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#31`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/31)
|
||||
|
||||
### Commits
|
||||
|
||||
- fix: delete waiting object after resolving it [`7d5257e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7d5257eee1ceb68a7bd88ed96391c55b9f082541)
|
||||
- tag: v0.2.8 [`a7f211d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a7f211d3703feb61dac2d1effa6c425f7f181104)
|
||||
- tag: v0.2.9 [`b7794d5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b7794d560d1428ae9e7eecc83aef03a980e9e468)
|
||||
- deps: updated yarn.lock [`1489a7c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1489a7c0ead908e45142bd2b13a02b541781b2b3)
|
||||
- deps!: updated axios to v0.22 [`ebe313f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ebe313fac625733215acd3ea5916674cf0b4abf6)
|
||||
- docs: correct tag names [`d961485`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d9614853da508d80177574e962bbb51e19f3c98e)
|
||||
- docs: table of contents [`6fa0e7b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6fa0e7b602ae1eb7a1b7b631f85d4ef864364295)
|
||||
- fix: axios package also as dev deps [`12c207d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/12c207daedae2cdcc0569d31e4cfc1d21512441f)
|
||||
- fix: removed implict never [`52689e2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/52689e24f449508eace07bdc0b9c0ebaed64e519)
|
||||
- style: prettified code [`50de35d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/50de35d3baa099d237fc980c3510472a3d67b29d)
|
||||
- tag: v0.3.0 [`ca491d8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ca491d873e80d6f75f1a61194a0082fe2dc1b5a8)
|
||||
|
||||
## [v0.2.7](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.6...v0.2.7) - 2021-09-26
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: updated tsconfig [`9ea72dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9ea72dca5b86e8f0ab15047e937e15b686b2fe0d)
|
||||
- fix: force import type to help compilation tools [`f8adcc4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/f8adcc4352e9ee408f51cbdcd4a431527d549f6e)
|
||||
- refactor: removed double if [`9d33ad6`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9d33ad61d05c171c66a55873de6ef790af896626)
|
||||
- refactor: renamed interceptor apply method [`c70bf3a`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c70bf3ac41925dfe3b807cbf35f252327b2d0bf0)
|
||||
- refactor: use for in instead of Object.entries [`5b9847d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5b9847d5172700b09b8f535931d15ab7c264edf0)
|
||||
- tag: v0.2.7 [`bc1aa19`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/bc1aa194436c4aa9e0b24f5e9d24970d50f4f986)
|
||||
|
||||
## [v0.2.6](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.5...v0.2.6) - 2021-09-26
|
||||
|
||||
### Commits
|
||||
|
||||
- ci: only run codeql when js files are changed [`b861277`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b861277b9f73b525429f8fb320602210a4177547)
|
||||
- refactor: use the same object for both properties [`47349df`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/47349df09ff56b1067b68a5dc6fc17dd9fc5c4f0)
|
||||
- tag: v0.2.6 [`9c1f74f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9c1f74f4d111522d5ccb3e74402784e72083e30e)
|
||||
|
||||
## [v0.2.5](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.4...v0.2.5) - 2021-09-23
|
||||
## [v0.2.8](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.8) - 2021-09-30
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump prettier-plugin-organize-imports [`#21`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/21)
|
||||
- chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 [`#20`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/20)
|
||||
- chore(deps-dev): bump @types/node from 16.9.4 to 16.9.6 [`#19`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/19)
|
||||
- chore(deps-dev): bump jest from 27.2.3 to 27.2.4 [`#27`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/27)
|
||||
- chore(deps-dev): bump @types/node from 16.10.1 to 16.10.2 [`#28`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/28)
|
||||
- chore(deps-dev): bump jest from 27.2.2 to 27.2.3 [`#26`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/26)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#25`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/25)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#24`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/24)
|
||||
- chore(deps-dev): bump jest from 27.2.1 to 27.2.2 [`#23`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/23)
|
||||
- chore(deps-dev): bump @types/node from 16.9.6 to 16.10.1 [`#22`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/22)
|
||||
|
||||
### Commits
|
||||
|
||||
- docs: ttl overriding info [`2b5ff84`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2b5ff84038f0a0b6420da2857e74895ab7f07350)
|
||||
- tag: v0.2.5 [`e7817fc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/e7817fc64a07483ab8c6d671d53cc1fa7c6e8642)
|
||||
- fix: delete waiting object after resolving it [`7d5257e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7d5257eee1ceb68a7bd88ed96391c55b9f082541)
|
||||
- tag: v0.2.8 [`a7f211d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a7f211d3703feb61dac2d1effa6c425f7f181104)
|
||||
- tag: v0.2.9 [`b7794d5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b7794d560d1428ae9e7eecc83aef03a980e9e468)
|
||||
|
||||
## [v0.2.4](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.3...v0.2.4) - 2021-09-21
|
||||
## [v0.2.7](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.6...v0.2.7) - 2021-09-26
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: updated tsconfig [`9ea72dc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9ea72dca5b86e8f0ab15047e937e15b686b2fe0d)
|
||||
- fix: force import type to help compilation tools [`f8adcc4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f8adcc4352e9ee408f51cbdcd4a431527d549f6e)
|
||||
- refactor: removed double if [`9d33ad6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9d33ad61d05c171c66a55873de6ef790af896626)
|
||||
- refactor: renamed interceptor apply method [`c70bf3a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c70bf3ac41925dfe3b807cbf35f252327b2d0bf0)
|
||||
- refactor: use for in instead of Object.entries [`5b9847d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5b9847d5172700b09b8f535931d15ab7c264edf0)
|
||||
- tag: v0.2.7 [`bc1aa19`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bc1aa194436c4aa9e0b24f5e9d24970d50f4f986)
|
||||
|
||||
## [v0.2.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.5...v0.2.6) - 2021-09-26
|
||||
|
||||
### Commits
|
||||
|
||||
- ci: only run codeql when js files are changed [`b861277`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b861277b9f73b525429f8fb320602210a4177547)
|
||||
- refactor: use the same object for both properties [`47349df`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/47349df09ff56b1067b68a5dc6fc17dd9fc5c4f0)
|
||||
- tag: v0.2.6 [`9c1f74f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9c1f74f4d111522d5ccb3e74402784e72083e30e)
|
||||
|
||||
## [v0.2.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.4...v0.2.5) - 2021-09-23
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#16`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/16)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#18`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/18)
|
||||
- chore(deps-dev): bump jest from 27.2.0 to 27.2.1 [`#17`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/17)
|
||||
- chore(deps-dev): bump @types/jest from 27.0.1 to 27.0.2 [`#15`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/15)
|
||||
- chore(deps-dev): bump prettier-plugin-organize-imports [`#21`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/21)
|
||||
- chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 [`#20`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/20)
|
||||
- chore(deps-dev): bump @types/node from 16.9.4 to 16.9.6 [`#19`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/19)
|
||||
|
||||
### Commits
|
||||
|
||||
- deps: updated package.json dependencies [`01090bc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/01090bc435ee3f3cccc25dee8a9eaeef0504c2ee)
|
||||
- docs: removed instable warning [`35ca874`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/35ca874c657efaaeaa99447313a96a16d5a8a98f)
|
||||
- docs: updated docs [`07731e4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/07731e4b35fa21895d7edfd4aa7bd9ba1c50f82f)
|
||||
- style: updated prettier config [`d96a9dc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d96a9dc5f0f2e752860adfa959ad36e420cb16c9)
|
||||
- tag: v0.2.4 [`a9ad93d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a9ad93dd305fae204de3b2e97bbfc1efb9e282d0)
|
||||
- docs: ttl overriding info [`2b5ff84`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2b5ff84038f0a0b6420da2857e74895ab7f07350)
|
||||
- tag: v0.2.5 [`e7817fc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e7817fc64a07483ab8c6d671d53cc1fa7c6e8642)
|
||||
|
||||
## [v0.2.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.2...v0.2.3) - 2021-09-21
|
||||
|
||||
### Commits
|
||||
|
||||
- refactor!: updated all exports [`33b8dcd`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/33b8dcd58b035851797a4b446b318b7249c59b2d)
|
||||
- tag: v0.2.3 [`7b981c2`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7b981c26ec729dad8fb72707fcf3cbd1e6bfee25)
|
||||
|
||||
## [v0.2.2](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.1...v0.2.2) - 2021-09-20
|
||||
|
||||
### Commits
|
||||
|
||||
- ci: codeql action [`a71c16d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a71c16d27b03545ce3f3027bc36061834221188e)
|
||||
- docs: initial docs [`2d3cbda`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2d3cbda079c1ff9c76d6b99d03a2fbadda831178)
|
||||
- docs: removed readme example dedicated file [`1178fd4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1178fd43af85e4a03cee711ded108775c434d460)
|
||||
- tag: v0.2.2 [`7e1134e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7e1134ea617a35a932614c715b471aece58acf67)
|
||||
|
||||
## [v0.2.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.0...v0.2.1) - 2021-09-20
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: prettify script with plugins [`c917f36`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c917f369a88c79e8bd9f4b2e4bd31c8a1bef03eb)
|
||||
- chore: push git tag on `yarn version` [`ec01751`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ec0175125b178832b5a9ac89f440687f2d7e6dd3)
|
||||
- chore: removed filename in launch.json [`eb868d4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/eb868d4b3e6e21e6b88c55b23611bdd4cbd505bf)
|
||||
- refactor: concurreny fixes and refactored deferred [`70e5c07`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/70e5c07ff38f64d093675c67055f459b7da6fcea)
|
||||
- refactor: removed symbol support and more tests [`5b6d14f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5b6d14f31424db01cc181bfce599edfedde2cffd)
|
||||
- tag: v0.2.1 [`1099942`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/10999425d779dd3cc0e85e0c3f3f368081d647a8)
|
||||
|
||||
## [v0.2.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.1.3...v0.2.0) - 2021-09-20
|
||||
## [v0.2.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.3...v0.2.4) - 2021-09-21
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump @types/node from 16.9.2 to 16.9.4 [`#14`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/14)
|
||||
- chore(deps-dev): bump @types/node from 16.9.1 to 16.9.2 [`#13`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/13)
|
||||
- chore(deps-dev): bump prettier from 2.4.0 to 2.4.1 [`#12`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/12)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#16`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/16)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#18`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/18)
|
||||
- chore(deps-dev): bump jest from 27.2.0 to 27.2.1 [`#17`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/17)
|
||||
- chore(deps-dev): bump @types/jest from 27.0.1 to 27.0.2 [`#15`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/15)
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: changelog generation [`4363f65`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/4363f6542019581525fb17c4b81ae27406c67364)
|
||||
- feat: enable cache by creating or applying [`f4bbd8b`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/f4bbd8b83210eb95156975562dab99459e87c2e4)
|
||||
- fix: a bunch of tests [`6075a0a`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6075a0a960912d70775442bf01ae80de1b4f3d9d)
|
||||
- fix: axios headers are lowercased [`1f88779`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1f88779e4617f58a86d9bb143eea842f927cf9b5)
|
||||
- fix: concurrent requests not beeing cached [`1490bfc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1490bfc30b966b24d4ceaf51f168cf8f13e77a7c)
|
||||
- refactor: interceptors in classes [`f1033a5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/f1033a59596d210cf14d227b198f068791c6322c)
|
||||
- refactor: renamed status constants [`6e61c0d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6e61c0d5dbdf87c8fda08fe916ae2704e0f59ae0)
|
||||
- refactor: requests ids can also be `symbol` [`38133a7`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/38133a7624f2089de08314f761476419b0046dfe)
|
||||
- style: prettified code [`45630e3`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/45630e38376961ef7bf30d60e823accee4c15a84)
|
||||
- tag: v0.2.0 [`8228045`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/8228045aff20be226c06ea01458de30c8c03e521)
|
||||
- tag: v0.2.0 [`3ae95cf`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/3ae95cfc2da071f84551eb873320f0974823dd46)
|
||||
- deps: updated package.json dependencies [`01090bc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/01090bc435ee3f3cccc25dee8a9eaeef0504c2ee)
|
||||
- docs: removed instable warning [`35ca874`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/35ca874c657efaaeaa99447313a96a16d5a8a98f)
|
||||
- docs: updated docs [`07731e4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/07731e4b35fa21895d7edfd4aa7bd9ba1c50f82f)
|
||||
- style: updated prettier config [`d96a9dc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d96a9dc5f0f2e752860adfa959ad36e420cb16c9)
|
||||
- tag: v0.2.4 [`a9ad93d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a9ad93dd305fae204de3b2e97bbfc1efb9e282d0)
|
||||
|
||||
## [v0.1.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.1.2...v0.1.3) - 2021-09-15
|
||||
## [v0.2.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.2...v0.2.3) - 2021-09-21
|
||||
|
||||
### Commits
|
||||
|
||||
- feat: use `cache: false` to ignore caching [`4ad803e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/4ad803ec0b03f4158219be555ab907df26a215ec)
|
||||
- tag: v0.1.3 [`60d7ae1`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/60d7ae1bc9fdf1bdf3e6462049d89a1c9e1ae81a)
|
||||
- refactor!: updated all exports [`33b8dcd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/33b8dcd58b035851797a4b446b318b7249c59b2d)
|
||||
- tag: v0.2.3 [`7b981c2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7b981c26ec729dad8fb72707fcf3cbd1e6bfee25)
|
||||
|
||||
## [v0.1.2](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.1.1...v0.1.2) - 2021-09-15
|
||||
## [v0.2.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.1...v0.2.2) - 2021-09-20
|
||||
|
||||
### Commits
|
||||
|
||||
- fix: prevented bugs with the start of id being `::id` [`c4a2dc3`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c4a2dc35b1a9d9d7fa641c8be0f488cd00e334d2)
|
||||
- tag: 0.1.2 [`0777874`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/077787424c744cf648d4ebf7988ceddb03234b82)
|
||||
- ci: codeql action [`a71c16d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a71c16d27b03545ce3f3027bc36061834221188e)
|
||||
- docs: initial docs [`2d3cbda`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2d3cbda079c1ff9c76d6b99d03a2fbadda831178)
|
||||
- docs: removed readme example dedicated file [`1178fd4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1178fd43af85e4a03cee711ded108775c434d460)
|
||||
- tag: v0.2.2 [`7e1134e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7e1134ea617a35a932614c715b471aece58acf67)
|
||||
|
||||
## [v0.1.1](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.1.0...v0.1.1) - 2021-09-15
|
||||
## [v0.2.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.2.0...v0.2.1) - 2021-09-20
|
||||
|
||||
### Commits
|
||||
|
||||
- ci: fix npm registry url [`6056683`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/605668391ab4d85f3273905c62ef83e69e368c35)
|
||||
- tag: v0.1.1 [`ba97a0b`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ba97a0be19aa6a0fb57c64e4fa9844991a7a1af5)
|
||||
- chore: prettify script with plugins [`c917f36`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c917f369a88c79e8bd9f4b2e4bd31c8a1bef03eb)
|
||||
- chore: push git tag on `yarn version` [`ec01751`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ec0175125b178832b5a9ac89f440687f2d7e6dd3)
|
||||
- chore: removed filename in launch.json [`eb868d4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/eb868d4b3e6e21e6b88c55b23611bdd4cbd505bf)
|
||||
- refactor: concurreny fixes and refactored deferred [`70e5c07`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/70e5c07ff38f64d093675c67055f459b7da6fcea)
|
||||
- refactor: removed symbol support and more tests [`5b6d14f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5b6d14f31424db01cc181bfce599edfedde2cffd)
|
||||
- tag: v0.2.1 [`1099942`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/10999425d779dd3cc0e85e0c3f3f368081d647a8)
|
||||
|
||||
## [v0.1.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.0.6...v0.1.0) - 2021-09-15
|
||||
## [v0.2.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.1.3...v0.2.0) - 2021-09-20
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#11`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/11)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#10`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/10)
|
||||
- chore(deps-dev): bump @types/node from 16.9.2 to 16.9.4 [`#14`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/14)
|
||||
- chore(deps-dev): bump @types/node from 16.9.1 to 16.9.2 [`#13`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/13)
|
||||
- chore(deps-dev): bump prettier from 2.4.0 to 2.4.1 [`#12`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/12)
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: removed unused methods from memory storage [`5ddf9ed`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5ddf9ed1a6b7e006020232e5822f5c429ba5f3ae)
|
||||
- chore: vscode tests debug [`b5c5905`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b5c590545f4c693b3c0f57375d7ee1f768b98ed9)
|
||||
- ci: added main ci to lint and test code [`c48769a`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c48769a9c96eaea25d5087cf0d9bc911d5866ecd)
|
||||
- ci: updated ci to support better caching [`1c442ce`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1c442ce08e352dcacab361ef8b583a32e1d16e13)
|
||||
- docs: changed # to h1 [`3f0e022`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/3f0e022b0eebbcc68649f6ed2df63d3238ff136e)
|
||||
- docs: fixed project name 🤣 [`6972069`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6972069e912df010cf050fb160890b22e99524d2)
|
||||
- docs: updated codecov badge token [`b45fd54`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b45fd54f69928151a5da8c62bfffe74094423a17)
|
||||
- docs: updated readme [`d8afd8a`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d8afd8a9e9291f612001c6f0efa3b3c98edd815a)
|
||||
- feat: interpreter also handles Expires header (and tests) [`288c118`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/288c11849c06c77666a3585ca704858bc3eb59c4)
|
||||
- fix: fixed a log of bugs and added unit tests [`2bbc9cb`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2bbc9cb85869f91f873aa4738465f6840d8fb7a2)
|
||||
- refactor: init request and response tests [`84dc522`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/84dc522b87b2128a36aa90b60a1ce4155d8a3914)
|
||||
- refactor: more tests and fixes [`ee36bd5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ee36bd57b081951bd880509e1c62528d44b1ab30)
|
||||
- refactor: ttl and createdAt instead of maxAge and storage takes care of staled entries [`be5ee1e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/be5ee1ea8b4f30c34b68668d9417aef6711bb9a7)
|
||||
- refactor: use generics on responseMatch [`1c10b41`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/1c10b41c98fd60061faae2bfe357b7592488e1d0)
|
||||
- tag: v0.1.0 [`6d5bcf3`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6d5bcf3b6d781e0dc1ac799c5e46698603126ea1)
|
||||
- tests: added cache predicate tests [`bb552c8`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/bb552c818279dd994036bc1ad09afc58e98c6ac9)
|
||||
- tests: added deferred tests [`d09b3ad`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d09b3add31d99e099aeaed8f5e0de720ce97adba)
|
||||
- tests: added key generator tests [`7975c58`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/7975c5864598a9f2d192a6bef663bdd2be0e5960)
|
||||
- chore: changelog generation [`4363f65`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4363f6542019581525fb17c4b81ae27406c67364)
|
||||
- feat: enable cache by creating or applying [`f4bbd8b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f4bbd8b83210eb95156975562dab99459e87c2e4)
|
||||
- fix: a bunch of tests [`6075a0a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6075a0a960912d70775442bf01ae80de1b4f3d9d)
|
||||
- fix: axios headers are lowercased [`1f88779`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1f88779e4617f58a86d9bb143eea842f927cf9b5)
|
||||
- fix: concurrent requests not beeing cached [`1490bfc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1490bfc30b966b24d4ceaf51f168cf8f13e77a7c)
|
||||
- refactor: interceptors in classes [`f1033a5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f1033a59596d210cf14d227b198f068791c6322c)
|
||||
- refactor: renamed status constants [`6e61c0d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6e61c0d5dbdf87c8fda08fe916ae2704e0f59ae0)
|
||||
- refactor: requests ids can also be `symbol` [`38133a7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/38133a7624f2089de08314f761476419b0046dfe)
|
||||
- style: prettified code [`45630e3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/45630e38376961ef7bf30d60e823accee4c15a84)
|
||||
- tag: v0.2.0 [`8228045`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8228045aff20be226c06ea01458de30c8c03e521)
|
||||
- tag: v0.2.0 [`3ae95cf`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3ae95cfc2da071f84551eb873320f0974823dd46)
|
||||
|
||||
## [v0.0.6](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.0.5...v0.0.6) - 2021-09-11
|
||||
## [v0.1.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.1.2...v0.1.3) - 2021-09-15
|
||||
|
||||
### Commits
|
||||
|
||||
- docs: updated readme example [`aa83c24`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/aa83c24e18369cbcc76f352e39a9e8b9349bc4e8)
|
||||
- fix: interpretHeader name conflict [`0d4854d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/0d4854db83ba87471d9658670ac40808d8d068be)
|
||||
- tag: 0.0.6 [`e424213`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/e4242139276aec3ffc8aa53efcc6923e3135e401)
|
||||
- feat: use `cache: false` to ignore caching [`4ad803e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4ad803ec0b03f4158219be555ab907df26a215ec)
|
||||
- tag: v0.1.3 [`60d7ae1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/60d7ae1bc9fdf1bdf3e6462049d89a1c9e1ae81a)
|
||||
|
||||
## [v0.0.5](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.0.4...v0.0.5) - 2021-09-11
|
||||
## [v0.1.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.1.1...v0.1.2) - 2021-09-15
|
||||
|
||||
### Commits
|
||||
|
||||
- fix: prevented bugs with the start of id being `::id` [`c4a2dc3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c4a2dc35b1a9d9d7fa641c8be0f488cd00e334d2)
|
||||
- tag: 0.1.2 [`0777874`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/077787424c744cf648d4ebf7988ceddb03234b82)
|
||||
|
||||
## [v0.1.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.1.0...v0.1.1) - 2021-09-15
|
||||
|
||||
### Commits
|
||||
|
||||
- ci: fix npm registry url [`6056683`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/605668391ab4d85f3273905c62ef83e69e368c35)
|
||||
- tag: v0.1.1 [`ba97a0b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ba97a0be19aa6a0fb57c64e4fa9844991a7a1af5)
|
||||
|
||||
## [v0.1.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.0.6...v0.1.0) - 2021-09-15
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump prettier from 2.3.2 to 2.4.0 [`#9`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/9)
|
||||
- chore(deps-dev): bump @types/node from 16.7.13 to 16.9.1 [`#8`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/8)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#11`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/11)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#10`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/10)
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: change built target to `ESNext` [`c1242ac`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c1242ac3ce308c89bf5bc0983b133ef290c0118a)
|
||||
- chore: updated eslint rules [`4825739`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/48257395e4f7410260420ab6580dfe29959581dc)
|
||||
- dps: bump typescript@4.4.2 to typescript@4.4.3 [`b63e67b`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/b63e67bb534080ac4480705702f351ff78b0658a)
|
||||
- feat: better cache predicate [`892dab4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/892dab4a12704ae708b77a56cbeeacbe46aefd07)
|
||||
- fix: define an empty waiting object at creation [`2c49a49`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/2c49a49a63c34b77489eedb24752282358590f44)
|
||||
- refactor: axios.defaults.cache required [`29d79d5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/29d79d5c84bcc35b76efabbcaa0938dcf31a53ed)
|
||||
- refactor: eslint more strict and some minor refactors [`d2c2a56`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/d2c2a56735e3a7271770f8d477b22f8665af878b)
|
||||
- refactor: externalized the header interceptor [`ce2b7ec`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ce2b7ecb4b4a323afb1172bdcea6dda7a29f1d2e)
|
||||
- refactor: moved all "utils" to one folder [`211dd50`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/211dd503f42618cc4d448edbf6fdf2425cabf916)
|
||||
- refactor: save all deferred to `cache.waiting` instead of in the storage [`ab051fc`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/ab051fc698483e67c2f5870c64a9a29fb0467aec)
|
||||
- Revert "tag: v0.0.6" [`aa0f90e`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/aa0f90ed77de56523da7799226bdb983694a648b)
|
||||
- style: prettified code [`6ae6d8f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/6ae6d8f7e5d45c12acfafc476524703c83e56df0)
|
||||
- tag: v0.0.4 [`96bc45d`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/96bc45d24b7362e977c4035f1b436393df464f37)
|
||||
- tag: v0.0.5 (4 was already used) [`99f69ce`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/99f69ce22406143994a7b15e9ad617b534ab17d9)
|
||||
- tag: v0.0.6 [`80c4220`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/80c4220ae3302b39742ab3d153904b6bb8c6134d)
|
||||
- chore: removed unused methods from memory storage [`5ddf9ed`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5ddf9ed1a6b7e006020232e5822f5c429ba5f3ae)
|
||||
- chore: vscode tests debug [`b5c5905`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b5c590545f4c693b3c0f57375d7ee1f768b98ed9)
|
||||
- ci: added main ci to lint and test code [`c48769a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c48769a9c96eaea25d5087cf0d9bc911d5866ecd)
|
||||
- ci: updated ci to support better caching [`1c442ce`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1c442ce08e352dcacab361ef8b583a32e1d16e13)
|
||||
- docs: changed # to h1 [`3f0e022`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3f0e022b0eebbcc68649f6ed2df63d3238ff136e)
|
||||
- docs: fixed project name 🤣 [`6972069`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6972069e912df010cf050fb160890b22e99524d2)
|
||||
- docs: updated codecov badge token [`b45fd54`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b45fd54f69928151a5da8c62bfffe74094423a17)
|
||||
- docs: updated readme [`d8afd8a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d8afd8a9e9291f612001c6f0efa3b3c98edd815a)
|
||||
- feat: interpreter also handles Expires header (and tests) [`288c118`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/288c11849c06c77666a3585ca704858bc3eb59c4)
|
||||
- fix: fixed a log of bugs and added unit tests [`2bbc9cb`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2bbc9cb85869f91f873aa4738465f6840d8fb7a2)
|
||||
- refactor: init request and response tests [`84dc522`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/84dc522b87b2128a36aa90b60a1ce4155d8a3914)
|
||||
- refactor: more tests and fixes [`ee36bd5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ee36bd57b081951bd880509e1c62528d44b1ab30)
|
||||
- refactor: ttl and createdAt instead of maxAge and storage takes care of staled entries [`be5ee1e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/be5ee1ea8b4f30c34b68668d9417aef6711bb9a7)
|
||||
- refactor: use generics on responseMatch [`1c10b41`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1c10b41c98fd60061faae2bfe357b7592488e1d0)
|
||||
- tag: v0.1.0 [`6d5bcf3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6d5bcf3b6d781e0dc1ac799c5e46698603126ea1)
|
||||
- tests: added cache predicate tests [`bb552c8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/bb552c818279dd994036bc1ad09afc58e98c6ac9)
|
||||
- tests: added deferred tests [`d09b3ad`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d09b3add31d99e099aeaed8f5e0de720ce97adba)
|
||||
- tests: added key generator tests [`7975c58`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7975c5864598a9f2d192a6bef663bdd2be0e5960)
|
||||
|
||||
## [v0.0.4](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.0.3...v0.0.4) - 2021-09-08
|
||||
## [v0.0.6](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.0.5...v0.0.6) - 2021-09-11
|
||||
|
||||
### Commits
|
||||
|
||||
- docs: updated readme example [`aa83c24`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa83c24e18369cbcc76f352e39a9e8b9349bc4e8)
|
||||
- fix: interpretHeader name conflict [`0d4854d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0d4854db83ba87471d9658670ac40808d8d068be)
|
||||
- tag: 0.0.6 [`e424213`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e4242139276aec3ffc8aa53efcc6923e3135e401)
|
||||
|
||||
## [v0.0.5](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.0.4...v0.0.5) - 2021-09-11
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump axios from 0.21.1 to 0.21.4 [`#5`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/5)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#4`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/4)
|
||||
- chore(deps-dev): bump @types/node from 16.7.10 to 16.7.13 [`#6`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/6)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#3`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/3)
|
||||
- chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.23 to 0.3.24 [`#1`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/1)
|
||||
- chore(deps-dev): bump prettier from 2.3.2 to 2.4.0 [`#9`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/9)
|
||||
- chore(deps-dev): bump @types/node from 16.7.13 to 16.9.1 [`#8`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/8)
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: include eslint files on package [`0e88571`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/0e885713deaea1e2d87b8ed9da5eefc3aadfac5a)
|
||||
- docs: npm badge [`a43dfab`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/a43dfaba4865983bc711dd821941563685c67e40)
|
||||
- docs: updated author and readme [`3465bc3`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/3465bc385b0eab9bd959ad204e18de9d72c6df7d)
|
||||
- docs: updated readme [`33f7385`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/33f7385b28dc88753f20d8c85a84a02ff5c13370)
|
||||
- style: use @arthurfiorette/prettier-config [`dc56085`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/dc5608578f1a097bb1630e0ff45e084c7020259c)
|
||||
- chore: change built target to `ESNext` [`c1242ac`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c1242ac3ce308c89bf5bc0983b133ef290c0118a)
|
||||
- chore: updated eslint rules [`4825739`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/48257395e4f7410260420ab6580dfe29959581dc)
|
||||
- dps: bump typescript@4.4.2 to typescript@4.4.3 [`b63e67b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/b63e67bb534080ac4480705702f351ff78b0658a)
|
||||
- feat: better cache predicate [`892dab4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/892dab4a12704ae708b77a56cbeeacbe46aefd07)
|
||||
- fix: define an empty waiting object at creation [`2c49a49`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2c49a49a63c34b77489eedb24752282358590f44)
|
||||
- refactor: axios.defaults.cache required [`29d79d5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/29d79d5c84bcc35b76efabbcaa0938dcf31a53ed)
|
||||
- refactor: eslint more strict and some minor refactors [`d2c2a56`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d2c2a56735e3a7271770f8d477b22f8665af878b)
|
||||
- refactor: externalized the header interceptor [`ce2b7ec`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ce2b7ecb4b4a323afb1172bdcea6dda7a29f1d2e)
|
||||
- refactor: moved all "utils" to one folder [`211dd50`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/211dd503f42618cc4d448edbf6fdf2425cabf916)
|
||||
- refactor: save all deferred to `cache.waiting` instead of in the storage [`ab051fc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ab051fc698483e67c2f5870c64a9a29fb0467aec)
|
||||
- Revert "tag: v0.0.6" [`aa0f90e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/aa0f90ed77de56523da7799226bdb983694a648b)
|
||||
- style: prettified code [`6ae6d8f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6ae6d8f7e5d45c12acfafc476524703c83e56df0)
|
||||
- tag: v0.0.4 [`96bc45d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/96bc45d24b7362e977c4035f1b436393df464f37)
|
||||
- tag: v0.0.5 (4 was already used) [`99f69ce`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/99f69ce22406143994a7b15e9ad617b534ab17d9)
|
||||
- tag: v0.0.6 [`80c4220`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/80c4220ae3302b39742ab3d153904b6bb8c6134d)
|
||||
|
||||
## [v0.0.3](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.0.2...v0.0.3) - 2021-09-01
|
||||
## [v0.0.4](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.0.3...v0.0.4) - 2021-09-08
|
||||
|
||||
### Merged
|
||||
|
||||
- chore(deps-dev): bump axios from 0.21.1 to 0.21.4 [`#5`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/5)
|
||||
- chore(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#4`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/4)
|
||||
- chore(deps-dev): bump @types/node from 16.7.10 to 16.7.13 [`#6`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/6)
|
||||
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#3`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/3)
|
||||
- chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.23 to 0.3.24 [`#1`](https://github.com/arthurfiorette/axios-cache-interceptor/pull/1)
|
||||
|
||||
### Commits
|
||||
|
||||
- style: formatted code [`13eaced`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/13eacedc02bbc6520b147ea24178156bd890e4d2)
|
||||
- tag: v0.0.3 [`08570d5`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/08570d5ccd4b1bc583e06b58ac58f6b2c208376c)
|
||||
- chore: include eslint files on package [`0e88571`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0e885713deaea1e2d87b8ed9da5eefc3aadfac5a)
|
||||
- docs: npm badge [`a43dfab`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a43dfaba4865983bc711dd821941563685c67e40)
|
||||
- docs: updated author and readme [`3465bc3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3465bc385b0eab9bd959ad204e18de9d72c6df7d)
|
||||
- docs: updated readme [`33f7385`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/33f7385b28dc88753f20d8c85a84a02ff5c13370)
|
||||
- style: use @arthurfiorette/prettier-config [`dc56085`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/dc5608578f1a097bb1630e0ff45e084c7020259c)
|
||||
|
||||
## [v0.0.2](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.0.1...v0.0.2) - 2021-09-01
|
||||
## [v0.0.3](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.0.2...v0.0.3) - 2021-09-01
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: added eslint [`5a201e3`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5a201e3d68f7a5511bb765eee65ae72504d16251)
|
||||
- docs: fix typo in examples [`5d8b698`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5d8b698ddbf0d46812e33a45abd6fa18b6a765f2)
|
||||
- docs: updated readme [`4a88c32`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/4a88c32e6774bf963c7993a8a26ccabde83e57ce)
|
||||
- docs: updated readme again [`c1a4144`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/c1a4144a73ead6075575ba15362c2b8131a7e8a1)
|
||||
- docs: warning for production usage [`be210b2`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/be210b2924dd3f765255e011fd58ec0841032f9a)
|
||||
- feat: cache working [`9f6e1a4`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/9f6e1a469c4f043679c1c5e42272042f61bd4d2e)
|
||||
- feat(WIP): structured code [`5ee2b04`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5ee2b0493be4be665ea4ae9fed50cbad28e58c0d)
|
||||
- fix: comments to outputs and removed # path alias [`4592d18`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/4592d180c40cc236f3461fe893e10011d1c51f9e)
|
||||
- tag: v0.0.2 [`cc6332f`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/cc6332ff2451f13786572b3dd8982ee4a8df82f4)
|
||||
- style: formatted code [`13eaced`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/13eacedc02bbc6520b147ea24178156bd890e4d2)
|
||||
- tag: v0.0.3 [`08570d5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/08570d5ccd4b1bc583e06b58ac58f6b2c208376c)
|
||||
|
||||
## [v0.0.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.0.1...v0.0.2) - 2021-09-01
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: added eslint [`5a201e3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5a201e3d68f7a5511bb765eee65ae72504d16251)
|
||||
- docs: fix typo in examples [`5d8b698`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5d8b698ddbf0d46812e33a45abd6fa18b6a765f2)
|
||||
- docs: updated readme [`4a88c32`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4a88c32e6774bf963c7993a8a26ccabde83e57ce)
|
||||
- docs: updated readme again [`c1a4144`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c1a4144a73ead6075575ba15362c2b8131a7e8a1)
|
||||
- docs: warning for production usage [`be210b2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/be210b2924dd3f765255e011fd58ec0841032f9a)
|
||||
- feat: cache working [`9f6e1a4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9f6e1a469c4f043679c1c5e42272042f61bd4d2e)
|
||||
- feat(WIP): structured code [`5ee2b04`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5ee2b0493be4be665ea4ae9fed50cbad28e58c0d)
|
||||
- fix: comments to outputs and removed # path alias [`4592d18`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4592d180c40cc236f3461fe893e10011d1c51f9e)
|
||||
- tag: v0.0.2 [`cc6332f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cc6332ff2451f13786572b3dd8982ee4a8df82f4)
|
||||
|
||||
## v0.0.1 - 2021-09-01
|
||||
|
||||
### Commits
|
||||
|
||||
- chore: updated .npmignore [`5d6b863`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/5d6b863d5b3fbf8bfd6ecf5b5d0ca2e30cee5bbd)
|
||||
- init: init project [`f373f85`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/f373f857afbbea95b133e4b21142e60728e329ac)
|
||||
- Initial commit [`e033ff0`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/e033ff08b0902eedc573cd3760e08f31443ea21c)
|
||||
- chore: updated .npmignore [`5d6b863`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5d6b863d5b3fbf8bfd6ecf5b5d0ca2e30cee5bbd)
|
||||
- init: init project [`f373f85`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f373f857afbbea95b133e4b21142e60728e329ac)
|
||||
- Initial commit [`e033ff0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e033ff08b0902eedc573cd3760e08f31443ea21c)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Cache interceptor for axios",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user