mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Merge pull request #416 from woodb/changelog-breaking-changes
Added note about breaking changes in v0.13.0
This commit is contained in:
+3
-3
@@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
### 0.13.0 (Jul 13, 2016)
|
### 0.13.0 (Jul 13, 2016)
|
||||||
|
|
||||||
- Improved error handling ([#345](https://github.com/mzabriskie/axios/pull/345))
|
- **BREAKING** Improved error handling ([#345](https://github.com/mzabriskie/axios/pull/345))
|
||||||
|
- **BREAKING** Response transformer now invoked in dispatcher not adapter ([10eb238](https://github.com/mzabriskie/axios/commit/10eb23865101f9347570552c04e9d6211376e25e))
|
||||||
|
- **BREAKING** Request adapters now return a `Promise` ([157efd5](https://github.com/mzabriskie/axios/commit/157efd5615890301824e3121cc6c9d2f9b21f94a))
|
||||||
- Fixing issue with `withCredentials` not being overwritten ([#343](https://github.com/mzabriskie/axios/issues/343))
|
- Fixing issue with `withCredentials` not being overwritten ([#343](https://github.com/mzabriskie/axios/issues/343))
|
||||||
- Fixing regression with request transformer being called before request interceptor ([#352](https://github.com/mzabriskie/axios/issues/352))
|
- Fixing regression with request transformer being called before request interceptor ([#352](https://github.com/mzabriskie/axios/issues/352))
|
||||||
- Fixing custom instance defaults ([#341](https://github.com/mzabriskie/axios/issues/341))
|
- Fixing custom instance defaults ([#341](https://github.com/mzabriskie/axios/issues/341))
|
||||||
- Fixing instances created from `axios.create` to have same API as default axios ([#217](https://github.com/mzabriskie/axios/issues/217))
|
- Fixing instances created from `axios.create` to have same API as default axios ([#217](https://github.com/mzabriskie/axios/issues/217))
|
||||||
- Response transformer now invoked in dispatcher not adapter ([10eb238](https://github.com/mzabriskie/axios/commit/10eb23865101f9347570552c04e9d6211376e25e))
|
|
||||||
- Request adapters now return a `Promise` ([157efd5](https://github.com/mzabriskie/axios/commit/157efd5615890301824e3121cc6c9d2f9b21f94a))
|
|
||||||
|
|
||||||
### 0.12.0 (May 31, 2016)
|
### 0.12.0 (May 31, 2016)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user