Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@jverkoey jverkoey released this 13 Dec 16:04
· 16 commits to stable since this release

There is now a distinction between connection and subscription.

Breaking changes

  • Subscription is now a public concrete type.
  • noopUnsubscription has been renamed to noopDisconnect.
  • IndefiniteObservable now accepts a Connect function that returns a non-optional Disconnect
    function.

Source changes

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