49 Commits

Author SHA1 Message Date
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
Denis
2425b4dc9b
feat: clear storage method (#848) 2024-06-04 22:47:10 -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
2244dce3fb
docs: updated collisions info 2024-03-09 13:24:35 -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
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
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
9428a15059
docs: updated download url 2023-10-23 13:09:52 -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
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
c7dab4fa57
chore: updated dependencies 2023-06-09 13:22:44 -03:00
arthurfiorette
ebd400bfa4
feat: max entries on memory storage #539 2023-05-25 13:14:11 -03:00
arthurfiorette
ee9a7deeae
fix: flaky network test and improved redis documentation 2023-05-25 12:23:35 -03:00
arthurfiorette
5f2ed8294c
feat: better storage docs 2023-05-23 15:37:51 -03:00
arthurfiorette
7b0fb85397
style: formatted code 2023-05-21 16:49:05 -03:00
arthurfiorette
9e3800c835
docs: cdnjs links 2023-05-21 16:30:21 -03:00
arthurfiorette
083f4b7f4d fix: test open handles 2023-03-27 19:31:42 -03:00
arthurfiorette
72de39c4d3 feat: memory storage cleanup 2023-03-19 19:30:19 -03:00
arthurfiorette
d6b41e802f
feat: incresed tsdoc documentation a lot 2023-02-17 13:16:06 -03:00
arthurfiorette
0afd079787
docs: improved searched terms 2023-02-15 21:12:08 -03:00
arthurfiorette
fdab8463c6
docs: download url & CI 2023-02-07 16:10:59 -03:00
arthurfiorette
913b1e166a
feat: improved docs again 2023-02-04 01:21:38 -03:00
arthurfiorette
e3b92b9039
docs: updated compatibility table 2023-02-02 20:31:13 -03:00
Jordan Schnur
694e87590c
docs: typo at update getting-started.md (#483) 2023-01-30 17:31:47 -03:00
arthurfiorette
0f68c41169
docs: updated documentation 2023-01-28 22:24:27 -03:00
arthurfiorette
a0cb1cedb6
docs: added #449 section 2023-01-07 08:54:31 -03:00
arthurfiorette
c82dfd7745
docs: updated download url 2022-12-26 12:34:16 -03:00
Stanley Lim
0c1565c53c
docs: Fix request-id.md docs (#429) 2022-12-15 09:09:52 -03:00
Arthur Fiorette
88c9655ba3
Axios cache interceptor v1 roadmap (#368)
* chore(deps-dev): bump axios from 0.27.2 to 1.0.0

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.0.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.0.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* feat: initial changes

* feat: more docs

* docs: global config

* feat: comparison

* chore: more docs

* docs: migrate docs generator to vitepress (#403)

* chore(vitepress): add basic files

* chore(vitepress): add dev deps & scripts for use

* chore(vitepress config): change to ts for type checks

* chore(vitepress config): remove js file

* chore(vitepress theme): add custom theme css

* chore(vitepress docs): add simple home page

* chore(gitignore): ignore doc dist

* chore(favicon): add icon to head

* feat(doc-features): add features spotlight

* chore(doc footer): made with ❤️

* chore(structure): move md files into `./src`

* chore(config): re-organise

* chore: custom dev port

* feat: documentation pages

* refactor: modified config

* feat: social links

* style: formatted code

* feat: removed code groups temporarily

* fix: fixed bundlephobia svg

* docs: general documentation remake

* docs: more rewritting

Co-authored-by: arthurfiorette <arthur.fiorette@gmail.com>

* fix: change headers usage

* fix: adapters exporting changes

* fix: request doesnt execute after abortion

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cain <75994858+cainthebest@users.noreply.github.com>
2022-12-05 22:36:31 -03:00