118 Commits

Author SHA1 Message Date
arthurfiorette
edde37aee8
feat: documentation ready for v0 2022-12-26 12:19:04 -03:00
arthurfiorette
db41b7c7cc
docs: spelling 2022-12-26 11:38:04 -03:00
arthurfiorette
79ac027262
docs: improved features 2022-12-25 19:12:40 -03:00
arthurfiorette
b6b9fc92ea
docs: update navbar again 2022-12-25 18:53:01 -03:00
arthurfiorette
13529b9f7d
chore: docs versioning nav 2022-12-25 17:58:04 -03:00
arthurfiorette
7d82c5a46f
feat: cache takeover #437 2022-12-25 16:56:25 -03:00
arthurfiorette
09a0082717
fix: docs versioning 2022-12-25 16:53:26 -03:00
arthurfiorette
b4ab15666a
docs: version selector 2022-12-22 16:39:47 -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
dependabot[bot]
d500835c5a
chore(deps-dev): bump express from 4.18.1 to 4.18.2 in /docs (#373) 2022-10-10 08:34:41 +00:00
arthurfiorette
c7b660452c
fix: correct skypack download url 2022-08-02 09:20:10 -03:00
arthurfiorette
232bb7df32
docs: updated version 2022-07-29 10:09:56 -03:00
Arthur Fiorette
f0cd5d1af2
feat: cache updater function for multiple keys. (#304)
* feat: implemented general cache updater function

* test: added tests

* docs: included cache update warning
2022-07-28 23:00:37 -03:00
arthurfiorette
c733dbddaf
docs: updated version 2022-06-29 22:38:10 -03:00
arthurfiorette
955f34c4d8
docs: updated version 2022-06-11 08:28:57 -03:00
arthurfiorette
dfe1595f3b
docs: improved override docs 2022-06-05 20:56:34 -03:00
arthurfiorette
67bad3772d
docs: typos 2022-06-05 11:31:06 -03:00
arthurfiorette
338c9a6888
feat: better override documentation 2022-06-05 11:26:17 -03:00
arthurfiorette
8c94ef99f5
docs: updated version 2022-06-03 08:51:19 -03:00
arthurfiorette
6bcd7dca08
docs: improved documentation 2022-05-15 19:54:25 -03:00
arthurfiorette
e97a51585a
docs: fixed variable name (#239) 2022-05-15 18:46:16 -03:00
arthurfiorette
5cb76aa372
docs: updated version 2022-05-02 19:40:32 -03:00
dependabot[bot]
269c119a1f
chore(deps-dev): bump express from 4.18.0 to 4.18.1 in /docs (#229)
Bumps [express](https://github.com/expressjs/express) from 4.18.0 to 4.18.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.0...4.18.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 09:17:10 -03:00
Arthur Fiorette
f5b519a888
feat: updated axios to 0.27 (#227) 2022-05-01 10:04:08 -03:00
dependabot[bot]
b91bd9e46e
chore(deps-dev): bump express from 4.17.3 to 4.18.0 in /docs (#218)
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.18.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.3...4.18.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 14:15:36 -03:00
dependabot[bot]
f0f10c4520
chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.36 to 0.3.38 (#208)
* chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.36 to 0.3.38

Bumps [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc) from 0.3.36 to 0.3.38.
- [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases)
- [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.36...v0.3.38)

---
updated-dependencies:
- dependency-name: prettier-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* fix: fixed prettier warnings

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: arthurfiorette <arthur.fiorette@gmail.com>
2022-04-12 19:24:24 -03:00
arthurfiorette
7a1ff7bb98
docs: updated docs theme 2022-03-25 16:51:34 -03:00
arthurfiorette
9e2364819d
docs: updated benchmark 2022-03-25 16:32:45 -03:00
arthurfiorette
8297fe2201
docs: updated download urls 2022-03-25 16:27:24 -03:00
dependabot[bot]
f6630c9081
chore(deps): bump minimist from 1.2.5 to 1.2.6 in /docs (#190)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 16:08:15 -03:00
arthurfiorette
f25bff6d1c
docs: added runkit comment 2022-03-14 18:04:46 -03:00
arthurfiorette
b98f4b0199
docs: updated download urls 2022-03-14 18:01:09 -03:00
arthurfiorette
b44c6b3550
style: formatted code 2022-03-14 17:52:26 -03:00
arthurfiorette
f37574b90a
chore: fixed build setup 2022-03-14 17:51:47 -03:00
dependabot[bot]
2fe075fd44
chore(deps-dev): bump docsify-cli from 4.4.3 to 4.4.4 in /docs (#172)
Bumps [docsify-cli](https://github.com/docsifyjs/docsify-cli) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/docsifyjs/docsify-cli/releases)
- [Changelog](https://github.com/docsifyjs/docsify-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docsifyjs/docsify-cli/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: docsify-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 08:10:18 -03:00
arthurfiorette
08d7ab49e2
docs: updated benchmark and fixed some typos 2022-03-11 17:07:30 -03:00
arthurfiorette
e7922bd96a
ci: dependabot for docs folder 2022-03-11 16:04:42 -03:00
arthurfiorette
766c6de809
docs: updated many things in the documentation 2022-03-11 16:03:53 -03:00
Arthur Fiorette
7293cf0c26
feat!: new bundle setup & fixed development bundles (#167)
* feat: added issue template

* fix: move dev bundles to a specific folder

* docs: some documentation changes

* docs: updated issue template

* chore!: updated build setup

* style: formatted code

* chore: allow importing any file
2022-03-11 13:46:08 -03:00
Arthur Fiorette
f140b0267c
chore: brave rewards 2022-03-08 09:32:22 -03:00
arthurfiorette
58d385927b
style: formatted code 2022-03-04 13:58:11 -03:00
arthurfiorette
e2f2428b75
docs: updated download urls 2022-03-04 13:56:48 -03:00
arthurfiorette
80850b916f
docs: updated code comment 2022-03-03 19:02:40 -03:00
arthurfiorette
ab45164287
fix: defaultKeyGenerator keeps response unchanged (#161) 2022-03-03 18:50:43 -03:00
arthurfiorette
06091a2d6d
docs: updated download urls 2022-02-28 18:18:57 -03:00
dependabot[bot]
91c7c1b5d5
chore(deps): bump prismjs from 1.26.0 to 1.27.0 in /docs (#155) 2022-02-26 22:33:07 +00:00
arthurfiorette
66fb00b1e9
docs: updated download urls 2022-02-23 12:51:12 -03:00
arthurfiorette
8b14a385ee
docs: updated download urls 2022-02-21 15:10:18 -03:00
Christos Kopanos
6db89530c1
feat: handle web storage DOMExceptions (#148) 2022-02-21 14:10:32 -03:00