v2.0.0
版本发布时间: 2017-11-20 12:21:27
agraboso/redux-api-middleware最新发布版本:v3.2.1(2020-03-19 05:06:50)
Breaking Changes
- The
CALL_API
symbol is replaced with theRSAA
string as the top-level RSAA action key.CALL_API
is aliased to the new value as of 2.0, but this will ultimately be deprecated. -
redux-api-middleware
no longer brings its ownfetch
implementation and depends on a globalfetch
to be provided in the runtime
Enhancements
- A new
options
config is added to pass yourfetch
implementation extra options other thanmethod
,headers
,body
andcredentials
Other
See https://github.com/agraboso/redux-api-middleware/compare/v1.0.3...v2.0.0 for the full diff.