Releases: kouhin/redux-dataloader
Releases · kouhin/redux-dataloader
v1.2.0
- Use retryit instead of async.js
- Add babel-runtime to dependencies and use babel-plugins-transform-runtime
v1.1.0
- Use async.js instead of async/await in order to improve performance
v1.0.0
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
- Simplify source code
- Remove debug
- Use id to identify dataloader action
- Remove chai-as-promised
- Remove sinon-chai
v0.0.6
- hotfix: dispatch dataloader request action as plain object
v0.0.5
- dispatch redux-dataloader request action
- dispatch original async action instead when it is not redux dataloader action
v0.0.4
- Don't dispatch request action before executing dataloader
v0.0.3
- Re-dispatch dataloader request action to make it visible in redux-devtool