Skip to content

Commit 31e25d8

Browse files
committed
feat: 更新changelog
1 parent a98d972 commit 31e25d8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [1.0.8]
2+
3+
* 支持data-class 配置
4+
chameleon.config.js 文件中配置
5+
6+
```javascript
7+
wx:{ //alipay/baidu/...
8+
9+
dev:{
10+
hasMiniAppCustomDataClass:true
11+
}
12+
build:{
13+
hasMiniAppCustomDataClass:true
14+
}
15+
16+
}
17+
```
18+
* 内置支持循环依赖检测
19+
```javascript
20+
optimize: {
21+
circularDependency: true// 默认引入自动检测循环引用的插件
22+
}
23+
24+
```
125
## [1.0.8-alpha.1]
226

327
* 路由配置文件处理

0 commit comments

Comments
 (0)