0.38.0
版本发布时间: 2022-06-24 22:12:39
pointfreeco/swift-composable-architecture最新发布版本:1.15.2(2024-10-23 00:57:58)
- 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).