diff --git a/CHANGELOG.md b/CHANGELOG.md index 400a2b7..485823d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,32 @@ 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.3.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.8...v0.3.0) +## [v0.4.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.3.0...v0.4.0) + +### Merged + +- chore(deps-dev): bump jest from 27.2.4 to 27.2.5 [`#33`](https://github.com/ArthurFiorette/axios-cache-interceptor/pull/33) + +### 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) +- tests: correct test name [`49f80d7`](https://github.com/ArthurFiorette/axios-cache-interceptor/commit/49f80d78e4f2066ff7852dfc0351d8b5c6cb69d3) + +## [v0.3.0](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.8...v0.3.0) - 2021-10-09 ### Merged @@ -24,6 +49,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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.8](https://github.com/ArthurFiorette/axios-cache-interceptor/compare/v0.2.7...v0.2.8) - 2021-09-30 diff --git a/package.json b/package.json index 62fa28a..376470c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.3.0", + "version": "0.4.0", "description": "Cache interceptor for axios", "main": "dist/index.js", "scripts": {