Skip to content

Releases: svrcekmichal/redux-axios-middleware

4.0.0

15 Mar 05:31
Compare
Choose a tag to compare

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

21 Feb 04:37
Compare
Choose a tag to compare

exclude our .babelrc from our npm build.

3.1.1

17 Feb 07:59
Compare
Choose a tag to compare

corrected the entry for the webpack config

3.1.0

17 Feb 07:58
Compare
Choose a tag to compare

add webpack build to support UMD #40
exported success and error suffixes #42

3.0

12 Sep 20:32
Compare
Choose a tag to compare
3.0

Breaking changes

  • changed default action prefixing (#30)