8.0.0-alpha.38.0.0-alpha.2
Reading changes from the repo…
Subscriber
constructor is now fully functional and can be used to create safe subscribers, enhancing your ability to manage subscriptions effectively. retryWhen
and repeatWhen
features are deprecated in favor of simpler alternatives using the delay
option with retry
and repeat
, streamlining your error handling and retry logic. MapTo
variants are deprecated, reducing unnecessary complexity in the API and making it easier to use the core Map
functionality. timeout
operator now has stricter argument types, ensuring better type safety and conformance with modern JavaScript standards. timeout
operator not timing out correctly when the source emits synchronously, ensuring more reliable behavior in your applications.