- [interceptors] We have replaced the
action
parameter with a newgetSourceAction
function which will return the action which triggered the interceptor. #33 #34
- Updated the changelog formatting.
- exclude our .babelrc from our npm build.
- corrected the entry for the webpack config
- changed default action prefixing
- changes to support [email protected]
- removed enhanced getState function as first interceptor argument
- added warning to not use first interceptor argument as
getState
function - added
dispatch
andaction
to first interceptor argument - #26
- provide ability to specify failure interceptors that run when request fails #20
- fixed interceptors default values
- support for multiple client #6
- configuration of middleware on all layers (middleware, client, action)
- Fixes throw uncaught exception in axios error with
returnRejectedPromiseOnError
options
- first stable version of middleware