Skip to content

Releases: ThoughtWorksInc/Binding.scala

v12.2.0

26 Jan 04:19
a0371f7
Compare
Choose a tag to compare

Highlights

  • Support Scala 3

What's Changed

New Contributors

Full Changelog: v12.1.0...v12.2.0

v13.0.0-M0

24 Nov 04:40
d0e19eb
Compare
Choose a tag to compare
v13.0.0-M0 Pre-release
Pre-release
  • 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

06 Nov 07:59
712765d
Compare
Choose a tag to compare

What's Changed

  • Let both Binding and BindingSeq extend Watchable by @Atry in #356

Full Changelog: v12.0.2...v12.1.0

v12.0.2

04 Nov 08:58
ea1d0d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.1...v12.0.2

12.0.1

31 Dec 23:20
5f6ea30
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Fix type checking for Vars.all.bind

v12.0.0

29 May 06:01
55818a6
Compare
Choose a tag to compare

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: Merge pull request #266 from Atry/cross-build-scala-js

19 Apr 04:16
79a73be
Compare
Choose a tag to compare
  • Cross build for Scala.js 1.x and 0.6

12.0.0-M0

24 Dec 22:47
5bebe6a
Compare
Choose a tag to compare
12.0.0-M0 Pre-release
Pre-release

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

v11.9.0: Merge pull request #220 from ThoughtWorksInc/219-fix

20 Nov 07:33
3185eb4
Compare
Choose a tag to compare
  • 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)

11.8.1

03 Jul 18:08
f6d234e
Compare
Choose a tag to compare