npm immer 9.0.0
v9.0.0

latest releases: 10.1.1, 10.1.0, 10.0.4-beta...
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.