- Added:
Store
threading issues are now surfaced with new debug code: if you send an action or an effect is received on the wrong thread, a breakpoint will be caught and message will be printed to the console (thanks @IanKeen). - Added:
BindingAction
now conditionally conforms toCustomDebugStringConvertible
(thanks @lukeredpath). - Fixed: deprecation messages for older binding helpers have been made more descriptive.
- Infrastructure: added documentation for
BindingAction.pullback
.