UNPKG

988 BMarkdownView Raw
1# CHANGELOG
2
3## 3.0.0 ( Sep 8, 2016 )
4- changed default action prefixing
5
6## 2.0.0 ( Aug 10, 2016 )
7- changes to support axios@0.13
8- removed enhanced getState function as first interceptor argument
9
10## 1.3.0 ( Jun 14, 2016 )
11- added warning to not use first interceptor argument as `getState` function
12- added `dispatch` and `action` to first interceptor argument - [#26](https://github.com/svrcekmichal/redux-axios-middleware/pull/26)
13
14## 1.2.0 ( Jun 7, 2016 )
15- provide ability to specify failure interceptors that run when request fails [#20](https://github.com/svrcekmichal/redux-axios-middleware/issues/20)
16- fixed interceptors default values
17
18## 1.1.0 ( Jun 1, 2016 )
19- support for multiple client [#6](https://github.com/svrcekmichal/redux-axios-middleware/issues/6)
20- configuration of middleware on all layers (middleware, client, action)
21- Fixes throw uncaught exception in axios error with `returnRejectedPromiseOnError` options
22
23## 1.0.0
24- first stable version of middleware