内容简介:Scala.js 0.6.23 已发布,Scala.js 是一个将 Scala 语言编译成 JavaScript 的工具,可以让你直接在浏览器上使用 Scala 编写程序。 Breaking changes .scala 中( project/ 目录下)的 %%% 用法发生了改变,需要重...
Scala.js 0.6.23 已发布,Scala.js 是一个将 Scala 语言编译成 JavaScript 的工具,可以让你直接在浏览器上使用 Scala 编写程序。
Breaking changes
.scala 中( project/ 目录下)的 %%% 用法发生了改变,需要重新导入:
import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
弃用
内置的
crossProject已被弃用,并被 sbt-crossproject 取代。withOutputMode已被替换为ESFeatures
特性
新增 JDK API 方法:
java.lang.Character.isSurrogate()
修复
#3227 Linking error for an
@EnableReflectiveInstantiationclass inside a lambda in Scala 2.11 and 2.10#3267 Linking error with
@tailrecmethod inside a trait with a self-type, on Scala 2.12+#3285 Run-time error in Scala.js-defined classes with multiple parameter lists and default args
了解更多细节可查阅发行说明:
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Cult of the Amateur
Andrew Keen / Crown Business / 2007-6-5 / USD 22.95
Amateur hour has arrived, and the audience is running the show In a hard-hitting and provocative polemic, Silicon Valley insider and pundit Andrew Keen exposes the grave consequences of today’s......一起来看看 《The Cult of the Amateur》 这本书的介绍吧!