Skip to content

v3.17.0

Compare
Choose a tag to compare
@srdanrasic srdanrasic released this 06 Mar 22:35
· 25 commits to master since this release
  • πŸŽ‰ 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 {
    ... 
  }