Skip to content

Releases: nuxt-community/axios-module

v5.5.1

23 May 11:30
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • don't toLowerCase headers for setHeader and setToken (#250) (93469f0)

v5.5.0

22 May 14:39
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

Features

v5.4.2

21 May 15:33
Compare
Choose a tag to compare

Fixes

  • chore(ts): update types for nuxt 2.7.1 (PR #249)
  • chore(deps): update dependency consola to ^2.6.2 (PR #246)

v5.1.0

05 Mar 17:14
@pi0 pi0
Compare
Choose a tag to compare

Full change list: v5.0.1...v5.1.0

Features

  • allow disable progress per request. closes #112. (1530bb6)
  • disable https for localhost url (#93) (dd67734)

v5.0.1

08 Feb 21:35
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • don't mutate env.API_URL (a8ea331)

This was causing side-effects and invalid proxy config after reloading nuxt.config.js

5.0.0

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

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

v5.0.0-rc.2

29 Jan 22:20
@pi0 pi0
Compare
Choose a tag to compare
v5.0.0-rc.2 Pre-release
Pre-release

Bug Fixes

v5.0.0-rc.0

28 Jan 19:24
@pi0 pi0
Compare
Choose a tag to compare

New features

  • Nuxt progress bar integration (Enabled by default)
  • Built-in Proxy support

Please read Migration Guide before upgrading.

v5.0.0-alpha.0

28 Jan 15:58
@pi0 pi0
Compare
Choose a tag to compare

This is an (almost) complete rewrite of axios module.

Please read Migration Guide before upgrading.