Comparing version 1.5.1 to 1.5.3
@@ -0,1 +1,38 @@ | ||
## 1.5.3 / Thu Oct 31 2013 | ||
> 升级fis-kernel至v1.8.19 | ||
> | ||
> 升级fis-postpreprocessor-jswrapper至v0.0.8 | ||
* 修复preprocessor插件中不能插入内置require语法的bug,内置编译语法被修改为<<<require:path>>> | ||
* jswrapper插件支持template参数 | ||
## settings | ||
$ vi path/to/project/fis-conf.js | ||
```javascript | ||
fis.config.merge({ | ||
settings : { | ||
postprocessor : { | ||
jswrapper : { | ||
template : 'define("${id}", function(require, exports, module){ ${content} });', | ||
} | ||
} | ||
} | ||
}); | ||
``` | ||
## 1.5.2 / Thu Oct 24 2013 | ||
> 升级fis-kernel至v1.8.17 | ||
* 修复css中url(xxx )代码xx之后有空格的bug | ||
## 1.5.1 / Thu Oct 24 2013 | ||
> 升级fis-command-release至v0.9.1 | ||
* 使用fork版的livereload-server | ||
## 1.5.0 / Fri Oct 18 2013 | ||
@@ -2,0 +39,0 @@ |
{ | ||
"name" : "fis", | ||
"description" : "front-end integrated solution.", | ||
"version" : "1.5.1", | ||
"version" : "1.5.3", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -28,3 +28,3 @@ "homepage" : "http://fis.baidu.com/", | ||
"fis-kernel" : "1.8.16", | ||
"fis-kernel" : "1.8.19", | ||
@@ -35,3 +35,3 @@ "fis-command-install" : "0.0.7", | ||
"fis-postprocessor-jswrapper" : "0.0.7", | ||
"fis-postprocessor-jswrapper" : "0.0.8", | ||
@@ -38,0 +38,0 @@ "fis-optimizer-uglify-js" : "0.1.0", |
@@ -219,4 +219,5 @@ ![fis logo](http://fis.baidu.com/static/docs/img/logo_3b5cdda.png) | ||
* [wiki](https://github.com/fis-dev/fis/wiki) 详细使用手册 | ||
* [demo](https://github.com/fouber/modjs-todo-demo/) 纯前端组件化解决方案 | ||
* [modjs](https://github.com/fouber/modjs-todo-demo/) 纯前端组件化解决方案 | ||
* [phiz](https://github.com/fouber/phiz/) PHP组件化解决方案 | ||
* [spmx](https://github.com/fouber/spmx) 通过包装fis得到适应seajs架构的集成解决方案 | ||
* [spmx](https://github.com/fouber/spmx) 通过包装fis得到适应seajs架构的集成解决方案 | ||
* [sublime plugin](https://github.com/yuanfang829/fis-sublime-command) 支持FIS编译的sublime插件,可以替代watch功能 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34204
222
+ Addedfis-kernel@1.8.19(transitive)
+ Addedfis-postprocessor-jswrapper@0.0.8(transitive)
- Removedfis-kernel@1.8.16(transitive)
- Removedfis-postprocessor-jswrapper@0.0.7(transitive)
Updatedfis-kernel@1.8.19