From e6ffc521d296ed47ca49fed8a0f93746a2bc8bb8 Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Fri, 31 Mar 2017 19:25:22 -0700 Subject: [PATCH] Updating Upgrage Guide --- UPGRADE_GUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE_GUIDE.md b/UPGRADE_GUIDE.md index 2f012f0..2f150f6 100644 --- a/UPGRADE_GUIDE.md +++ b/UPGRADE_GUIDE.md @@ -1,5 +1,11 @@ # Upgrade Guide +### 0.15.x -> 0.16.0 + +#### `Promise` Type Declarations + +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. + ### 0.13.x -> 0.14.0 #### TypeScript Definitions