Skip to content

Commit 40a32e5

Browse files
authored
Merge pull request #105 from weexteam/feature-20170208
update version to 0.13.12
2 parents 4cd34f2 + d5c20c6 commit 40a32e5

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

README.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -345,18 +345,27 @@ weexpack 所提供的命令大致可分为三组,分别是:
345345
## changelog
346346

347347

348-
0.3.10
349-
* 实现weexpack plugin link dir 命令, 可以在demo中安装本地下在开发的插件。用于测试
348+
0.3.12
349+
* 修复merge问题
350+
* 更新发测试用例
351+
* 修复插件发布的命名空间问题
352+
353+
0.3.11
354+
* 修复安装插件时,ios平台ali内部出错问题
355+
* plugin remove 命令增加成功提示
350356

357+
0.3.10
358+
* 实现weexpack plugin link dir 命令, 可以在demo中安装本地正在开发的插件。用于测试
359+
* 支持创建使用ali内部源的ios容器
360+
- weexpack weexplugin create ios -a
351361

352362
0.3.9
353363
* 支持单独创建插件容器命令
354-
- weexpack weexplugin create --ios 创建iOS插件容器
355-
- weexpack weexplugin create --android 创建android插件容器
356-
364+
- weexpack weexplugin create ios 创建iOS插件容器
365+
- weexpack weexplugin create android 创建android插件容器
357366

358-
0.3.3
359-
* 添加命令选项 weexpack platform add iOS -a , 创建支持内部源的IOS平台
367+
0.3.8
368+
* 添加命令选项 weexpack platform add ios -a , 创建支持内部源的iOS平台
360369

361370
0.2.5
362371
* 修复weexpack build android在windows下的bug

lib/src/plugman/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function runInstall(actions, platform, project_dir, plugin_dir, plugins_dir,sour
321321

322322
var versionInfo = pluginInfo.version?'@'+pluginInfo.version:''
323323
events.emit('log', 'Installing "' + pluginInfo.id + versionInfo +'" for ' + platform);
324-
events.emit('log', 'Installing "' + pluginInfo.id + '" for ' + platform);
324+
325325

326326
var theEngines = getEngines(pluginInfo, platform, project_dir, plugin_dir);
327327

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weexpack",
3-
"version": "0.3.11-beta",
3+
"version": "0.3.12",
44
"description": "Weex pack tool",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)