Skip to content

1.1.2 release

Compare
Choose a tag to compare
@TomasMikula TomasMikula released this 06 Jun 16:48
· 309 commits to master since this release

New in this release:

  • Added EitherEventStream, a specialized stream for events of type Either<L, R>.
  • Added supply(U) combinator to replace the emitted event with a constant value.
  • Added EventStreams.eventsOf(Scene, EventType) factory method to create a stream of events on a Scene. This complements the EventStreams.eventsOf(Node, EventType) method present in ReactFX from the start.