v4.0.2
This is a very minor release with some nice improvements to our TypeScript type definitions. Enjoy!
Changes
- Iterate in combineReducers using
for in
(#3371 by @pvorona) - Fix
DeepPartial
type (#3369 by @OliverJAsh) - Add types for Observable interface (#3067 by @pinyin)
- Make reducer optional in JSDocs (#3408 by @pingfengafei)
- Infer action types from
combineReducers
(#3411 by @appden)