27 Commits

Author SHA1 Message Date
arthurfiorette
b4ab15666a
docs: version selector 2022-12-22 16:39:47 -03:00
arthurfiorette
64222ecf2e
fix: action to deploy docs 2022-12-22 16:03:34 -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
Arthur Fiorette
0e974464eb
chore: avoid github activity 2022-10-31 20:56:00 -03:00
dependabot[bot]
871e094ca5
chore(deps): bump ahmadnassri/action-dependabot-auto-merge (#356)
Bumps [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) from 2.4 to 2.6.
- [Release notes](https://github.com/ahmadnassri/action-dependabot-auto-merge/releases)
- [Commits](https://github.com/ahmadnassri/action-dependabot-auto-merge/compare/v2.4...v2.6)

---
updated-dependencies:
- dependency-name: ahmadnassri/action-dependabot-auto-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 20:30:53 -03:00
Arthur Fiorette
1c024f47e4
chore: fixed dependabot automerge 2022-09-24 12:04:00 -03:00
Arthur Fiorette
9c90644d7e
chore: automerge dependabot prs 2022-09-24 11:57:49 -03:00
dependabot[bot]
d75fef44db
chore(deps): bump github/codeql-action from 1 to 2 (#214)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 14:10:26 -03:00
dependabot[bot]
d8c96d2e0b
chore(deps): bump codecov/codecov-action from 2.1.0 to 3 (#203)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-06 07:27:31 -03:00
arthurfiorette
3a800d78ea
perf: optimized build config 2022-03-11 16:31:03 -03:00
dependabot[bot]
335451d260
chore(deps): bump actions/checkout from 2 to 3 (#158)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 10:12:19 -03:00
dependabot[bot]
dd8fe8f3de
chore(deps): bump actions/setup-node from 2 to 3 (#154) 2022-02-25 15:47:36 +00:00
Christos Kopanos
6db89530c1
feat: handle web storage DOMExceptions (#148) 2022-02-21 14:10:32 -03:00
arthurfiorette
1159840748
chore: codecov bug was not fixed :( 2022-02-04 08:11:17 -03:00
arthurfiorette
7f4158331b
ci: fixed actions/checkout#237 2022-02-04 08:05:38 -03:00
arthurfiorette
7d314c2229
chore: switch back to yarn v1 2022-01-23 16:52:26 -03:00
Arthur Fiorette
4734c5f7a8
build: Yarn v2 and ESM & CJS bundles (#114) 2022-01-13 18:57:50 -03:00
arthurfiorette
58b6b126a4
fix: verify built ecmascript versions with es-check 2021-12-30 15:54:12 -03:00
Arthur Fiorette
b861277b9f
ci: only run codeql when js files are changed 2021-09-24 08:09:29 -03:00
Hazork
2d3cbda079 docs: initial docs 2021-09-20 16:50:06 -03:00
Hazork
a71c16d27b ci: codeql action 2021-09-20 12:26:26 -03:00
Hazork
45630e3837 style: prettified code 2021-09-19 20:19:20 -03:00
Arthur Fiorette
605668391a
ci: fix npm registry url 2021-09-15 18:46:31 -03:00
Hazork
c48769a9c9 ci: added main ci to lint and test code 2021-09-13 12:24:54 -03:00
Hazork
1c442ce08e ci: updated ci to support better caching 2021-09-13 12:24:37 -03:00
Hazork
5a201e3d68 chore: added eslint 2021-09-01 16:20:54 -03:00
Hazork
f373f857af init: init project 2021-09-01 10:07:10 -03:00