8.0.0-alpha.108.0.0-alpha.9
Reading changes from the repo…
startWith
is removed, leading to slight performance improvements. This change streamlines the function and enhances its efficiency. new Subscriber
is updated to accept an overrides
argument, improving the way subscribers are created and managed. forkJoin
is updated to throw an EmptyError
if the first source completes without a value, ensuring more predictable error handling in your applications. groupBy
operator is fixed to prevent leaking inner subscriptions, ensuring that unsubscribing from the result will also disconnect the outer subscription. This change enhances resource management and prevents unexpected behavior. ignoreElements
is changed from unknown to a generic type, improving type safety and clarity in your code. operate
function, ensuring users have clear guidance on its usage.