Skip to content

Releases: kouhin/redux-dataloader

v1.3.0

14 Nov 03:55
76f1285
Compare
Choose a tag to compare

v1.2.0

09 Mar 15:40
Compare
Choose a tag to compare
  • Use retryit instead of async.js
  • Add babel-runtime to dependencies and use babel-plugins-transform-runtime

v1.1.0

07 Mar 01:42
Compare
Choose a tag to compare
  • Use async.js instead of async/await in order to improve performance

v1.0.0

18 Jan 03:31
Compare
Choose a tag to compare

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

21 Dec 10:41
Compare
Choose a tag to compare
  • Simplify source code
    • Remove debug
    • Use id to identify dataloader action
    • Remove chai-as-promised
    • Remove sinon-chai

v0.0.6

24 Mar 05:06
Compare
Choose a tag to compare
  • hotfix: dispatch dataloader request action as plain object

v0.0.5

24 Mar 04:57
Compare
Choose a tag to compare
  • dispatch redux-dataloader request action
  • dispatch original async action instead when it is not redux dataloader action

v0.0.4

06 Mar 14:27
Compare
Choose a tag to compare
  • Don't dispatch request action before executing dataloader

v0.0.3

18 Feb 11:24
Compare
Choose a tag to compare
  • Re-dispatch dataloader request action to make it visible in redux-devtool

v0.0.2

17 Feb 01:46
Compare
Choose a tag to compare
  • fix return value bug