We are very excited to announce the release of Scala.js 1.0.0-M5! (there is no 1.0.0-M4)
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.6.x, nor with the previous milestones of the 1.x series.
Libraries need to be recompiled and republished using this milestone to be compatible.
Moreover, this release is not entirely source compatible with 0.6.x either.
We expect, however, that further milestones for 1.0.0 will stay backward source compatible with this milestone.
These release notes contain cumulative changes with respect to 0.6.24.
Compared to 1.0.0-M3, the following changes are noteworthy:
- Add support for Scala 2.13.0-M4 and its new collections
- Overall bring up-to-date with improvements and bug fixes available in 0.6.24
- Drop compatibility with sbt-crossproject v0.4.x and earlier (v0.5.0 or later is required)
java.lang.Throwable
now properly extends JavaScript’s Error
class (providing better stack traces in ECMAScript 2015 mode)
- #3295 The sbt plugin does not automatically set up Java system properties from
-D
flags in javaOptions
anymore
- Overhaul of the linker API and the JS env API
Read more
We are pleased to announce the release of Scala.js 0.6.24!
This release contains a number of fixes for small bugs that have been lingering in our issue tracker for ages.
The version of the Scala standard library for 2.12 has also been upgraded to 2.12.6.
Read on for more details.
Read more
We are pleased to announce the release of Scala.js 0.6.23!
This release is almost exclusively a bug-fix release.
It also adds support for Scala 2.13.0-M4 and its new collections, thanks to the hard work of @julienrf.
Read on for more details.
Read more
We are very excited to announce the release of Scala.js 1.0.0-M3!
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.6.x, nor with the previous milestones of the 1.x series.
Libraries need to be recompiled and republished using this milestone to be compatible.
Moreover, this release is not entirely source compatible with 0.6.x either.
We expect, however, that further milestones for 1.0.0 will stay backward source compatible with this milestone.
These release notes contain cumulative changes with respect to 0.6.22.
Compared to 1.0.0-M2, the following changes are noteworthy:
- Scala 2.10.x is not supported anymore, nor building on JDK 6 and 7.
- The Tools API has been split in 3 separate artifacts.
Read more
We are pleased to announce the release of Scala.js 0.6.22!
This release is almost exclusively a bug-fix release.
It also features an improvement in terms of memory consumption and execution performance while running tests.
Read on for more details.
Read more
We are very excited to announce the release of Scala.js 1.0.0-M2!
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.6.x, nor with 1.0.0-M1.
Libraries need to be recompiled and republished using this milestone to be compatible.
Moreover, this release is not entirely source compatible with 0.6.x either.
We expect, however, that further milestones for 1.0.0 will stay backward source compatible with this milestone.
Attention: We would like to bring your attention to the fact that Scala.js 1.0.0-M2 is the last release that will support:
- sbt 0.13
- building on JDK 6 and JDK 7
- Scala 2.10
Starting with Scala.js 1.0.0-M3, the support for those will be dropped, as those technologies are obsolete and going forward, would put an undue maintenance burden on our shoulders.
Read more