Announcing Scala.js 1.3.0

Hello everyone,

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

This release brings one of the most awaited features for Scala.js: module splitting support! It is now possible to split the generated .js file into multiple modules, to optimize download size in multi-page applications or speed up incremental bundling.

In addition, this release contains a number of new methods and classes in the JDK implementation, among which the higher-order methods of the java.util collections, and the locale-sensitive overloads of String.toLowerCase , toUpperCase and format.

Read more about it in the announcement on the Web:

Enjoy!
the Scala.js team

4 Likes

5 posts were split to a new topic: Issue with Scala.js documentation