Skip to content

Releases: nuxt-community/axios-module

v5.9.4

30 Jan 22:06
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

Dependency upgrades

  • update dependency axios to ^0.19.2 (#327)

v5.9.3

11 Jan 11:09
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • axios: Upgrade to 0.19.1 with lots of bug fixes. (changelog)
  • types: extend from AxiosStatic (#319) (9223a57)

v5.9.0

17 Dec 12:41
@pi0 pi0
Compare
Choose a tag to compare

Features

v5.8.0

23 Oct 16:32
@pi0 pi0
Compare
Choose a tag to compare

Features

  • add CancelToken and isCancel to axios instance (#292) (b9335b1)

Thanks to @3b3ziz, @SaulIO, @ricardogobbosouza, @Amrmak for this feature and docs ❤️

v5.7.1

22 Oct 10:19
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

v5.7.0

22 Oct 08:00
@pi0 pi0
Compare
Choose a tag to compare

Features

  • add function helper setBaseURL (#296) (1028bbc)
  • allow adding custom headers with nuxt config (#294) (3e38906)

Bug Fixes

  • headers: don't proxy content-md5 and content-type (#300) (f959c58)
  • progress: handle canceled requests (#301) (5096060)

v5.6.0

20 Aug 11:21
@pi0 pi0
Compare
Choose a tag to compare

Features

v5.5.4

05 Jun 11:45
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • ignore content-length header (41ff27a)

v5.5.3

30 May 16:46
@pi0 pi0
Compare
Choose a tag to compare

⚠️ This release force bumps axios dependency to ^0.19.0. Upgrading is highly recommended as of known vulnerability recently discovered in this package (CVE-2019-10742)

⚠️ If you also manually specified axios in your package.json dependencies or devDependencies, it is also advised to change it to ^0.19.0

v5.5.2

30 May 16:42
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes