github immerjs/immer v9.0.0

latest releases: v10.0.4, v10.0.3, v10.0.2...
3 years ago

9.0.0 (2021-03-19)

feature

BREAKING CHANGES

  • It is no longer allowed to return nothing from a recipe if the target state doesn't accept undefined.
  • It is no longer allowed to return arbitrary things from a recipe. Recipes should either return nothing, or something that is assignable to the original state type. This will catch mistakes with accidental returns earlier.

Don't miss a new immer release

NewReleases is sending notifications on new releases.