-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# ChangeLog | ||
|
||
## 2018-12-29 | ||
### [email protected].5 | ||
### [email protected].6 | ||
* **新功能** | ||
* 增加 `okam-core` 对外暴露 API,及新增 `platform` 相关 API,移除自动初始化平台信息逻辑 ([5a8e862](https://github.com/ecomfe/okam/commit/5a8e862)) | ||
|
||
* **优化** | ||
* 移除 `$api.okam` 里定义的 platform 扩展 API,改成通过[全局 API](https://ecomfe.github.io/okam/#/api/global) 方式暴露 ([67185c3](https://github.com/ecomfe/okam/commit/67185c3)) | ||
|
||
### [email protected] | ||
* **新功能** | ||
* 构建配置 `output.depDir` 支持对象形式,以配置不同模块依赖目录,默认只对 `node_modules` 目录进行处理 ([a2fd169](https://github.com/ecomfe/okam/commit/a2fd169)) | ||
|