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
StringIndexOutOfBoundsException
s: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