Commit Graph

6 Commits

Author SHA1 Message Date
Igor Oleinikov
e767e13ec5 Improve basic dispatch signature. Fix typescript tests. 2016-03-21 23:13:36 -07:00
Igor Oleinikov
2d2948152a Fix line ending. 2016-03-18 15:53:19 -07:00
Igor Oleinikov
b0d60c4d2a Add state type to Dispatch interface and improve thunk test with proper module augmentation. 2016-03-18 15:51:48 -07:00
Ciuca, Alexandru
74e16aae1c Type safety for dispatch signature 2016-03-17 12:12:16 +02:00
Daniel Lytkin
a5d44fab7a Update TypeScript definitions
Remove redundant type parameters from `Dispatch` type
Remove redundant `combineReducers` overload
Simplify `StoreCreator` type by using optional arguments
Remove redundant type parameters from `Middleware` type
Update `compose` definitions to cover case with zero arguments and case with multiple arguments for innermost function
Add JSDoc
2016-02-24 17:27:50 +06:00
Daniel Lytkin
a6b4d80266 Update TypeScript definitions
Add type parameter for `Action`
Stronger typings for `combineReducers`, add `ReducerMapObject` type
Add Unsubscribe type
Stronger typings for `bindActionCreators`, add `ActionCreatorsMapObject` type
Add and refine tests for complete coverage
2016-02-18 18:26:34 +06:00