OpenCombine v0.8.0 Release Notes

Release Date: 2020-01-17 // over 4 years ago
  • ๐Ÿš€ This release is compatible with Xcode 11.3.1.

    โž• Additions

    • Publishers.ReplaceEmpty (#122, thank you @spadafiva)
    • NotificationCenter.Publisher (#84)
    • URLSession.DataTaskPublisher (#127)
    • Publishers.DropUntilOutput (#136)
    • Publishers.CollectByCount (#137)
    • Publishers.AssertNoFailure (#138)
    • Publishers.Buffer (#143)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed integer overflows in DispatchQueue.SchedulerTimeType.Stride (#126, #130)
    • ๐Ÿ›  Fixed the 'default will never be executed' warning on non-Darwin platforms (like Linux) (#129)

    Known issues

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