Skip to content

5.0.0

Compare
Choose a tag to compare
@pi0 pi0 released this 04 Feb 20:02

The 5.0.0 version of Axios module is an almost complete rewrite with more stability and custom features.

This release was not possible without months of community valuable feedback and help. πŸ’–

Before doing an upgrade please ensure to read the latest docs and migration guide.

5.0.0 Highlights

  • All lifecycle functions have been removed. You can now use a nuxt plugin to add interceptors.
  • Options reworked. Setting Base URL now much more straightforward.
  • Built-in proxy support with easier integration and more docs.
  • Integration with Nuxt.js loading bar. So you see progress while making a long request.
  • Optional retry support to retry failed requests.

See all changes

Bug Fixes

  • progress: finish on fail (ea7b569)

Features