We are excited to announce the second release candidate of Scala.js 0.6.0, aka 0.6.0-RC2! Unless there are blocking issues with this RC, or issues requiring binary incompatible changes, this version will become 0.6.0 final.
News
Announcing Scala.js 0.6.0-RC2
Announcing Scala.js 0.6.0-RC1
We are excited to announce the first release candidate of Scala.js 0.6.0, aka 0.6.0-RC1! Unless there are blocking issues with this RC, or issues requiring binary incompatible changes, this version will become 0.6.0 final.
Scala.js 0.6.0-RC1 is not forward nor backward binary compatible with M1/M2/M3.
Announcing Scala.js 0.6.0-M3
We are excited to announce the third milestone of Scala.js 0.6.0, aka 0.6.0-M3!
This release is mostly about the (hopefully) last binary incompatible changes for the 0.6.x series.
It also substantially reworks the scala.scalajs.js
package to simplify it (see below for details).
Scala.js 0.6.0-M3 is not forward nor backward binary compatible with M1/M2. We expect that all subsequent milestones and RCs for 0.6.x will stay binary compatible with M3, though.
Announcing Scala.js 0.6.0-M2
We are excited to announce the second milestone of Scala.js 0.6.0, aka 0.6.0-M2!
This release fixes the last outstanding issues from M1.
Most notably #1335 and #1331, so %%%
is fixed.
It also introduces a builder for cross-compiling projects in sbt.
Scala.js 0.6.0-M2 is forward and backward binary compatible with M1, and uses the same cross-compilation suffix (i.e., _sjs0.6.0-M1
), so you can use libraries built with 0.6.0-M1 in 0.6.0-M2, and conversely.
It is also backward source compatible with M1.
Announcing Scala.js 0.6.0-M1
We are excited to announce the first milestone of Scala.js 0.6.0, aka 0.6.0-M1!
This development release is mostly intended for testing purposes, and as a synchronization point with library authors so that they can start upgrading in preparation for the final release.
As the change in “major” version number witnesses, this release is not binary compatible with 0.5.x. Libraries need to be recompiled and republished using this milestone to be compatible.
More importantly, this release is not source compatible with 0.5.x either. We expect, however, that further milestones and 0.6.x will stay source compatible with this first milestone.
Announcing Scala.js 0.5.6
We are excited to announce the release of Scala.js 0.5.6!
This is a backport release from the upcoming 0.6.x branch and contains various minor bug fixes and enhancements.