diff --git a/CHANGELOG.md b/CHANGELOG.md index d88c0001..788b4c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,23 @@ 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.0-beta1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.9...v0.8.0-beta1) +## [v0.8.0](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.8.0-beta1...v0.8.0) + +### Commits + +- build: disabled `downLevelIteration` [`d30b862`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d30b8626052e9eb0d5d5378fd4cf6982bc0446b1) +- deps: updated yarn.lock [`2de68f3`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/2de68f3d5b963adb138934cb62c2ab810321053a) +- docs: added `SECURITY.md` [`a6313ea`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a6313ea8d61aa9a049e4be94ecedc3a243cc3e31) +- docs: fixed `baseURL` casing in examples & documentation [`85336da`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/85336da8b157c90a6f5d43455500bcaebeaf572b) +- docs: updated download urls [`75ec6fd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/75ec6fda557ba05db150cad2cf6900ce725b197a) +- fix: code scanning alert [`733a476`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/733a47606fc9830df0735366d8081aaa052725f3) +- refactor: removed "abstract" buildInterceptor function [`f30e262`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f30e2622dd10b7515e08d89253d44d92b23733a0) +- refactor: removed classes to decrease bundle size [`cd2f14c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cd2f14c446626a350b59606adf5c16940b6624b6) +- refactor!: removed `isAxiosCacheInterceptor` function [`37431a9`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/37431a9d34409d868aca25c74029b351165909ee) +- tests: fixed coverage by enabling `sourceMaps` again [`17408aa`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/17408aac85da6ad08eb5cd2c32dca5569c2e3f23) +- tests: splited header interpreter tests into multiple files [`4f938a4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4f938a47935d15f096d4d50ff6e969462b994c48) + +## [v0.8.0-beta1](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.9...v0.8.0-beta1) - 2022-01-07 ### Merged @@ -56,6 +72,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - refactor: simplified `defaultKeyGenerator` function [`c155982`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c15598241a8e0b91aa1b96ffe4ac4ea382ec9e63) - refactor: simplified header interpreter [`e776f01`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/e776f01c98056f747c61dddd7eec4072aa65663a) - style: prettified code [`3c38985`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/3c38985113888e4ffbdff28d3f27eccd284c9ea1) +- tag: v0.8.0-beta1 [`db26ec6`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/db26ec6eb043f80dfc8570b8e4d84ccdbf409dc1) - tests: 100% coverage again [`a7751fd`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a7751fd1cb803801966982f8a31b25d09bdda19b) ## [v0.7.9](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v0.7.8...v0.7.9) - 2021-12-30 diff --git a/package.json b/package.json index 21f2d15f..174bb7f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios-cache-interceptor", - "version": "0.8.0-beta1", + "version": "0.8.0", "description": "Cache interceptor for axios", "types": "./dist/index.ts", "main": "./dist/index.js",