Releases: svrcekmichal/redux-axios-middleware
Releases · svrcekmichal/redux-axios-middleware
4.0.0
Mar 14, 2017
Breaking Changes
- [interceptors] We have replaced the
action
parameter with a new getSourceAction
function which will return the action which triggered the interceptor. #33 #34
Docs
- Updated the changelog formatting.
3.1.2
exclude our .babelrc from our npm build.
3.1.1
corrected the entry for the webpack config
3.1.0
add webpack build to support UMD #40
exported success and error suffixes #42
3.0
Breaking changes
- changed default action prefixing (#30)