v3.0.0
版本发布时间: 2018-11-06 20:28:43
agraboso/redux-api-middleware最新发布版本:v3.2.1(2020-03-19 05:06:50)
Breaking Changes
- The
CALL_API
alias has been dropped. UseRSAA
(#193) - Error handling around failed fetches has been updated (#175)
- Previously, a failed fetch would dispatch a
REQUEST
FSA followed by anotherREQUEST
FSA with an error flag - Now, a failed fetch will dispatch a
REQUEST
FSA followed by aFAILURE
FSA
- Previously, a failed fetch would dispatch a
- Non-symbol properties are allowed on the RSAA now (#192)
Features, bug-fixes, and enhancements
- Bundling enhancements, leading to a lighter package, as well as a UMD build
- Test refactors
For more details see:
- the the 3.0 milestone
- https://github.com/agraboso/redux-api-middleware/compare/v2.3.0...v3.0.0 for the full diff
- The upgrading from 2.x section in the readme