OpenCombine v0.9.0 Release Notes

Release Date: 2020-06-12 // almost 4 years ago
  • ๐Ÿš€ This release is compatible with Xcode 11.5.

    โž• Additions

    • The Subscribers.Demand struct can be nicely formatted in LLDB (#146, thank you @mayoff).
    • โœ… Publishers.SwitchToLatest (#142).
    • โฑ The RunLoop scheduler in OpenCombineFoundation (#131).
    • Publishers.Catch and Publishers.TryCatch (#140).

    ๐Ÿ›  Bugfixes

    Known issues

    • 0๏ธโƒฃ The default implementation of the objectWillChange requirement of the ObservableObject protocol is not available in Swift 5.1 and later.