Skip to content

Releases: CombineCommunity/CombineExt

CombineExt 1.0.0

16 Mar 14:57
Compare
Choose a tag to compare

Welcome to CombineExt! It 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.

This initial release includes:

Operators

  • withLatestFrom
  • flatMapLatest
  • assign
  • materialize
  • values
  • failures
  • dematerialize

Relays

  • CurrentValueRelay
  • PassthroughRelay

Publishers/Utils

  • AnyPublisher.create