Skip to content

Releases: Gerhut/axiosist

v1.2.0

30 May 06:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

27 May 05:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Aug 07:13
6886477
Compare
Choose a tag to compare

What's Changed

  • Use getAdapter in axios ^1.5.0 by @Gerhut in #62

Full Changelog: v1.0.1...v1.1.0

v1.0.1

22 Dec 12:51
d7c8d18
Compare
Choose a tag to compare

Limit axios version below 1.2.0 due to axios/axios#5277

v1.0.0

11 Oct 09:08
Compare
Choose a tag to compare

Update axios dependency to 1.0.0

v0.10.0

11 Jan 08:58
Compare
Choose a tag to compare
  • Typings
    • Upgrade TypeScript to 4.1, fix compilation errors after upgrading, old TypeScript versions still work.
    • Add default export to axiosist and align the declaration file to this change.
      BREAKING: if you are meeting typing issues with this version, modifying the const axiosist = require('axiosist') to const axiosist = require('axiosist').default may resolve.
    • Export AxiosAdapter and AxiosInstance from the axios in this library, for users using different versions of axios directly.
  • Tests
    • Upgrade standard linter to 16.0.1
    • Add CI to Fermium
    • Restructure test-url.js
    • Fix the socket hang up test.

v0.9.0

05 Mar 15:08
Compare
Choose a tag to compare

Support (and only support) axios 0.19.1 since its adapter turns to receive origin urls but not merged ones

v0.8.0

23 Jan 06:23
Compare
Choose a tag to compare

Drop node 8 support

v0.7.1

20 Jan 09:21
Compare
Choose a tag to compare
  • Lock the axios version to 0.19.0 since the adapter will accept the raw URL instead of processed one.

v0.7.0

20 Jan 09:17
Compare
Choose a tag to compare
  • Use WHATWG URL API instead of legacy URL API in node.