Skip to content

Commit

Permalink
Update 'Upgrading from v1.0.x' section
Browse files Browse the repository at this point in the history
apiMiddleware no longer returns a promise on actions without [RSAA] 
relates to #80
  • Loading branch information
Elad Levy authored Feb 27, 2018
1 parent ec666f7 commit a790e3c
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 a790e3c

Please sign in to comment.