Skip to content

v0.10.0

Compare
Choose a tag to compare
@Gerhut Gerhut released this 11 Jan 08:58
· 28 commits to master since this release
  • 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.