ReactiveSwift v6.2.0 Release Notes

Release Date: 2020-01-07 // over 4 years ago
  • ๐Ÿ”„ Changes

    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.

    ๐Ÿ“ฆ The package file of ReactiveSwift now declares supported platforms. (#761, kudos to @ikesyo)

    ๐Ÿ—„ Renamed filterMap to compactMap and deprecated filterMap (#746, kudos to @Marcocanc)