Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axios cache interceptor v1 roadmap #368

Merged
merged 11 commits into from Dec 6, 2022
Merged

Axios cache interceptor v1 roadmap #368

merged 11 commits into from Dec 6, 2022

Conversation

arthurfiorette
Copy link
Owner

@arthurfiorette arthurfiorette commented Oct 5, 2022

Closes #367.

The current task list for v1.0.0 seems to be the following:

(W): Waiting

dependabot bot and others added 2 commits October 4, 2022 23:37
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](axios/axios@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>
@arthurfiorette arthurfiorette added enhancement New feature or request help wanted Extra attention is needed axios related Issues that are more related to axios than to axios-cache-interceptor. labels Oct 5, 2022
@arthurfiorette arthurfiorette self-assigned this Oct 5, 2022
@arthurfiorette arthurfiorette linked an issue Oct 5, 2022 that may be closed by this pull request
@arthurfiorette arthurfiorette changed the title Axios Cache Interceptor v1.0.0 Axios Cache Interceptor v1 roadmap Oct 5, 2022
@arthurfiorette arthurfiorette changed the title Axios Cache Interceptor v1 roadmap Axios cache interceptor v1 roadmap Oct 5, 2022
@arthurfiorette
Copy link
Owner Author

I'm waiting for a more mature version of axios v1 before continuing this work.

@arthurfiorette
Copy link
Owner Author

While v1.2+ does not get released, I'll be slowly working on non-axios related features, like the new documentation.

@arthurfiorette
Copy link
Owner Author

Axios just released 1.2.1, I'm going to get back to this PR.

cainthebest and others added 5 commits December 5, 2022 21:56
* 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>
@arthurfiorette
Copy link
Owner Author

For new axios features, its safe to say that is currently working fine and I'll add tests for them as soon as any issue comes :)

@codecov
Copy link

codecov bot commented Dec 6, 2022

Codecov Report

Merging #368 (33e7656) into main (84fe007) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #368   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          497       497           
  Branches       151       151           
=========================================
  Hits           497       497           
Impacted Files Coverage Δ
src/storage/build.ts 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@arthurfiorette arthurfiorette marked this pull request as ready for review December 6, 2022 01:36
@arthurfiorette arthurfiorette merged commit 88c9655 into main Dec 6, 2022
@serpaulius
Copy link

Hey, I was looking to install axios-cache-interceptor@1 as written in https://axios-cache-interceptor.js.org/guide/getting-started#quick-start and I now see that such release/tag does not exist, and found this MR which is already merged 🤔
Is there still anything left to be done for the v1 release or it's just a mistake in the docs? 😅
If that is still WIP, will I be safe to use axios@1.2.1 with the axios-cache-interceptor@0.10.7?
thanks!

@arthurfiorette
Copy link
Owner Author

Hey, actually no. I was testing the new documentation and released it to get more spelling feedback. For now axios-cache-interceptor only works with axios@0.

I'll release the 1.0.0-beta this or next week. This month has been too short in time for me, sorry for the inconvenience.

@arthurfiorette arthurfiorette deleted the feat/axios-v1.0.0 branch December 15, 2022 14:54
@serpaulius
Copy link

No problem, thanks for amazing work and info!

@KGALLET
Copy link

KGALLET commented Dec 30, 2022

Thank's for your work Arthur !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
axios related Issues that are more related to axios than to axios-cache-interceptor. enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: axios V1.0.0 support bug: Request doesn't execute after a abortion.
4 participants