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
andFuture
have been rewritten from scratch. They are now faster, more correct and no longer leak subscriptions (#170).
Known issues
- The default implementation of the
objectWillChange
requirement of theObservableObject
protocol is not available in Swift 5.1 and later.