master8.0.0-alpha.14
Reading changes from the repo…
@rxjs/observable
, which contains all low-level values and types related to Observable
. This update enhances modularity and organization within the library. every
operator no longer supports providing a thisArg
and no longer provides the source observable to the predicate. This change simplifies usage and encourages better practices. expand
operator no longer supports a scheduler parameter. Users should now utilize scheduled
, subscribeOn
, or observeOn
instead. retryWhen
operator, making it clearer for users. every
operator's re-entrancy and signature, enhancing its reliability and consistency in behavior.