This repository was archived by the owner on Aug 4, 2026. It is now read-only.
Releases: yesmeck/redux-polymorphic
Releases · yesmeck/redux-polymorphic
Release list
v1.2.0
‼️ ‼️ BREAKING CHANGE‼️ ‼️
redux-polymorphic now exports bindActionCreators instead of bindPolymorphicActionCreators.
before
import { bindPolymorphicActionCreators } from 'redux-polymorphic'
after
import { bindActionCreators } from 'redux-polymorphic'
v1.1.0
v1.0.0
v1.0.0-alpha.1
First working version.