8.0.0-alpha.68.0.0-alpha.5
Reading changes from the repo…
retryWhen
operator now supports ObservableInput
, allowing for more flexible error handling in your reactive streams. sample
operator has been enhanced to support ObservableInput
, improving its usability in various scenarios. repeatWhen
operator now supports ObservableInput
, providing greater versatility in stream repetition. flush
method in the distinct
operator now supports ObservableInput
, enhancing its functionality. onErrorResumeNextWith
operator is renamed and now exported from the top level, simplifying its usage in your projects. setTimeout
is now used, ensuring compatibility without requiring additional type packages. subscribe
and tap
overloads, resolving issues with observable subscriptions and improving type safety.