New
0.13.0
This release is compatible with Xcode 13.2.
Additions
- Windows support (thank you @MaxDesiatov!)
Publishers.Throttle(#195, thank you @stuaustin)Publishers.PrefixUntilOutput(#206)Publishers.Zip(#222, thank you @MaxDesiatov and @ArthurChi)async/awaitextensions:Future.valueandPublisher.values(#219)
Bugfixes
- Fixed reentrancy bugs in
Subscribers.SinkandSubscribers.Assign(#210) - Fixed lifecycle bugs in
Publishers.Concatenate(#210)