We are excited to announce the release of Scala.js 0.6.3!
A lot has happened in this release, probably because we dragged it for a longer amount of time than usual (2 months since the last release!).
Besides the usual bag of bug fixes, there are three highlights:
- Support for
BigInteger
and BigDecimal
, thanks to an incredible amount of work by @InTheNow.
- Extension of
jsDependencies
to specify minified versions of the JS libraries.
- Experimental output modes to target ECMAScript 6, as well as Strong Mode.
We also welcome Nicolas Stucki aka @nicolasstucki to the core team at EPFL.
Read more
We are excited to announce the release of Scala.js 0.6.2!
This release mostly contains bug fixes, among which the lack of support of java.net.URI
for Unicode characters.
It also brings code size reduction and performance improvements to fastOpt code (although nothing changes in fullOpt).
We are also happy to share that Scala.js is now part of Scala’s community build.
Read more
We are excited to announce the release of Scala.js 0.6.1!
This release mostly contains bug fixes, including inefficiencies in the incremental fastOptJS
.
It also brings the entire java.nio.Buffer
s API, with interoperability with the JavaScript Typed Arrays API.
Read more
We are thrilled to announce the final release of Scala.js 0.6.0!
As of this version, we do not consider Scala.js to be experimental anymore.
We believe it has reached maturity, and from now on, the language semantics as well as the APIs will only evolve in backward compatible ways, or go through proper deprecation cycles.
Today is also the 2-year anniversary of Scala.js!
The first commit was pushed on February 5, 2013.
Read more
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.
Read more
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.
Read more