Releases: antonk52/rainbow-actions
Releases · antonk52/rainbow-actions
v0.2.3 Improved reducer typing
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
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