v3.14.0
- Aligned most of the operators with Combine
sink
now returnsAnyCancellable
that disposes signal when deallocated, matching Combine behaviour- Introduced
Scheduler
protocol as an umbrella overDispatchQueue
andExecutionContext
- Moved
Event
intoSignal
extension (ieEvent<T, E>
is nowSignal<T, E>.Event
) - Introduced
mapToResult
andbreakpoint
operators