|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## 3.1.3 ( March 15, 2017 ) |
4 | | -- in interceptors, you can use `getAction` to receive action which triggered interceptors, for now, bug with `action` will not be removed, but it'll be removed in 4.0 as it is breaking change |
| 3 | +## 4.0.0 |
| 4 | +#### _Mar 14, 2017_ |
| 5 | + |
| 6 | +##### Breaking Changes |
| 7 | +- [interceptors] We have replaced the `action` parameter with a new `getSourceAction` function which will return the action which triggered the interceptor. [#33](https://github.com/svrcekmichal/redux-axios-middleware/issues/33) [#34](https://github.com/svrcekmichal/redux-axios-middleware/issues/34) |
| 8 | + |
| 9 | +##### Docs |
| 10 | +- Updated the changelog formatting. |
| 11 | + |
| 12 | +## 3.1.2 |
| 13 | +#### _Feb 20, 2017_ |
5 | 14 |
|
6 | | -## 3.1.2 ( Feb 20, 2017 ) |
7 | 15 | - exclude our .babelrc from our npm build. |
8 | 16 |
|
9 | | -## 3.1.1 ( Feb 17, 2017 ) |
| 17 | +## 3.1.1 |
| 18 | +#### _Feb 17, 2017_ |
| 19 | + |
10 | 20 | - corrected the entry for the webpack config |
11 | 21 |
|
12 | | -## 3.1.0 ( Feb 17, 2017 ) |
| 22 | +## 3.1.0 |
| 23 | +#### _Feb 17, 2017_ |
| 24 | + |
13 | 25 | - add webpack build to support UMD [#40](https://github.com/svrcekmichal/redux-axios-middleware/issues/40) |
14 | 26 | - exported success and error suffixes [#42](https://github.com/svrcekmichal/redux-axios-middleware/issues/42) |
15 | 27 |
|
16 | | -## 3.0.0 ( Sep 8, 2016 ) |
| 28 | +## 3.0.0 |
| 29 | +#### _Sep 8, 2016_ |
| 30 | + |
17 | 31 | - changed default action prefixing |
18 | 32 |
|
19 | | -## 2.0.0 ( Aug 10, 2016 ) |
| 33 | +## 2.0.0 |
| 34 | +#### _Aug 10, 2016_ |
| 35 | + |
20 | 36 | - changes to support axios@0.13 |
21 | 37 | - removed enhanced getState function as first interceptor argument |
22 | 38 |
|
23 | | -## 1.3.0 ( Jun 14, 2016 ) |
| 39 | +## 1.3.0 |
| 40 | +#### _Jun 14, 2016_ |
| 41 | + |
24 | 42 | - added warning to not use first interceptor argument as `getState` function |
25 | 43 | - added `dispatch` and `action` to first interceptor argument - [#26](https://github.com/svrcekmichal/redux-axios-middleware/pull/26) |
26 | 44 |
|
27 | | -## 1.2.0 ( Jun 7, 2016 ) |
| 45 | +## 1.2.0 |
| 46 | +#### _Jun 7, 2016_ |
| 47 | + |
28 | 48 | - provide ability to specify failure interceptors that run when request fails [#20](https://github.com/svrcekmichal/redux-axios-middleware/issues/20) |
29 | 49 | - fixed interceptors default values |
30 | 50 |
|
31 | | -## 1.1.0 ( Jun 1, 2016 ) |
| 51 | +## 1.1.0 |
| 52 | +#### _Jun 1, 2016_ |
| 53 | + |
32 | 54 | - support for multiple client [#6](https://github.com/svrcekmichal/redux-axios-middleware/issues/6) |
33 | 55 | - configuration of middleware on all layers (middleware, client, action) |
34 | 56 | - Fixes throw uncaught exception in axios error with `returnRejectedPromiseOnError` options |
|
0 commit comments