Skip to content

v9.0.0

Compare
Choose a tag to compare
@mweststrate mweststrate released this 19 Mar 21:16
· 234 commits to main since this release
2c2f30e

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.