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
Adds proxyForObject as protocol extension and deprecates global function version.
Improves installForwardDelegate assert messaging.
Improves gesture recognizer extensions to use typed gesture recognizers in rx_event.
Adds RxTextInput protocol to enable creating reactive extensions for UITextInput/NSTextInput.
Adds rx_willDisplayCell and rx_didEndDisplayingCell extensions to UITableView.
Improves playgrounds.
Anomalies
Fixes in documentation.
Turns off Bitcode for RxTests CocoaPods integration.
Fixes UITextField.rx_text and UITextView.rx_text integrations to be more robust when used with two way binding.
Fixes two way binding example code so it now properly handles IME used in Asian cultures and adds explanations how to properly perform two way bindings. #649
Removes distinctUntilChanged from control extensions. #626