axios v0.10.0 Release Notes

Release Date: 2016-04-20 // about 8 years ago
    • ๐Ÿ›  Fixing issue with some requests sending undefined instead of null (#250)
    • ๐Ÿ›  Fixing basic auth for HTTP adapter (#252)
    • ๐Ÿ›  Fixing request timeout for XHR adapter (#227)
    • ๐Ÿ›  Fixing IE8 support by using onreadystatechange instead of onload (#249)
    • ๐Ÿ›  Fixing IE9 cross domain requests (#251)
    • โž• Adding maxContentLength option (#275)
    • ๐Ÿ›  Fixing XHR support for WebWorker environment (#279)
    • โž• Adding request instance to response (#200)