Skip to content

CombineExt 1.6.1

Compare
Choose a tag to compare
@freak4pc freak4pc released this 23 May 20:37
· 13 commits to main since this release

This release is identical to 1.6.0 with the critical fix introduced in #128.

1.6.0 used an overload of map(to:) which the Swift compiler confuses with the closure-based map(_:) operator.
This version renames it to mapToValue(_:).