File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 0.15.3 (Nov 27, 2016)
4
+
5
+ - Fixing issue with custom instances and global defaults ([ #443 ] ( https://github.com/mzabriskie/axios/issues/443 ) )
6
+ - Renaming ` axios.d.ts ` to ` index.d.ts ` ([ #519 ] ( https://github.com/mzabriskie/axios/issues/519 ) )
7
+ - Adding ` get ` , ` head ` , and ` delete ` to ` defaults.headers ` ([ #509 ] ( https://github.com/mzabriskie/axios/issues/509 ) )
8
+ - Fixing issue with ` btoa ` and IE ([ #507 ] ( https://github.com/mzabriskie/axios/issues/507 ) )
9
+ - Adding support for proxy authentication ([ #483 ] ( https://github.com/mzabriskie/axios/pull/483 ) )
10
+ - Improving HTTP adapter to use ` http ` protocol by default ([ #493 ] ( https://github.com/mzabriskie/axios/pull/493 ) )
11
+ - Fixing proxy issues ([ #491 ] ( https://github.com/mzabriskie/axios/pull/491 ) )
12
+
3
13
### 0.15.2 (Oct 17, 2016)
4
14
5
15
- Fixing issue with calling ` cancel ` after response has been received ([ #482 ] ( https://github.com/mzabriskie/axios/issues/482 ) )
You can’t perform that action at this time.
0 commit comments