Skip to content

Tags: tcldr/Entwine

Tags

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix TestScheduler repeating actions

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md broken link

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added `referenceCounted()` for Multicast publishers

- Adds `referenceCounted()` operator for Multicast publishers
- Moves `share(replay:)` to use `referenceCounted()` instead of `autoconnect()` – matching wider reactive community implementations.

v0.7.0

Toggle v0.7.0's commit message
Add control tests for ReplaySubject

Control tests to ensure ReplaySubject's send(subscription:) behaviour matches that of PassthroughSubject

v0.7

Toggle v0.7's commit message
Beta 5: ReplaySubject temp-fix

v0.6.0

Toggle v0.6.0's commit message
Changed TestableSubscriber recorded property names

v0.5.0

Toggle v0.5.0's commit message
Updated for Xcode 11 beta 4

v0.4.0

Toggle v0.4.0's commit message
Updated for latest Combine beta API

v0.3.0

Toggle v0.3.0's commit message
Fixed non-standard cancellation behavior

Cancellation shouldn't call completion. More here: https://twitter.com/millenomi/status/1137382877870510080

v0.2.0

Toggle v0.2.0's commit message
README.md updates