7.0.0-beta.107.0.0-beta.9
Reading changes from the repo…
share
operator completely configurable, allowing for more flexible usage and customization in your applications. connect
operator, providing additional functionality for managing subscriptions. connectable
creation method, expanding the ways you can create connectable observables. fromEvent()
function to support basic EventTarget
types, making it easier to work with events in your applications. combineLatest
does not return EMPTY
when no observables are passed, ensuring expected behavior in your applications. fromEvent
signatures that did not work with basic event targets, enhancing compatibility and usability.