Redux Axios Middleware Versions Save

Redux middleware for fetching data with axios HTTP client

v4.0.0

7 years ago

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.

v3.1.2

7 years ago

exclude our .babelrc from our npm build.

v3.1.1

7 years ago

corrected the entry for the webpack config

v3.1.0

7 years ago

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

3.0

7 years ago

Breaking changes

  • changed default action prefixing (#30)