Skip to content

0.38.0

Choose a tag to compare

@stephencelis stephencelis released this 24 Jun 14:12
· 1131 commits to main since this release
809c3bb
  • Added: A new runtime warning for when a BindingAction is sent to the store but Reducer.binding() wasn't applied to the reducer. This should help diagnose missing integrations faster.
  • Fixed: A regression for TestStore.send and receive was introduced in 0.37.0 that failed to perform assertions against state when the trailing closure was omitted. This has been fixed (thanks @umbertovolta).