- Added: A new runtime warning for when a
BindingAction
is sent to the store butReducer.binding()
wasn't applied to the reducer. This should help diagnose missing integrations faster. - Fixed: A regression for
TestStore.send
andreceive
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).