OpenCombine v0.10.0 Release Notes

Release Date: 2020-06-28 // almost 4 years ago
  • 🚀 This release is compatible with Xcode 11.5.

    ➕ Additions

    • Timer.publish(every:tolerance:on:in:options:) (#156, thank you @MaxDesiatov)
    • OperationQueue scheduler (#165)
    • Publishers.Timeout (#164)
    • Publishers.Debounce (#133)

    🛠 Bugfixes

    • PassthroughSubject, CurrentValueSubject and Future have been rewritten from scratch. They are now faster, more correct and no longer leak subscriptions (#170).

    Known issues

    • 0️⃣ The default implementation of the objectWillChange requirement of the ObservableObject protocol is not available in Swift 5.1 and later.