- Add
createThunkAction
- Drop redux-promise dependencies
- Expose actionCreator's type as string
Reducer.case()
can take string as matcher
- Add
Reducer._
as default fallback
- Promise Support
- Remove
createSimpleAction(type)
. Use justcreateAction(type)
createAction()
has type asuuid()
- Simplize types
- Fix critical bug that reducer.case can not update.
- Throw duprceated case in reducer.
- Remove
Constraint
type interface inActionCreator
- Support TypeScript
- Support FlowType
- Published