Skip to content

v3.5.0

Compare
Choose a tag to compare
@srdanrasic srdanrasic released this 26 Mar 17:26
· 299 commits to master since this release
  • Bindings are now not limited to main thread.
  • ExecutionContext has been refactored into a struct.
  • Few renames in order to be consistent with Swift standard library:
    • replay(_:) becomes replay(limit:).
    • flatMapLatest(transform:) becomes flatMapLatest(_:).
    • flatMapConcat(transform:) becomes flatMapConcat(_:).
    • flatMapMerge(transform:) becomes flatMapMerge(_:).
    • flatMapError(recover:) becomes flatMapError(_:).
    • filter(include:) becomes filter(_:).
  • Significant README update.