8.0.0-alpha.48.0.0-alpha.3
Reading changes from the repo…
share
operator, which now prevents race conditions when used with refCount
. This enhancement ensures that your observables behave as expected without unexpected interruptions. exhaustAll
now utilizes exhaustMap
for handling synchronous completions. This change simplifies the implementation while maintaining expected behavior. bufferWhen
. This ensures you have accurate references while using the library. share
and connect
operators bundled unnecessary scheduling code by default. This resolves potential performance issues and streamlines your observable usage. pluck
operator documentation by adding missing @deprecated
tags to overload signatures. This ensures that users are properly informed about deprecated features.