Scala.js 0.6.8 发布了,Scala.js 是一个将 Scala 语言编译成 JavaScript 的工具,可以让你直接在浏览器上使用 Scala 编写程序。更新日志:Fixed #2243: -jsdeps.min.js not produced anymore after upgrading from 0.6.5 to 0.6.6 and 0.6.7Upgrade the implementation of the standard library to Scala 2.11.8#2238 Drop
Scala.js 0.6.5 发布,此版本可能是 Scala.js 0.5.0 以来最大的版本,主要是改进了 JavaScript 的互操作:可以再 Scala.js 中实现 JavaScript 的子类和特性使用相同的语义,你可以定义对象常量:new js.Object { val x = 5 }提供一个新的开箱 pseudo-union 类型 A | B You can statically typecheck that the @JSExports of