You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix: support for URLSearchParams [`a890fc2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/a890fc2a8cd32547d18e8ab9aea5186e19828ef2)
- feat: improved docs again [`913b1e1`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/913b1e166a771faf3ad5b6a155d96eb991827439)
253
313
- feat: improved og tags [`fa418d4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/fa418d48f0117556a293e126869e97b245e110b2)
254
-
- feat: increased tsdoc documentation a lot [`d6b41e8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d6b41e802fe6ac31d5c7619e7a7a69560e417029)
314
+
- feat: incresed tsdoc documentation a lot [`d6b41e8`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d6b41e802fe6ac31d5c7619e7a7a69560e417029)
- refactor: use `Object.freeze` at `Header` enum [`0e2508c`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/0e2508c020dcb165cb070fd59168c63c9ac65dd6)
881
941
- style: format code [`1e8ca38`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1e8ca383ac0a6d7a91c7e1070573480c305ca47d)
- tests: fixed coverage by enabling `sourceMaps` again [`17408aa`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/17408aac85da6ad08eb5cd2c32dca5569c2e3f23)
950
-
- tests: spited header interpreter tests into multiple files [`4f938a4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4f938a47935d15f096d4d50ff6e969462b994c48)
1010
+
- tests: splited header interpreter tests into multiple files [`4f938a4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4f938a47935d15f096d4d50ff6e969462b994c48)
@@ -985,7 +1045,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
985
1045
- examples: updated runkit example [`4cfa8d0`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/4cfa8d005e6ec33ba56e09d26c21ad8a50c28bad)
986
1046
- feat: added isAxiosCacheInterceptor function [`c32c452`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c32c452190737f9baa1426dad8ae588a2dad4feb)
987
1047
- feat: allow ttl to be defined based on the response [`1e87549`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1e87549eb663f5e43d57edc2a85559db14695d09)
988
-
- feat: support for async `CacheUpdater`[`cfbd601`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cfbd601b981d4ae509165a7df0ba0ec30b7e7ba5)
1048
+
- feat: suupport for async `CacheUpdater`[`cfbd601`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/cfbd601b981d4ae509165a7df0ba0ec30b7e7ba5)
989
1049
- fix: include default storages in cjs bundle [`8d5a90e`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/8d5a90e2fdbff90eea6cd63d2ef0b8a3faa2870f)
990
1050
- fix: proper generic usage to type deep properties [`ce2f597`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ce2f5976bc9a1ab87dec0c7cb47a8a36abd36af2)
@@ -1317,7 +1377,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1317
1377
- docs: correct tag names [`d961485`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/d9614853da508d80177574e962bbb51e19f3c98e)
1318
1378
- docs: table of contents [`6fa0e7b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6fa0e7b602ae1eb7a1b7b631f85d4ef864364295)
1319
1379
- fix: axios package also as dev deps [`12c207d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/12c207daedae2cdcc0569d31e4cfc1d21512441f)
1320
-
- fix: removed implicit never [`52689e2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/52689e24f449508eace07bdc0b9c0ebaed64e519)
1380
+
- fix: removed implict never [`52689e2`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/52689e24f449508eace07bdc0b9c0ebaed64e519)
@@ -1411,7 +1471,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1411
1471
- chore: prettify script with plugins [`c917f36`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/c917f369a88c79e8bd9f4b2e4bd31c8a1bef03eb)
1412
1472
- chore: push git tag on `yarn version`[`ec01751`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/ec0175125b178832b5a9ac89f440687f2d7e6dd3)
1413
1473
- chore: removed filename in launch.json [`eb868d4`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/eb868d4b3e6e21e6b88c55b23611bdd4cbd505bf)
1414
-
- refactor: concurrency fixes and refactored deferred [`70e5c07`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/70e5c07ff38f64d093675c67055f459b7da6fcea)
1474
+
- refactor: concurreny fixes and refactored deferred [`70e5c07`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/70e5c07ff38f64d093675c67055f459b7da6fcea)
1415
1475
- refactor: removed symbol support and more tests [`5b6d14f`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/5b6d14f31424db01cc181bfce599edfedde2cffd)
@@ -1429,7 +1489,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1429
1489
- feat: enable cache by creating or applying [`f4bbd8b`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f4bbd8b83210eb95156975562dab99459e87c2e4)
1430
1490
- fix: a bunch of tests [`6075a0a`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6075a0a960912d70775442bf01ae80de1b4f3d9d)
1431
1491
- fix: axios headers are lowercased [`1f88779`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1f88779e4617f58a86d9bb143eea842f927cf9b5)
1432
-
- fix: concurrent requests not being cached [`1490bfc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1490bfc30b966b24d4ceaf51f168cf8f13e77a7c)
1492
+
- fix: concurrent requests not beeing cached [`1490bfc`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/1490bfc30b966b24d4ceaf51f168cf8f13e77a7c)
1433
1493
- refactor: interceptors in classes [`f1033a5`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/f1033a59596d210cf14d227b198f068791c6322c)
1434
1494
- refactor: renamed status constants [`6e61c0d`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/6e61c0d5dbdf87c8fda08fe916ae2704e0f59ae0)
1435
1495
- refactor: requests ids can also be `symbol`[`38133a7`](https://github.com/arthurfiorette/axios-cache-interceptor/commit/38133a7624f2089de08314f761476419b0046dfe)
0 commit comments