Binding.scala Versions Save

Reactive data-binding for Scala

v12.2.0

1 year ago

Highlights

  • Support Scala 3

What's Changed

New Contributors

Full Changelog: https://github.com/ThoughtWorksInc/Binding.scala/compare/v12.1.0...v12.2.0

v13.0.0-M0

2 years ago
  • Update Scala to 3.x
  • Update scalaz to 7.4.x
  • Use scalaz.StreamT to implement Binding and BindingSeq instead of reference counted event listeners

Full Changelog: https://github.com/ThoughtWorksInc/Binding.scala/commits/v13.0.0-M0

v12.1.0

2 years ago

What's Changed

Full Changelog: https://github.com/ThoughtWorksInc/Binding.scala/compare/v12.0.2...v12.1.0

v12.0.2

2 years ago

What's Changed

Full Changelog: https://github.com/ThoughtWorksInc/Binding.scala/compare/v12.0.1...v12.0.2

v12.0.1

3 years ago
  • Upgrade dependencies
  • Fix type checking for Vars.all.bind

v12.0.0

3 years ago

Changes since Binding.scala 11.9.0

  • Supports Scala.js 1.x and 0.6;
  • Supports Scala 2.13;
  • Does not support Scala 2.10, 2.11, and 2.12 any more;
  • Removes deprecated methods
  • Removes dom and fxml libraries, in favor of html.scala or any other UI frameworks based on Name Based XML Literals in the future.
  • Moves futurebinding and jspromisbinding to separate repository.

v12.0.0-M1

4 years ago
  • Cross build for Scala.js 1.x and 0.6

v12.0.0-M0

4 years ago

Support Scala 2.13. Scala 2.12, 2.11 and 2.10 are not supported any more.

v11.9.0

4 years ago
  • Detect reentry problem to provide better error message for (#188, #189)
  • Always update for views and mutable collections (#219, #220)
  • Optimize generated JavaScript code size (#195, #192)
  • XmlExtractor
    • Add the PCData extractor (#200)
    • Add textAttributes extractor (#201)
    • Keep attribute order (#202)
    • Support xmlns (#207)

v11.8.1

4 years ago
  • Revert #143 (#185)