Skip to content

Commit

Permalink
upgrade fis3-packager-map
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Aug 26, 2015
1 parent f550898 commit 089e712
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

## 3.2.0 / 待定
- 升级 fis3-packager-map 支持从配置项中配置复杂的打包规则。
- domain 文件属性支持数组
- media 上下继承逻辑优化
- 解决 lint 重复报错的 bug
- 更新 fis3-command-release 修改 deploy 配置行为,让 deploy 遵循后面的覆盖前面的原则。关联 issues: #186
- 添加 hash 中间码,便于插件单纯获取 hash 值。
- 修复从内存中缓存的文件文件缓存数据丢失的 bug.
- 修复 sass 插件启用 sourcemap, map.json 包含无用字段的 bug.
- 修复match rules 里面有 function 类型的导致程序出错的 bug.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fis3",
"version": "3.1.7",
"version": "3.1.8",
"description": "fis 3.0",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"fis3-deploy-http-push": "1.0.1",
"fis3-deploy-encoding": "1.0.0",
"fis3-hook-components": "1.0.0",
"fis3-packager-map": "1.0.5",
"fis3-packager-map": "1.0.6",
"fis3-errors": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 089e712

Please sign in to comment.