Skip to content

Releases: pointfreeco/combine-schedulers

0.4.1

22 Mar 15:20
f1250fa
Compare
Choose a tag to compare

Fixed: watchOS compilation.

0.4.0

22 Mar 14:25
4f79e25
Compare
Choose a tag to compare
  • Added: an animated scheduler for UIKit.
  • Added: FailingScheduler, a scheduler that causes XCTest cases to fail.

0.3.1

22 Feb 19:46
Compare
Choose a tag to compare
  • Fixed: 0.3.0 introduced a breaking change where compilation could fail in certain environments.

0.3.0

22 Feb 19:22
8866923
Compare
Choose a tag to compare
  • Added: Scheduler.animation() and Scheduler.transaction() helper methods for SwiftUI.

0.2.0

04 Feb 23:24
8eab6ad
Compare
Choose a tag to compare

Added: public initializer for AnyScheduler.
Infrastructure: improved documentation, autoformat code.

0.1.2

07 Jul 19:11
ff42ec9
Compare
Choose a tag to compare
  • Fixed: timer publisher tolerance is now zero, matching what Apple does in the Swift repo.

0.1.1

16 Jun 13:35
Compare
Choose a tag to compare
  • Changed: relaxed minimum deployment targets to support partial adoption (thanks @freak4pc).

0.1.0

15 Jun 01:01
Compare
Choose a tag to compare

⏰ A few schedulers that help make working with Combine more testable and versatile.