Releases: ericdouglas/onli-reducer
Releases · ericdouglas/onli-reducer
General improvement on tooling and dev dependencies
Add microbundle
- chore: add microbundle 6bd492b
Update dependecies
- chore: add test:dev script 67c3898
- chore: update dependencies cba9cd8
- Merge pull request #2 from ericdouglas/dependabot/npm_and_yarn/acorn-5.7.4 2c33958
- chore(deps): bump acorn from 5.7.3 to 5.7.4 fe71bfc
- Fix typo 2e036d2
- Merge pull request #1 from ericdouglas/dependabot/npm_and_yarn/handlebars-4.5.3 ab6c0a5
- chore(deps): bump handlebars from 4.1.2 to 4.5.3 65a8131
- chore: clariry lib name 49f5472
- fix: readme 6505595
- fix: typo 7baf1d2
- fix: typo 56bf8f1
- add: improve/fix docs 49a00be
Redux support
Offer support for Redux by ignoring unhandled actions.
Support for async calls
Support for Asynchronous interactions ✨
In this release, we pass attached to the action payload the send
property so your synchronous actions can call asynchronous ones by dispatching them using send.yourNextMethod()
.