We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc45a2 commit dfd4f1dCopy full SHA for dfd4f1d
1 file changed
CHANGELOG.md
@@ -10,6 +10,18 @@
10
- https://github.com/pmq20/node-compiler/issues/42
11
- add option --quiet to enable quiet mode
12
- 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
25
26
## v1.2.0
27
0 commit comments