axios v0.8.0 Release Notes

Release Date: 2015-12-11 // over 8 years ago
    • โž• Adding support for creating instances of axios (#123)
    • ๐Ÿ›  Fixing http adapter to use Buffer instead of String in case of responseType === 'arraybuffer' (#128)
    • โž• Adding support for using custom parameter serializer with paramsSerializer option (#121)
    • ๐Ÿ›  Fixing issue in IE8 caused by forEach on arguments (#127)
    • โž• Adding support for following redirects in node (#146)
    • โž• Adding support for transparent decompression if content-encoding is set (#149)
    • โž• Adding support for transparent XDomainRequest to handle cross domain requests in IE9 (#140)
    • โž• Adding support for HTTP basic auth via Authorization header (#167)
    • โž• Adding support for baseURL option (#160)