Releases: nuxt-community/axios-module
Releases · nuxt-community/axios-module
v5.5.1
v5.5.0
Bug Fixes
- lowercase
accept-encoding
header (nuxt/http#43) (c17fec2)
Features
- convert header names to lowercase (nuxt/http#45) (2e514a4)
- use
server
of nuxt.config.js to set default baseURL (#245) (e1120a9)
v5.4.2
v5.1.0
v5.0.1
5.0.0
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.
Bug Fixes
- progress: finish on fail (ea7b569)
Features
v5.0.0-rc.2
v5.0.0-rc.0
New features
- Nuxt progress bar integration (Enabled by default)
- Built-in Proxy support
Please read Migration Guide before upgrading.
v5.0.0-alpha.0
This is an (almost) complete rewrite of axios module.
Please read Migration Guide before upgrading.