237 Commits

Author SHA1 Message Date
Copilot
6bda1baae0
Add enabled flag for opt-in cache control (#1141)
* Initial plan

* Add enabled flag to CacheProperties with full implementation and tests

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

* Fix deprecated annotation to only apply to cache: false, add documentation for enabled flag

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

* Improve JSDoc comment for DeprecatedFalse type

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

* Remove deprecation warnings from docs, keep cache: false for backward compatibility

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>
2025-12-08 12:34:00 -03:00
Copilot
9ad2ce4f79
Add max-age=0 to Cache-Control header for Safari compatibility (#1138)
* Initial plan

* Add max-age=0 to Cache-Control header for Safari compatibility

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>
2025-12-08 10:34:37 -03:00
Copilot
ce817c7279
Fix interceptor documentation: replace FILO with LIFO and improve clarity (#1139)
* Initial plan

* Initial analysis of interceptor documentation issue

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

* Fix interceptor documentation: use LIFO instead of FILO and clarify execution order

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

* Fix grammar: change 'ran' to 'run' in interceptor documentation

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>
2025-12-08 10:32:06 -03:00
Viktor Kalajo
511de661e1
fixed docs typo seconds -> milliseconds (#1109)
* fixed docs typo seconds -> milliseconds

* undo unintentional auto formatting

---------

Co-authored-by: Viktor Kalajo <viktor.kalajo@svt.se>
2025-10-14 11:21:19 -03:00
Arthur Fiorette
2c8910b848
Update Cache-Control header to prevent caching (#1091) 2025-09-15 12:36:51 -03:00
Arthur Fiorette
9a553a39a7
style: fix linting issues 2025-08-21 12:51:43 -03:00
MahekG936
85ce654e0a
docs: clarify interceptor usage in guide (#1066)
Co-authored-by: Mahek Gupta <mg@gmail.com>
2025-08-21 12:45:45 -03:00
Arthur Fiorette
5fc6f499dd
style: format jsdoc and markdown content 2025-07-01 22:02:21 -03:00
Arthur Fiorette
7568ab6254
docs: fix prompt 2025-05-26 11:02:35 -03:00
Arthur Fiorette
09f8ce2062
style: lint 2025-05-26 10:54:25 -03:00
Arthur Fiorette
8d9ecf0ccd
docs: readme chatgpt link 2025-05-26 10:47:07 -03:00
Arthur Fiorette
53daca7983
docs: add ask chatgpt button 2025-05-26 10:37:02 -03:00
Arthur Fiorette
9e3b4fcd66
Update request-specifics.md 2025-05-02 18:25:25 -03:00
Arthur Fiorette
5027a3169a
Delete docs/src/public/llms.txt 2025-05-02 18:25:00 -03:00
Arthur Fiorette
40517bf35a
docs: homepage styling 2025-04-30 15:28:53 -03:00
Arthur Fiorette
01b8e657e8
style: lint code 2025-04-30 15:17:02 -03:00
Arthur Fiorette
c765578edb
docs: documentation redesign 2025-04-30 15:15:36 -03:00
Thomas Kam
6ca387efd9
Feature: whitelist paths (#1008)
Co-authored-by: thomassth <8331853+thomassth@users.noreply.github.com>
2025-04-27 13:58:35 -03:00
Arthur Fiorette
6d578087c6
Update config.mts 2025-04-26 04:07:42 -03:00
Arthur Fiorette
66848fb5d5
docs: changelog 2025-03-18 00:17:11 -03:00
Arthur Fiorette
d79a25498f
docs: basic llms.txt 2025-03-18 00:14:28 -03:00
Arthur Fiorette
ec06bd7845
tag: v1.7.0 2025-03-17 23:50:50 -03:00
Arthur Fiorette
ff5589f9fb
fix: typing issues with axios >= 11.7.8 (#953) 2025-03-17 23:49:55 -03:00
Arthur Fiorette
1178d334dc
feat: location and Cache-Control: private 2025-03-17 23:21:18 -03:00
Arthur Fiorette
2608bc0947
docs: update changelog 2025-03-17 22:39:50 -03:00
Aboubakar Sidik
81edeb2f3b
docs: add missing 'different' word into the code example comment (#984) 2025-03-17 22:34:03 -03:00
Merlin
f825937a56
docs: vue behavior when modifying cached arrays (#934) 2024-10-31 13:46:50 -03:00
Arthur Fiorette
a7a4e31e57
fix: cloneData for concurrent requests (#921)
* code

* code

* reuse my biome config

* fix breaking change on 1.6.0

* lint
2024-10-18 11:09:15 -03:00
Arthur Fiorette
4a8c8895cf
chore: revert analytics 2024-09-27 22:22:30 -03:00
Arthur Fiorette
bf6843d0f9
style: lint 2024-09-27 21:28:53 -03:00
Han Lee
526385757b
docs: Fix headerInterpreter type typo (#905) 2024-09-27 21:27:12 -03:00
Arthur Fiorette
2946b5b502
style: formatted code 2024-09-27 21:26:10 -03:00
Arthur Fiorette
869d174aa8
docs: self hosted plausible 2024-09-27 21:25:19 -03:00
dependabot[bot]
19690d95e5
build(deps-dev): bump @biomejs/biome from 1.5.3 to 1.9.0 (#895)
* build(deps-dev): bump @biomejs/biome from 1.5.3 to 1.9.0

Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.5.3 to 1.9.0.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.0/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* code

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arthur Fiorette <me@arthur.place>
2024-09-13 10:11:17 -03:00
Arthur Fiorette
263a36b89d
tag: v1.6.0 2024-09-13 10:05:02 -03:00
Kevin Foniciello
75aa9cfefd
feat: add stale flag in request return object (#843)
* feature: added stale flag in request return object

* feature: added stale flag in request return object

* feat: added stale flag in request return object

* feat: added stale flag in request return object

* chore: fixed lint issues
2024-08-03 20:52:56 -03:00
Denis
2425b4dc9b
feat: clear storage method (#848) 2024-06-04 22:47:10 -03:00
imgbot[bot]
7089cbcea8
[ImgBot] Optimize images (#844)
*Total -- 438.78kb -> 389.89kb (11.14%)

/docs/src/assets/disk-cache-screenshot.png -- 16.70kb -> 9.97kb (40.27%)
/docs/src/public/bundlephobia.svg -- 2.25kb -> 1.92kb (14.65%)
/docs/src/public/preview.png -- 206.68kb -> 177.10kb (14.31%)
/docs/src/public/npm.svg -- 0.36kb -> 0.31kb (13.62%)
/docs/src/public/apple-icon.png -- 14.06kb -> 12.50kb (11.07%)
/docs/src/public/apple-icon-precomposed.png -- 14.06kb -> 12.50kb (11.07%)
/docs/src/public/rocket.svg -- 5.47kb -> 4.87kb (10.99%)
/docs/src/public/android-icon-192x192.png -- 13.55kb -> 12.16kb (10.21%)
/docs/src/public/apple-icon-120x120.png -- 8.41kb -> 7.86kb (6.52%)
/docs/src/public/ms-icon-150x150.png -- 11.05kb -> 10.34kb (6.45%)
/docs/src/public/apple-icon-144x144.png -- 10.56kb -> 9.91kb (6.15%)
/docs/src/public/android-icon-144x144.png -- 10.56kb -> 9.91kb (6.15%)
/docs/src/public/ms-icon-144x144.png -- 10.56kb -> 9.91kb (6.15%)
/docs/src/public/apple-icon-114x114.png -- 7.90kb -> 7.44kb (5.85%)
/docs/src/public/apple-icon-152x152.png -- 11.29kb -> 10.64kb (5.79%)
/docs/src/public/apple-icon-180x180.png -- 14.23kb -> 13.46kb (5.38%)
/docs/src/public/favicon-96x96.png -- 6.39kb -> 6.07kb (5.12%)
/docs/src/public/android-icon-96x96.png -- 6.39kb -> 6.07kb (5.12%)
/docs/src/public/packagephobia.svg -- 0.53kb -> 0.51kb (2.77%)
/docs/src/public/android-icon-36x36.png -- 2.29kb -> 2.23kb (2.56%)
/docs/src/public/apple-icon-76x76.png -- 4.85kb -> 4.73kb (2.48%)
/docs/src/public/jsdelivr.svg -- 2.29kb -> 2.23kb (2.35%)
/docs/src/public/favicon-32x32.png -- 2.09kb -> 2.05kb (2.33%)
/docs/src/public/ms-icon-310x310.png -- 32.48kb -> 31.75kb (2.25%)
/docs/src/public/apple-icon-60x60.png -- 3.74kb -> 3.67kb (1.93%)
/docs/src/public/ms-icon-70x70.png -- 4.39kb -> 4.31kb (1.85%)
/docs/src/public/android-icon-48x48.png -- 3.06kb -> 3.01kb (1.47%)
/docs/src/public/android-icon-72x72.png -- 4.56kb -> 4.50kb (1.29%)
/docs/src/public/apple-icon-72x72.png -- 4.56kb -> 4.50kb (1.29%)
/docs/src/public/apple-icon-57x57.png -- 3.52kb -> 3.49kb (0.86%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-05-30 18:56:35 -03:00
sinarck
77a8f7a8bf
docs: add an example node-cache implementation in docs (#841)
* docs: added example for node-cache in storages.md

* docs: refactor node-cache example for conciseness

Co-authored-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>

* docs: fix syntax errors in node-cache example

* docs: remove unneeded import in node-cache example

---------

Co-authored-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
2024-05-30 17:24:16 -03:00
Arthur Fiorette
da4cf29049
tag: v1.5.2 2024-04-23 13:08:20 -03:00
Arthur Fiorette
e9d05ed701
docs: discord url 2024-03-26 17:23:47 -03:00
Arthur Fiorette
2244dce3fb
docs: updated collisions info 2024-03-09 13:24:35 -03:00
Arthur Fiorette
830d316641
docs: added collisions info #795 2024-03-09 13:19:33 -03:00
Stoyz
579ba14b74
docs: improved clarity of code comments in invalidating-cache.md (#792)
In the code part of Programmatically section a sentence has been updated for clarity
2024-02-07 09:38:35 -03:00
Arthur Fiorette
e3dd105cc4
docs: changelog 2024-01-19 00:56:18 -03:00
Arthur Fiorette
e6b8c030da
tag: v1.5.0 2024-01-19 00:37:08 -03:00
Arthur Fiorette
012a7e449d
docs: changelog 2024-01-19 00:35:07 -03:00
Arthur Fiorette
642fb644de
docs: changelog 2024-01-19 00:32:18 -03:00
Arthur Fiorette
a4a7df3d11
docs: removed yarn install 2024-01-19 00:26:57 -03:00
Arthur Fiorette
7cd4b528c4
style: lint 2024-01-19 00:21:37 -03:00