This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
v3.0.0
There is now a distinction between connection and subscription.
Breaking changes
Subscription
is now a public concrete type.noopUnsubscription
has been renamed tonoopDisconnect
.- IndefiniteObservable now accepts a Connect function that returns a non-optional Disconnect
function.
Source changes
- Rename noopDisconnection to noopDisconnect. (Jeff Verkoeyen)
- Introduce distinction between connection and subscription. (Jeff Verkoeyen)
API changes
Auto-generated by running:
apidiff origin/stable release-candidate swift IndefiniteObservable.xcworkspace IndefiniteObservable
Subscription
new class: Subscription
removed protocol: Subscription
noopDisconnect
new global var: noopDisconnect
noopUnsubscription
removed global var: noopUnsubscription
Non-source changes
- Automatic changelog preparation for release. (Jeff Verkoeyen)
- Remove .jazzy.yaml and .swift-version (Jeff Verkoeyen)
- Send emails on build failures. (Jeff Verkoeyen)