ReactiveKit v3.17.0 Release Notes

Release Date: 2020-03-06 // about 4 years ago
    • ๐Ÿฑ ๐ŸŽ‰ Built-in support for Timelane ๐ŸŽ‰

    ๐Ÿšฆ ReactiveKit now has a built-in support for Timelane Xcode Instrument. Just download the instrument and start using the lane operator to send the signal data to the Timelane Instrument.

    mySignal .filter { ... } .lane("My Signal") .map { ... } .sink { ... }