From a790e3c834e9bd3839ad1d999f0a8631dedbab7c Mon Sep 17 00:00:00 2001 From: Elad Levy Date: Tue, 27 Feb 2018 18:31:48 +0200 Subject: [PATCH] Update 'Upgrading from v1.0.x' section apiMiddleware no longer returns a promise on actions without [RSAA] relates to #80 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20ec8f4..31f264c 100644 --- a/README.md +++ b/README.md @@ -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