Skip to content

Commit

Permalink
Merge pull request #172 from eladlevy/eladlevy-update-breaking-changes
Browse files Browse the repository at this point in the history
Update 'Upgrading from v1.0.x' section
  • Loading branch information
nason authored Feb 28, 2018
2 parents ec666f7 + a790e3c commit af94473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ $ npm install && npm test
- 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
- A new `options` config is added to pass your `fetch` implementation extra options other than `method`, `headers`, `body` and `credentials`
- `apiMiddleware` no longer returns a promise on actions without [RSAA]
## License
Expand Down

0 comments on commit af94473

Please sign in to comment.