Skip to content

Releases: antonk52/rainbow-actions

v0.2.3 Improved reducer typing

20 Oct 12:11
Compare
Choose a tag to compare

This release only improves typescript typings by allowing any actions to be passed to reducers created with rainbow-actions.

Before you could only supply actions created provided as a generic parameter to handleActions function.

Thanks to @ykornilov for noting this out 📝

v0.2.2 Improved types and CI checks

05 May 19:24
Compare
Choose a tag to compare

Fixed

  • rainbow-actions/reducer & rainbow-actions/immer typescript typings (thanks @ykornilov)

Added

  • Github PR checks for pull requests
  • Supported node versions are now noted in package.json's engines field