Skip to content

Commit

Permalink
feat: 更新changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwmg committed Nov 13, 2020
1 parent a98d972 commit 31e25d8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [1.0.8]

* 支持data-class 配置
chameleon.config.js 文件中配置

```javascript
wx:{ //alipay/baidu/...

dev:{
hasMiniAppCustomDataClass:true
}
build:{
hasMiniAppCustomDataClass:true
}

}
```
* 内置支持循环依赖检测
```javascript
optimize: {
circularDependency: true// 默认引入自动检测循环引用的插件
}

```
## [1.0.8-alpha.1]

* 路由配置文件处理
Expand Down

0 comments on commit 31e25d8

Please sign in to comment.