jh-admin/extend/miniprogram-ci/miniprogram-ci/CHANGELOG.md

30 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### 2.0.6
- `fix` 修复 未设置 onProgressUpdate 输出日志为[object Object]的问题
#### 2.0.5
- `fix` 修复 命令行执行完不退出的问题
- `fix` 修复 输出日志为[object Object]的问题
#### 2.0.4
- `fix` 修复 代码包体积变大的问题
#### 2.0.3
- `fix` 优化 目录结构
#### 2.0.2
- `fix` 修复 cannot find module 'handleerror' 的问题
#### 2.0.1
- `fix` 修复 subPackages of undefined 问题
#### 2.0.0
- `new` 新增 swc 编译模式
- `new` 新增 useProjectConfig 编译配置
#### 1.9.15
- `fix` 修复 app.json 的 app-bar 配置未生效的 bug。
#### 1.9.14
- `new` 更新 `es6` 或者 `es7` 编译时,忽略编译的文件大小阈值由 500kb 改为 2MB即大小超过 2MB 的 js 文件不会被编译。
#### 1.9.11
- `new` 新增 `checkCodeQuality` 代码质量检查能力。
#### 1.9.10
- `new` 新增 支持 compileWorklet 编译选项。
#### 1.9.9
- `new` 更新 worklet 函数的编译逻辑。
#### 1.9.8
- `fix` 修复 TypeError: _regeneratorRuntime3 is not a function 报错问题
#### 1.9.7
- `new` 更新 babel 版本到 7.21.4