Skip to content

Release 0.1.1

Choose a tag to compare

@thomasnield thomasnield released this 14 Jul 14:20
· 21 commits to 0.x since this release

ADDED

  • JavaFxObservable.fromDialog() factory which will emit the result of a Dialog<T> as an Observable<T>.

MODIFIED

  • JavaFxObservable.fromObservableList() now does an initial emission of the ObservableList before any changes occur.
  • JavaFxObservable.fromObservableMap() now does an initial emission of the ObservableMap before any changes occur.
  • JavaFxObservable.fromObservableSet() now does an initial emission of the ObservableSet before any changes occur.