Skip to content

6.2.0

Compare
Choose a tag to compare
@andersio andersio released this 07 Jan 13:37
· 116 commits to master since this release

Changes

  1. FlattenStrategy.throttle is introduced. (#713, kudos to @inamiy)

    Given a first inner stream, all subsequent inner streams sent by the upstream would be dropped until the first inner stream has completed. The whole process repeats indefinitely until the upstream terminates. The behavior is akin to throttle(_:on:) except for operating in the domain of streams instead of time.

  2. The package file of ReactiveSwift now declares supported platforms. (#761, kudos to @ikesyo)

  3. Renamed filterMap to compactMap and deprecated filterMap (#746, kudos to @Marcocanc)