Skip to content

v2.0.0

Compare
Choose a tag to compare
@nason nason released this 20 Nov 04:21
· 122 commits to master since this release

Breaking Changes

  • The CALL_API symbol is replaced with the RSAA 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 own fetch implementation and depends on a global fetch to be provided in the runtime

Enhancements

  • A new options config is added to pass your fetch implementation extra options other than method, headers, body and credentials

Other

See v1.0.3...v2.0.0 for the full diff.