ReactiveKit v3.14.0 Release Notes

Release Date: 2019-10-13 // over 4 years ago
    • Aligned most of the operators with Combine
    • 🚦 sink now returns AnyCancellable that disposes signal when deallocated, matching Combine behaviour
    • ⏱ Introduced Scheduler protocol as an umbrella over DispatchQueue and ExecutionContext
    • 🚦 Moved Event into Signal extension (ie Event<T, E> is now Signal<T, E>.Event)
    • Introduced mapToResult and breakpoint operators