Releases: klis87/redux-requests
Releases · klis87/redux-requests
redux-saga-requests-fetch v0.6.0
The same as v0.5.0, version bumped to switch to independend Lerna mode.
redux-saga-requests-axios v0.6.0
The same as v0.5.0, version bumped to switch to independend Lerna mode.
v0.5.0
v0.4.1
v0.4.0
From this release this library switched to monorepo structure. It means, that redux-saga-requests
contains only the core functionality, and a client integration code like Axios
or Fetch API
were moved to dedicated packages:
redux-saga-requests-axios
redux-saga-requests-fetch
This gives a nice advantage that from now, you will have only a specific driver you use bundled with you application, saving precious bytes. So, to switch to this version, you will need to install not only redux-saga-requests
, but also a driver of your choice. Please see updated docs to see how it should be done.