Skip to content

Commit dfd4f1d

Browse files
committed
release v1.3.0
1 parent 8bc45a2 commit dfd4f1d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
- https://github.com/pmq20/node-compiler/issues/42
1111
- add option --quiet to enable quiet mode
1212
- if `ENTRANCE` was not provided, then a single Node.js interpreter executable will be produced.
13+
- use this feature to warm up your tmpdir in one command: nodec --tmpdir=/your/dir
14+
15+
Translations in Chinese:
16+
- 将编译器的 Node.js 运行时升级到了 v8.1.4
17+
- https://nodejs.org/en/blog/release/v8.1.4/
18+
- 添加生成安装器的选项
19+
- 添加 --msi 来为您的工程生成 Windows MSI 安装器
20+
- 使用取决于 Node.js 运行时版本的临时文件夹,再也不同担心升级 nodec 而导致临时文件夹过期了
21+
- https://github.com/pmq20/node-compiler/issues/42
22+
- 添加选项 --quiet 来进行静默编译
23+
- 当不提供入口 ENTRANCE 参数时,生成一个独立的 Node.js 解释器
24+
- 可以利用此功能一键跑热临时文件夹: nodec --tmpdir=/your/dir
1325

1426
## v1.2.0
1527

0 commit comments

Comments
 (0)