axios v0.18.0 Release Notes

Release Date: 2018-08-09 // over 5 years ago
    • โž• Adding support for UNIX Sockets when running with Node.js (#1070)
    • ๐Ÿ›  Fixing typings (#1177):
      • AxiosRequestConfig.proxy: allows type false
      • AxiosProxyConfig: added auth field
    • โž• Adding function signature in AxiosInstance interface so AxiosInstance can be invoked (#1192, #1254)
    • ๐Ÿ‘ Allowing maxContentLength to pass through to redirected calls as maxBodyLength in follow-redirects config (#1287)
    • ๐Ÿ›  Fixing configuration when using an instance - method can now be set (#1342)

    0.17.1 (Nov 11, 2017)

    • ๐Ÿ›  Fixing issue with web workers (#1160)
    • ๐Ÿ‘ Allowing overriding transport (#1080)
    • โšก๏ธ Updating TypeScript typings (#1165, #1125, #1131)