80 Commits

Author SHA1 Message Date
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
e3b7bcc802
docs: support for streams and other types 2024-01-19 00:20:32 -03:00
Arthur Fiorette
6d668aca1e
feat: indexeddb docs 2024-01-03 09:37:32 -03:00
Arthur Fiorette
c68f47d777
tag: v1.4.0 2023-12-23 17:42:19 -03:00
Sujeet Kc
05712980df
Ådd feature to blacklist some paths (#754)
* add feature to blacklist some paths

* format with biome

* update exclude attr definition

* improvements

* style: formatted code

* fix: lint

---------

Co-authored-by: Arthur Fiorette <me@arthur.place>
2023-12-23 17:40:05 -03:00
Arthur Fiorette
c2b3dc2801
docs: updated install urls 2023-12-13 12:38:58 -03:00
Emanuel Farauanu
bbb00df55b
Update documentation to clarify side effects of setupCache (#732)
* Update documentation to clarify side effects of setupCache

* update documentation to instruct users to call setupCache with a new axiosInstance by default
2023-12-12 16:08:52 -03:00
Adam DeHaven
d4fa7d8be4
docs: wording and fixing a broken local link (#745) 2023-12-08 13:06:03 -03:00
Adam DeHaven
9d147e17ed
docs: rewording the invalidating cache page (#744)
Rewording sections of  the page for better readability.
2023-12-07 18:27:45 -03:00
Arthur Fiorette
37e2f1e85a
chore: migrated to biomejs.dev 2023-11-16 03:26:20 -03:00
Mayuresh Dharwadkar
fda01d1554
docs: fix typos (#707) 2023-10-28 20:32:38 -03:00
Arthur Fiorette
707f76c896
docs: removed designer title 2023-10-27 10:44:14 -03:00
Arthur Fiorette
0805fda668
docs: updated icons #611 2023-10-27 10:43:14 -03:00
Arthur Fiorette
9428a15059
docs: updated download url 2023-10-23 13:09:52 -03:00
Arthur Fiorette
eba6232e7b
tag: v1.3.2 2023-10-23 12:55:22 -03:00
Arthur Fiorette
e55f08dafd
docs: updated download url 2023-09-30 16:13:42 -03:00
Arthur Fiorette
9d2c9d65d8
docs: updated download url 2023-09-30 16:13:09 -03:00
Arthur Fiorette
fe8307089a
style: formatted code 2023-09-30 15:44:45 -03:00
super-ppx
fcdc0f29e0
docs: expression error (#684) 2023-09-28 11:20:21 -03:00
Arthur Fiorette
e6b64411c9
docs: installing 2023-09-05 19:59:03 -03:00
arthurfiorette
b352f12a91
docs: added more keywords to help with searching 2023-09-03 17:18:42 -03:00
arthurfiorette
ddacaceced
feat: added CORS info on cacheTakeover 2023-09-03 17:04:24 -03:00
arthurfiorette
2cc948d531
feat: moved tests to node:test (#628) 2023-09-03 15:53:58 -03:00
Denis Rossati
0199ad6b97
feat: turn most types into interfaces (#615)
* Turn most types into interfaces

* Turn 'CacheAxiosResponse' into a interface

* Update docs

* Change docs to be more didactic
2023-07-30 00:22:16 -03:00
Benjamin Hallion
6407cadb0f
feat: 'cloneData' option to buildMemoryStorage (#581)
* Add 'storeClone' option to buildMemoryStorage function

* fix lint issue

* fix lint issue

* add test for new storeClone option

* fix linter issue

* update comment

* update code according to review

* fix test

* Update src/storage/memory.ts

Add this comment to code coverage skip the structuredClone test

Co-authored-by: Arthur Fiorette <github@arthur.place>

* Update test/storage/memory.test.ts

Co-authored-by: Arthur Fiorette <github@arthur.place>

* fix test

* fix indent

* Update src/storage/memory.ts

* Update test/storage/memory.test.ts

* Update test/storage/memory.test.ts

* Update test/storage/memory.test.ts

* Update test/storage/memory.test.ts

* refactor: docs and more

---------

Co-authored-by: Arthur Fiorette <github@arthur.place>
Co-authored-by: arthurfiorette <arthur.fiorette@gmail.com>
2023-07-01 19:35:53 -03:00
Ofek Gabay
378574c059
fix(docs): redis link to docs (#571) 2023-06-27 02:34:48 -03:00
Anders Fjeldstad
3c4cfb5edb
Fix typo in Request ID docs (#561) 2023-06-14 09:05:05 -03:00
arthurfiorette
ee10f76785
docs: filesizes 2023-06-09 14:03:09 -03:00
arthurfiorette
8fa904c63a
docs: updated download url 2023-06-09 13:53:58 -03:00
arthurfiorette
066cc4f7a1
feat: v1.2.0 2023-06-09 13:34:03 -03:00
arthurfiorette
c7dab4fa57
chore: updated dependencies 2023-06-09 13:22:44 -03:00
arthurfiorette
a7405e1460
style: formatted code 2023-06-08 13:22:54 -03:00
Subhradeep Nag
e189b72a6d
docs: cachePredicate status codes follows RFC 7231 (#547) 2023-06-07 09:48:03 -03:00
arthurfiorette
143d4095df
feat: v1.1.1 2023-05-25 13:20:46 -03:00
arthurfiorette
ebd400bfa4
feat: max entries on memory storage #539 2023-05-25 13:14:11 -03:00
Alexandru Furculita
bd6cb4ad24
docs: fixed headerInterpreter return type (#542) 2023-05-25 12:35:33 -03:00