We are excited to announce the release of Scala.js 1.13.0!
This release drops support for Scala 2.11. Finally, 5 years after Scala 2.11 was declared end-of-life, we decided to drop support for it in Scala.js. We also dropped support for Scala 2.12.1 (Scala 2.12.2+ is still supported, of course).
Other than that, this release brings a number of bug fixes and enhancements. Notably:
- Ability to export inner
object
s andclass
es in Scala classes - Checked exceptions for
NullPointerExceptions
s - Better optimizations for exported methods and methods in JavaScript classes
Read the announcement on the Web for more details:
Enjoy,
the Scala.js team