You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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 to CustomDebugStringConvertible (thanks @lukeredpath).
Fixed: deprecation messages for older binding helpers have been made more descriptive.
Infrastructure: added documentation for BindingAction.pullback.