ReactiveSwift v6.2.1 Release Notes

Release Date: 2020-02-28 // about 4 years ago
  • 🐎 1. Improved performance of joining signals by a factor of around 5. This enables joining of 1000 and more signals in a reasonable amount of time. 🚦 1. Fixed SignalProducer.debounce operator that, when started more than once, would not deliver values on producers started after the first time. (#772, kudos to @gpambrozio)

    1. FlattenStrategy.throttle is introduced. (#713, kudos to @inamiy) ⚡️ 1. Updated README.md to reflect Swift 5.1 compatibility and point snippets to 6.1.0 (#763, kudos to @Marcocanc) ⚡️ 1. Update travis to Xcode 11.1 and Swift 5.1 (#764, kudos @petrpavlik)
    2. [SwiftPM] Add platforms (#761, kudos to @ikesyo) 🗄 1. Renamed filterMap to compactMap and deprecated filterMap (#746, kudos to @Marcocanc)