- 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
Constrainttype interface inActionCreator
- Support TypeScript
- Support FlowType
- Published