You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.2.0
Adds an observation bus to Omnibar: observe(_:) for closures and events() for
AsyncStreams, any number of either, with cancellation that does not depend on
teardown order.
OmnibarEvents observes instead of taking over the delegate and action slots, so
a delegate keeps receiving its callbacks alongside it and two observers no
longer deafen each other. Nothing is deprecated.
Raises the manifest to swift-tools-version 6.2.
2.1.0
Adds the AsyncOmnibar library: AsyncStream-based observation of an Omnibar,
alongside the unchanged delegate API. Needs Swift 6.2 for that library only.