Announcing Scala.js 1.11.0

Hello everyone,

We are excited to announce the release of Scala.js 1.11.0!

This release brings a number of bug fixes and enhancements. The highlights are:

  • Dead code elimination of unused fields, bringing code size improvements, and perhaps small performance improvements.
  • Checked exceptions for StringIndexOutOfBoundsExceptions: String.charAt(), substring(), and all their derivatives now report better errors in development mode.

Read the announcement on the Web for more details:

Enjoy!
the Scala.js team

7 Likes