You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes Axios error generic to use AxiosResponse (#1738) - Suman Lama
Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993) - grumblerchester
Allow uppercase methods in typings. (#1781) - Ken Powers
Fixing .eslintrc without extension (#1789) - Manoel
Consistent coding style (#1787) - Ali Servet Donmez
Fixing building url with hash mark (#1771) - Anatoly Ryabov
This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after #, because client cut everything after #
Preserve HTTP method when following redirect (#1758) - Rikki Gibson
Add getUri signature to TypeScript definition. (#1736) - Alexander Trauzzi
Adding isAxiosError flag to errors thrown by axios (#1419) - Ayush Gupta
Fix failing SauceLabs tests by updating configuration - Emily Morehouse
Documentation:
Add information about auth parameter to README (#2166) - xlaguna
Add DELETE to list of methods that allow data as a config option (#2169) - Daniela Borges Matos de Carvalho
It seems that responseType: 'blob' doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser