- changed default action prefixing
- changes to support axios@0.13
- removed enhanced getState function as first interceptor argument
- added warning to not use first interceptor argument as
getStatefunction - added
dispatchandactionto 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
returnRejectedPromiseOnErroroptions
- first stable version of middleware