yarn @nuxtjs/axios 5.0.0

latest releases: 5.13.6, 5.13.5, 5.13.4...
6 years ago

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

Don't miss a new axios release

NewReleases is sending notifications on new releases.