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)