204 Commits

Author SHA1 Message Date
dependabot[bot]
42fdaec2df
chore(deps-dev): bump vitepress from 1.0.0-rc.23 to 1.0.0-rc.24 (#704) 2023-10-24 09:05:37 +00:00
Arthur Fiorette
eba6232e7b
tag: v1.3.2 2023-10-23 12:55:22 -03:00
dependabot[bot]
f2ac73f195
chore(deps-dev): bump vitepress from 1.0.0-rc.22 to 1.0.0-rc.23 (#701) 2023-10-23 09:01:13 +00:00
dependabot[bot]
71a3520080
chore(deps-dev): bump vitepress from 1.0.0-rc.21 to 1.0.0-rc.22 (#693) 2023-10-16 08:42:05 +00:00
dependabot[bot]
7448ce4ce4
chore(deps-dev): bump vitepress from 1.0.0-rc.20 to 1.0.0-rc.21 (#691) 2023-10-13 08:15:24 +00:00
Arthur Fiorette
953d992c9c
tag: v1.3.1 2023-09-30 16:04:03 -03:00
Arthur Fiorette
286b2c0296
fix: rejected response deadlocks (#685) 2023-09-30 15:44:37 -03:00
Arthur Fiorette
060e67d252
ci: fixed ci tests 2023-09-30 15:01:15 -03:00
Arthur Fiorette
dd8f634d75
feat: testing with tsx and c8 2023-09-30 14:57:22 -03:00
dependabot[bot]
f5f348c506
chore(deps-dev): bump vitepress from 1.0.0-rc.15 to 1.0.0-rc.20 (#681) 2023-09-25 08:38:03 +00:00
dependabot[bot]
9277abf5fc
chore(deps-dev): bump vitepress from 1.0.0-rc.14 to 1.0.0-rc.15 (#679) 2023-09-21 08:44:57 +00:00
dependabot[bot]
9163cdf88b
chore(deps-dev): bump vitepress from 1.0.0-rc.13 to 1.0.0-rc.14 (#677) 2023-09-18 08:21:08 +00:00
dependabot[bot]
23afe24455
chore(deps-dev): bump vitepress from 1.0.0-rc.12 to 1.0.0-rc.13 (#673) 2023-09-13 08:32:27 +00:00
dependabot[bot]
ce9a11c0e4
chore(deps-dev): bump vitepress from 1.0.0-rc.10 to 1.0.0-rc.12 (#672) 2023-09-11 09:03:07 +00:00
Arthur Fiorette
96f03c4447
tag: v1.3.0 2023-09-05 19:44:16 -03:00
arthurfiorette
130ef0d306
fix: infinite loading states when a restart occurs in the middle of a request. (#612) 2023-09-03 18:53:26 -03:00
arthurfiorette
4ab04a7754
chore: updated pnpm 2023-09-03 16:01:31 -03:00
arthurfiorette
4dbfea2a03
fix: moved to native source map support 2023-09-03 16:00:43 -03:00
arthurfiorette
2cc948d531
feat: moved tests to node:test (#628) 2023-09-03 15:53:58 -03:00
dependabot[bot]
8502c8e6b5
chore(deps-dev): bump vitepress from 1.0.0-rc.9 to 1.0.0-rc.10 (#661) 2023-08-29 08:34:35 +00:00
dependabot[bot]
6935c3104d
chore(deps-dev): bump vitepress from 1.0.0-rc.4 to 1.0.0-rc.9 (#658) 2023-08-28 08:16:39 +00:00
dependabot[bot]
3c64359e72
chore(deps-dev): bump vitepress from 1.0.0-beta.7 to 1.0.0-rc.4 (#636) 2023-08-10 04:31:50 +00:00
dependabot[bot]
c5603c9097
chore(deps-dev): bump eslint-config-prettier from 8.10.0 to 9.0.0 (#634)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 9.0.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.10.0...v9.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  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>
2023-08-08 10:20:36 -03:00
dependabot[bot]
b362ae598d
chore(deps-dev): bump vitepress from 1.0.0-beta.6 to 1.0.0-beta.7 (#627) 2023-07-31 08:55:32 +00:00
José
e2b73e1c3a
fix: avoid RangeError: Maximum call stack size exceeded on streams and other objects (#616)
* refactor: change id generation location

* fix: lint

* refactor: ensures id will be created only if cache is not false

* chore(deps-dev): bump vitepress from 1.0.0-beta.5 to 1.0.0-beta.6 (#618)

* chore(deps-dev): bump @types/node from 18.16.19 to 18.17.0 (#617)

* chore(deps-dev): bump tslib from 2.6.0 to 2.6.1 (#619)

* chore(deps-dev): bump @types/node from 18.17.0 to 18.17.1 (#620)

* chore: dependabot

* ci: dependabot

* feat: handle non axios errors rejections (#609)

* fix: correct config re throw

* chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 (#624)

* chore(deps-dev): bump jest from 29.6.1 to 29.6.2 (#622)

* 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

* chore(deps-dev): bump jest-environment-jsdom from 29.6.1 to 29.6.2 (#623)

* chore: removed unused eslint comment

* feat: handle errors on object-code

* feat: bring back ids

* chore: lint

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arthur Fiorette <arthur.fiorette@gmail.com>
Co-authored-by: Denis Rossati <denis.rossatiramos@gmail.com>
2023-07-30 03:39:36 -03:00
dependabot[bot]
9d202d00ab
chore(deps-dev): bump vitepress from 1.0.0-beta.5 to 1.0.0-beta.6 (#618) 2023-07-24 09:02:07 +00:00
dependabot[bot]
9db69b5c9a
chore(deps-dev): bump vitepress from 1.0.0-beta.3 to 1.0.0-beta.5 (#589) 2023-07-03 08:41:25 +00:00
dependabot[bot]
811aed2aa9
chore(deps-dev): bump vitepress from 1.0.0-beta.1 to 1.0.0-beta.3 (#566) 2023-06-20 09:06:00 +00: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
7e5ca7e68a
fix: correct lowercase test 2023-06-08 13:21:29 -03:00
arthurfiorette
143d4095df
feat: v1.1.1 2023-05-25 13:20:46 -03:00
arthurfiorette
aa697999e4
fix: removed only allow pnpm 2023-05-25 12:31:54 -03:00
arthurfiorette
70140f6350
feat: v1.1.0 2023-05-17 21:50:10 -03:00
arthurfiorette
f29dc4076c
feat: typescript v5 2023-05-17 19:04:49 -03:00
arthurfiorette
370b9bdb6c
test: structured clone coverage ignore 2023-02-17 00:02:20 -03:00
arthurfiorette
34842d47f8
feat: migrated to pnpm 2023-02-16 23:52:08 -03:00
arthurfiorette
88988a3e78
style: formatted code 2023-02-07 16:11:18 -03:00
arthurfiorette
913b1e166a
feat: improved docs again 2023-02-04 01:21:38 -03:00
arthurfiorette
e58c6b8348
tag: v1.0.1 2023-02-02 20:29:30 -03:00
arthurfiorette
67e66b02f0
feat: algolia search <3 2023-02-02 19:56:21 -03:00
arthurfiorette
d39cb29291
tag: v1.0.0 2022-12-26 11:49:29 -03:00
arthurfiorette
9683de5f91
chore: axios as a peer dependency 2022-12-25 17:53:04 -03:00
arthurfiorette
00fdff0158
fix: types not available on esm packaging #430 2022-12-25 17:15:58 -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]
f2af79022b
chore(deps-dev): bump webpack-cli from 4.10.0 to 5.0.0 (#406)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.0.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0)

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

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-11-17 06:11:42 -03:00
arthurfiorette
556281953e
feat: add ecompatible node version to engines 2022-10-19 19:45:46 -03:00
dependabot[bot]
d97404f166
chore(deps-dev): bump jest-environment-jsdom from 28.1.3 to 29.0.0 (#332)
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.3 to 29.0.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.0.0/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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-08-26 05:40:43 -03:00
arthurfiorette
67819a3d78 refactor: dependencies, lint and null assertions 2022-08-24 07:36:29 -03:00
arthurfiorette
c2662d79a5
tag: v0.10.7 2022-07-29 09:47:35 -03:00