You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

904 B

ScalaFX-Utils changelog

For a full change history, see the Git history. Only changes likely to affect end users will be listed here.

0.6.0

  • Add new operations to flatten observable collections.
  • Updates to several dependencies.
    • This includes Shapeless 2.3.0, which may introduce binary incompatibilities if you have compiled against a different version.

0.7.0

  • Modified Scalaz instance to add ReadOnlyObjectProperty instances and improve specificity of the ObservableValue[A, _] instances.

0.8.0

  • Update ScalaFX to 8.0.92-R10.
    • This makes Java 1.8.0_91 the minimum version.
  • FutureObservable allows you to observe the results of a Future.
  • New AkkaFX object gives bridges from Akka to ScalaFX
    • observableSink creates a Akka Streams sink that allows you to observe each value that comes through a stream.