- 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