v0.11.0
Source-breaking changes
shouldShowMultipleAlertsSimultaneously
is now deprecated, use multiplePresentationsBehavior
instead.
Old
StatusAlert.shouldShowMultipleAlertsSimultaneously = true
New
StatusAlert.multiplePresentationsBehavior = .showMultiple
Fixed
- Memory leak (lost a
weak
reference toself
)