Hello everyone,
We are excited to announce the release of Scala.js 1.4.0!
This release complements the module splitting support, introduced in Scala.js 1.3.0, with support for dynamic module loading. It is now possible to structure an application such that specific features are only loaded if necessary, the first time they are used.
In addition, this release significantly improves the performance of scala.Array
. In particular, arrays of numeric types (except Longs) are implemented with JavaScript typed arrays under the hood.
This release also contains a number of bug fixes. The version of the Scala standard library for 2.13.x was upgraded to 2.13.4.
Read the announcement on the Web for more details: