v3.1.0
This release is mainly for TypeScript users.
The base State
type is stricter.
See also:
New combine
middleware
This will combine two parts of state into one. The first part is primitive state, and the second part is actions that depend on set
.
The resulting type is inferred from the state creator.