CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
I'd love to use things that have been added since 1.2.0, for example ignoreFailure, without relying on main - I'd prefer to stay versioned. A new tag would be super welcome, thanks!
I'd love to use things that have been added since 1.2.0, for example
ignoreFailure
, without relying onmain
- I'd prefer to stay versioned. A new tag would be super welcome, thanks!