Skip to content

Releases: ericdouglas/onli-reducer

General improvement on tooling and dev dependencies

21 Jun 01:36
Compare
Choose a tag to compare
  • docs: add docs 60b8958
  • chore: scripts 37e2632
  • chore: git commit msg linter 7e5704e
  • chore: add husky and lint-staged config file e42a5f7
  • chore: setup eslint d8c409f
  • chore: add eslint and fix files to adapt to it 74797ed

v0.3.0...v0.3.1

Add microbundle

20 Jun 23:48
Compare
Choose a tag to compare

v0.2.2...v0.3.0

Update dependecies

20 Jun 20:06
Compare
Choose a tag to compare
  • 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

0.2.1...v0.2.2

Redux support

01 Sep 13:53
Compare
Choose a tag to compare

Offer support for Redux by ignoring unhandled actions.

Support for async calls

30 Aug 10:13
Compare
Choose a tag to compare

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().