Skip to content

Commit 59d85e0

Browse files
committed
0.10.0
1 parent a9ec15c commit 59d85e0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
---
44

5+
## 0.10.0
6+
7+


- `breaking`: 在 watch 模式下关闭 UglifyJsPlugin 和 DedupePlugin ,如果开启则会引起调试时不可预测的诡异问题。[#265](https://github.com/ant-tool/atool-build/issues/265)
8+

- `breaking`: 使用 url-loader 来处理 `eot` 字体文件(之前是 file-loader),并新增相关用例。https://github.com/ant-tool/atool-build/pull/266

9+
- `breaking`: 不再支持 node@6 以下,官方不再检查相关兼容性 https://github.com/ant-tool/atool-build/commit/5ccfca937c6353419ee1634666760714151ca8e2

10+
- `feat`: 新增 svg-sprite-loader 来处理 svg sprite 需求,应用规则为 `*.icon.svg`
11+

- `feat`: 新增 case-sensitive-paths-webpack-plugin 避免在不同 os 平台下对 case 大小写支持问题
 https://github.com/ant-tool/atool-build/pull/251
12+
- `feat`: 新增 denpendices.js 导出 atool-build 内置的依赖,诸如: ExtractTextPlugin https://github.com/ant-tool/atool-build/pull/264
13+

- `deps`: 升级所有 atool-build 内置依赖(包含 webpack 升级至 1.15.0 - 1 分支中最新版本)并逐个过了相关用例 https://github.com/ant-tool/atool-build/pull/263

14+
- `fix`: 修复 ts 用例 https://github.com/ant-tool/atool-build/commit/83cccdaa9bdcf928c2ac712b5bceae6a328d05e5
15+
- `test`: 新增 autoprefix 相关用例 https://github.com/ant-tool/atool-build/pull/267
16+
517
## 0.9.0
618

719
- upgrade typescript to 2. Ref. #221

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atool-build",
3-
"version": "0.9.4",
3+
"version": "0.10.0",
44
"description": "Build tool based on webpack",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)