Skip to content

Releases: klis87/redux-requests

redux-saga-requests-fetch v0.6.0

28 Jan 11:45
Compare
Choose a tag to compare

The same as v0.5.0, version bumped to switch to independend Lerna mode.

redux-saga-requests-axios v0.6.0

28 Jan 11:46
Compare
Choose a tag to compare

The same as v0.5.0, version bumped to switch to independend Lerna mode.

v0.5.0

06 Dec 12:40
Compare
Choose a tag to compare
  • added requestsReducer and createRequestsReducer
  • improved TypeScript typings

v0.4.1

03 Dec 13:44
Compare
Choose a tag to compare

Updated dependencies and peer-dependencies. You can safely upgrade without any application changes.

v0.4.0

03 Dec 13:42
Compare
Choose a tag to compare

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.

v0.3.0

21 Oct 17:25
Compare
Choose a tag to compare

Added Typescript types

v0.2.0

24 Sep 20:21
Compare
Choose a tag to compare

Initial release