Releases: pointfreeco/combine-schedulers
Releases · pointfreeco/combine-schedulers
0.4.1
Fixed: watchOS compilation.
0.4.0
- Added: an animated scheduler for UIKit.
- Added: FailingScheduler, a scheduler that causes XCTest cases to fail.
0.3.1
- Fixed: 0.3.0 introduced a breaking change where compilation could fail in certain environments.
0.3.0
- Added:
Scheduler.animation()
andScheduler.transaction()
helper methods for SwiftUI.
0.2.0
Added: public initializer for AnyScheduler
.
Infrastructure: improved documentation, autoformat code.
0.1.2
- Fixed: timer publisher tolerance is now zero, matching what Apple does in the Swift repo.