Skip to content

Node.js Compiler v1.1.0

Compare
Choose a tag to compare
@pmq20 pmq20 released this 15 Jun 08:02
· 242 commits to master since this release
  • designed and published the project homepage via Ant Design
  • upgrade Node.js runtime to v8.1.1
  • upgrade Libsquash to v0.5.0
    • deprecate use of swprintf() to ease compiling on Windows
    • interpret system calls to access()
  • disable AutoUpdate when environment variable CI was set
  • support spawning child processes via sh -c "...", using the enclosed variable itself as the Node.js interpreter

Download Links: http://enclose.io/nodec

中文注解:

  • 用 Ant Design 为 Node.js Compiler 设计、发布了项目主页
  • 升级 Node.js 运行时到 v8.1.1
  • 升级 Libsquash 到 v0.5.0
    • 为方便在 Windows 上编译而去掉了 swprintf()
    • 劫持 access() 系统调用
  • 当环境变量 CI 被设定时,禁用自动更新
  • 支持以 sh -c "..." 的形式派生子程序,并把打包后的进程自身作为 Node.js 解释器使用

下载地址: http://enclose.io/nodec