v2.0.0
Breaking Changes
- The
CALL_APIsymbol is replaced with theRSAAstring as the top-level RSAA action key.CALL_APIis aliased to the new value as of 2.0, but this will ultimately be deprecated. redux-api-middlewareno longer brings its ownfetchimplementation and depends on a globalfetchto be provided in the runtime
Enhancements
- A new
optionsconfig is added to pass yourfetchimplementation extra options other thanmethod,headers,bodyandcredentials
Other
See v1.0.3...v2.0.0 for the full diff.