4.0.0-beta.0
版本发布时间: 2017-09-18 08:20:28
ReactiveX/RxSwift最新发布版本:6.7.1(2024-05-01 23:50:41)
- Adds
materialize()
operator for RxBlocking'sBlockingObservable
. #1383 - Adds
first
operator toObservableType
. - Deprecates
UIBindingObserver
in favor ofBinder
. #1411 - Adds another specialization of
SharedSequence
calledSignal
. - Refactors
DelegateProxy
to be type safe. - Changes nested
SharedSequence
strategy to use inner sharing strategy for result.
Anomalies
- Call
controlTextDidChange(…)
as an optional method. #1406 - Fixed issue with
NSControl.rx.value
regarding multiple observers. #1399 - Removes useless extensions from
PrimitiveSequence
. #1248