Releases: ThoughtWorksInc/Binding.scala
Releases · ThoughtWorksInc/Binding.scala
v12.2.0
Highlights
- Support Scala 3
What's Changed
- Update scalafmt-core to 3.1.0 by @scala-steward in #357
- Update scalafmt-core to 3.1.1 by @scala-steward in #359
- Set up Java heap size in Github Actions by @Atry in #358
- Don't set up scmInfo and homepage from build.sbt by @Atry in #360
- Add Rx.concat by @Atry in #362
- Update template by @Atry in #363
- Update sbt-example to 8.1.0 by @scala-steward in #364
- Add more Scaladoc by @Atry in #365
- Remove unused self type by @Atry in #366
- Add Rx.merge by @Atry in #367
- Fix a typo by @Atry in #368
- Add Rx.repeat by @Atry in #369
- Add Rx.defer by @Atry in #370
- Add Rx.toBindingSeq by @Atry in #371
- Add some links to ReactiveX by @Atry in #373
- Update template by @Atry in #372
- Update scalafmt-core to 3.1.2 by @scala-steward in #375
- Update sbt-scala-js-map to 4.1.1 by @scala-steward in #374
- Update scalafmt-core to 3.2.1 by @scala-steward in #379
- Update sbt-example to 9.0.0 by @scala-steward in #377
- Update sbt-best-practice to 8.2.1 by @scala-steward in #376
- Update sbt to 1.5.6 by @scala-steward in #380
- Update sbt-scalajs, scalajs-compiler, ... to 1.8.0 by @scala-steward in #381
- Update sbt to 1.5.7 by @scala-steward in #382
- Update sbt to 1.5.8 by @scala-steward in #386
- Update sbt to 1.6.0 by @scala-steward in #389
- Update scalafmt-core to 3.2.2 by @scala-steward in #388
- Update scalafmt-core to 3.3.0 by @scala-steward in #390
- Update scalafmt-core to 3.3.3 by @scala-steward in #432
- Update sbt-example to 9.1.0 by @scala-steward in #430
- Update sbt to 1.6.2 by @scala-steward in #431
- Update scalatest to 3.2.11 by @scala-steward in #433
- Update sbt-sonatype to 3.9.11 by @scala-steward in #435
- Update scalafmt-core to 3.4.2 by @scala-steward in #434
- Update scalafmt-core to 3.4.3 by @scala-steward in #436
- Update sbt-example to 9.2.0 by @scala-steward in #438
- Update sbt-scalajs, scalajs-compiler, ... to 1.9.0 by @scala-steward in #437
- Update sbt-sonatype to 3.9.12 by @scala-steward in #440
- Update sbt-scalajs-crossproject to 1.2.0 by @scala-steward in #442
- Update template by @Atry in #443
- Update scalafmt-core to 3.5.0 by @scala-steward in #445
- Update scalafmt-core to 3.5.1 by @scala-steward in #447
- Update scalafmt-core to 3.5.2 by @scala-steward in #448
- Update sbt-scalajs, scalajs-compiler, ... to 1.10.0 by @scala-steward in #446
- Update scalatest to 3.2.12 by @scala-steward in #449
- Update scalafmt-core to 3.5.3 by @scala-steward in #450
- Update scalafmt-core to 3.5.9 by @scala-steward in #456
- Update scalatest to 3.2.13 by @scala-steward in #455
- Update sbt to 1.7.1 by @scala-steward in #454
- Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 by @scala-steward in #452
- Update sbt-sonatype to 3.9.13 by @scala-steward in #451
- Update scalafmt-core to 3.6.1 by @scala-steward in #461
- Update sbt-pgp to 2.2.1 by @scala-steward in #466
- Update sbt-sonatype to 3.9.15 by @scala-steward in #465
- Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 by @scala-steward in #464
- Update scalatest to 3.2.14 by @scala-steward in #462
- Update sbt to 1.7.3 by @scala-steward in #460
- Update sbt-best-practice to 8.2.2 by @scala-steward in #458
- Remove the dependency to enableif by @Atry in #467
- Cross build for both Scala 2 and Scala 3 by @Atry in #468
- Update Scala version by @Atry in #469
- Add back BindingInstances for backward compatibility purpose by @Atry in #474
- Update sbt to 1.8.2 by @scala-steward in #473
- Update sbt-best-practice to 8.2.4 by @scala-steward in #472
- Update sbt-example to 9.2.1 by @scala-steward in #471
- Update macros-reset to 2.0.0-M2+335-7cefa5ea by @scala-steward in #470
- Typo and update that github support the
sbt
code snippet. by @djx314 in #479 - Update scalafmt-core to 3.7.0 by @scala-steward in #478
- Update scalafmt-core to 3.7.1 by @scala-steward in #481
- Update Dsl.scala to 2.0.0 by @Atry in #482
New Contributors
Full Changelog: v12.1.0...v12.2.0
v13.0.0-M0
- Update Scala to 3.x
- Update scalaz to 7.4.x
- Use
scalaz.StreamT
to implementBinding
andBindingSeq
instead of reference counted event listeners
Full Changelog: https://github.com/ThoughtWorksInc/Binding.scala/commits/v13.0.0-M0
v12.1.0
v12.0.2
What's Changed
- Update sbt to 1.4.6 by @scala-steward in #308
- Update sbt-scalajs, scalajs-compiler, ... to 1.3.1 by @scala-steward in #307
- Update sbt-pgp to 2.1.1 by @scala-steward in #306
- Update scalatest to 3.2.3 by @scala-steward in #309
- Update sbt-scalajs, scalajs-compiler, ... to 1.4.0 by @scala-steward in #310
- Update scalafmt-core to 3.0.8 by @scala-steward in #342
- Setup Github Actions by @Atry in #343
- Set up matrix.scala for cross build by @Atry in #344
- Configure the step to publish to Maven Central Repository by @Atry in #345
- Run Github Actions on any branch by @Atry in #346
- Fix failures in Sonatype release by @Atry in #347
- Fetch cache before running tests by @Atry in #348
- Apply homepage and SCM to all subprojects by @Atry in #349
- Fix sbt-dynver by @Atry in #350
- Update template by @Atry in #351
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 by @scala-steward in #340
- Update sbt-sonatype to 3.9.10 by @scala-steward in #331
- Update sbt-scalajs-crossproject to 1.1.0 by @scala-steward in #327
- Update sbt-pgp to 2.1.2 by @scala-steward in #314
- Update scalatest to 3.2.10 by @scala-steward in #336
- Set up Github Actions for Scala.js 0.6 by @Atry in #352
- Update sbt-best-practice to 8.2.0 by @scala-steward in #353
- Update template by @Atry in #354
- Upgrade sbt-scala-js-map so the source map would be configured properly on Github Actions by @Atry in #355
Full Changelog: v12.0.1...v12.0.2
12.0.1
v12.0.0
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
andfxml
libraries, in favor of html.scala or any other UI frameworks based on Name Based XML Literals in the future. - Moves
futurebinding
andjspromisbinding
to separate repository.
v12.0.0-M1: Merge pull request #266 from Atry/cross-build-scala-js
- Cross build for Scala.js 1.x and 0.6
12.0.0-M0
Support Scala 2.13. Scala 2.12, 2.11 and 2.10 are not supported any more.