1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 io.js 1.3.0 发布,支持 ES6 语言特性! 下载

本帖由 漂亮的石头2015-02-21 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    io.js 1.3.0 发布,此版本现已提供下载:https://github.com/iojs/io.js/archive/v1.3.0.zip

    更新内容如下:


    值得关注的更新:


    • url: url.resolve('/path/to/file', '.') now returns /path/to/ with the trailing slash, url.resolve('/', '.') returns /. #278 (Amir Saboury)


    • tls: The default cipher suite used by tls and https has been changed to one that achieves Perfect Forward Secrecy with all modern browsers. Additionally, insecure RC4 ciphers have been excluded. If you absolutely require RC4, please specify your own cipher suites. #826 (Roman Reiss)

    已知问题:


    • Surrogate pair in REPL can freeze terminal #690


    • Not possible to build io.js as a static library #686


    • process.send() is not synchronous as the docs suggest, a regression introduced in 1.0.2, see #760 and fix in #774


    • Calling dns.setServers() while a DNS query is in progress can cause the process to crash on a failed assertion #894


    更多改进内容请看发行说明

    io.js 是为 V8 引擎编写的基于事件 IO 的实现。

    构建要求:

    * `gcc` and `g++` 4.8 or newer, or
    * `clang` and `clang++` 3.3 or newer
    * Python 2.6 or 2.7
    * GNU Make 3.81 or newer
    * libexecinfo (FreeBSD and OpenBSD only)
    io.js 1.3.0 发布,支持 ES6 语言特性!下载地址
     
正在加载...