Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

59 lines (39 loc) · 1.77 KB

CHANGELOG

4.0.0

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

Feb 20, 2017

  • exclude our .babelrc from our npm build.

3.1.1

Feb 17, 2017

  • corrected the entry for the webpack config

3.1.0

Feb 17, 2017

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

3.0.0

Sep 8, 2016

  • changed default action prefixing

2.0.0

Aug 10, 2016

  • changes to support [email protected]
  • removed enhanced getState function as first interceptor argument

1.3.0

Jun 14, 2016

  • added warning to not use first interceptor argument as getState function
  • added dispatch and action to first interceptor argument - #26

1.2.0

Jun 7, 2016

  • provide ability to specify failure interceptors that run when request fails #20
  • fixed interceptors default values

1.1.0

Jun 1, 2016

  • support for multiple client #6
  • configuration of middleware on all layers (middleware, client, action)
  • Fixes throw uncaught exception in axios error with returnRejectedPromiseOnError options

1.0.0

  • first stable version of middleware