Skip to content

Releases: TomasMikula/ReactFX

1.2.2 release

06 Jul 22:18
Compare
Choose a tag to compare

This is a bug fix release, thanks to @iSerge.

1.2.1 release

03 Jul 01:54
Compare
Choose a tag to compare
  • Added exec() and flatMap() methods to Either.
  • Added exec() methods to tuples.
  • Added EventStream.watch(subscriber, monitor) method as a convenient shortcut to subscribe(subscriber).and(monitor(monitor)).
  • Deprecated EitherEventStream because of questionable utility.
  • Added EventStream.mapToBi() and mapToTri() that return a BiEventStream and TriEventStream, respectively.

1.2.0 release

19 Jun 15:08
Compare
Choose a tag to compare

New in this release:

1.1.3 release

12 Jun 00:51
Compare
Choose a tag to compare

New in this release:

1.1.2 release

06 Jun 16:48
Compare
Choose a tag to compare

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.

1.1.1 release

05 Jun 13:59
Compare
Choose a tag to compare

This is a minor release that only adds the distinct() combinator (thanks to @Sinicyn).

1.1.0 release

03 Jun 20:12
Compare
Choose a tag to compare

This release contains some backwards incompatible changes.

This is also the first release with a third-party contribution. Thanks, @Sinicyn!

Changes in this release:

1.0.2 release

27 May 14:04
Compare
Choose a tag to compare
  • Added newSubscriber hook to EventStreamBase to be called for each new subscriber.
  • valuesOf() stream now re-emits the current value for each new subscriber.
  • Added flatMap combinator.
  • Support for out of order unblocking of InhiBeans and Indicator.
  • Added reduce and toArray methods to ListHelper.

1.0.1 release

20 May 13:34
Compare
Choose a tag to compare

1.0.0 release

23 Apr 11:52
Compare
Choose a tag to compare

First release.