6.2.0
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
tocompactMap
and deprecatedfilterMap
(#746, kudos to @Marcocanc)