diff --git a/CHANGELOG.md b/CHANGELOG.md index d7228199..9173b153 100644 --- a/CHANGELOG.md +++ b/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). -## [v0.8.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.0...v0.8.1) +## [v0.8.2](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.1...v0.8.2) + +### Commits + +- build: add umd/index.js for es2017+ [`7f3a153`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/7f3a1538e3259ebaebb31eb22d54a7e2ec7ea1c5) +- build: remove .min at umd bundles [`5a7e015`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5a7e01553e900adb07d6e050e9baebefc82e8e91) +- chore: add source in the bundle [`4c9c185`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4c9c1856a689d63a4426c875cd770558099d7e8f) +- docs: updated docs [`a981cf2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a981cf2fccd304531735658c25dc927292b8f007) +- docs: updated download urls [`1ccfad3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1ccfad3c8016c7b77aceec9b82c895502d37c257) +- docs: updated keyGenerator info [`3c8b373`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3c8b373d5162bd848f9c9767716056d2dfb99720) +- docs: updated umd filesizes [`ad51c23`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ad51c238bc308380a592db6c4064f3c7aae318fc) +- feat: buildKeyGenerator and ids with req.data by default [`9379fce`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/9379fce10053348cf48e8a225dbbdb12e145dbcf) +- fix: include data at keyGenerator (#116) [`6f9ef36`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6f9ef36e75c2215f3079347e1bcb21ca2f225441) +- perf: only execute one generateKey per request [`fa2c6e3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/fa2c6e32041266429f4b2e9d4490279853e89a22) + +## [v0.8.1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.0...v0.8.1) - 2022-01-13 ### Merged @@ -29,6 +44,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - refactor: removed `return await` [`c3661a6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c3661a64e957e4f0e8df721ab23bdea703d2247a) - refactor: simplified `cachePredicate` [`38a5ecd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/38a5ecd3651d044371b5ea98b8ac46b7980405c3) - refactor: used triple equal sign [`1b93070`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1b93070db439713c0184de1ebb18994b63756781) +- tag: v0.8.1 [`f928cfa`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f928cfa45c5fa6e1c4b05343dbc42fdc0d4435d5) - test: static roots to prevent other tests from running [`57ee1e0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/57ee1e0df2e9657fc1bcb1f02dd2276a56df58cf) ## [v0.8.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.0-beta1...v0.8.0) - 2022-01-08 diff --git a/package.json b/package.json index b7820dbf..5977663b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.8.1", + "version": "0.8.2", "description": "Cache interceptor for axios", "main": "./cjs/index.js", "types": "./cjs/index.d.ts",