Redux Dataloader Versions Save

Loads async data for Redux apps focusing on preventing duplicated requests and dealing with async dependencies.

v1.3.0

6 years ago
  • #41 Respect TTL Expiration on React Native (by @troyschneringer )
  • #42 Update dependencies and fix tests

v1.2.0

7 years ago
  • Use retryit instead of async.js
  • Add babel-runtime to dependencies and use babel-plugins-transform-runtime

v1.1.0

7 years ago
  • Use async.js instead of async/await in order to improve performance

v1.0.0

7 years ago

redux-dataloader is production ready! 👏

After the long-term use in our product. We believe this library is stable and ready for production use.

v1.0.0-rc.1

7 years ago
  • Simplify source code
    • Remove debug
    • Use id to identify dataloader action
    • Remove chai-as-promised
    • Remove sinon-chai

v0.0.6

8 years ago
  • hotfix: dispatch dataloader request action as plain object

v0.0.5

8 years ago
  • dispatch redux-dataloader request action
  • dispatch original async action instead when it is not redux dataloader action

v0.0.4

8 years ago
  • Don't dispatch request action before executing dataloader

v0.0.3

8 years ago
  • Re-dispatch dataloader request action to make it visible in redux-devtool

v0.0.2

8 years ago
  • fix return value bug