Skip to content

Commit e6ffc52

Browse files
committed
Updating Upgrage Guide
1 parent 8d675bb commit e6ffc52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADE_GUIDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Upgrade Guide
22

3+
### 0.15.x -> 0.16.0
4+
5+
#### `Promise` Type Declarations
6+
7+
The `Promise` type declarations have been removed from the axios typings in favor of the built-in type declarations. If you use axios in a TypeScript project that targets `ES5`, please make sure to include the `es2015.promise` lib. Please see [this post](https://blog.mariusschulz.com/2016/11/25/typescript-2-0-built-in-type-declarations) for details.
8+
39
### 0.13.x -> 0.14.0
410

511
#### TypeScript Definitions

0 commit comments

Comments
 (0)