Skip to content

0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@broadwaylamb broadwaylamb released this 12 Jun 21:02
· 154 commits to master since this release

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

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