File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ ESL的每个版本,都会将压缩后的资源通过CDN发布,便于开发
4
4
5
5
从 ** 2.0.0** 版本开始,发布的CDN资源将不再包括精简版。
6
6
7
+ ### 2.0.2
8
+
9
+ ``` html
10
+ <!-- compressed -->
11
+ <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/2-0-2/esl.js" ></script >
12
+
13
+ <!-- source -->
14
+ <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/2-0-2/esl.source.js" ></script >
15
+ ```
16
+
7
17
### 2.0.0
8
18
9
19
``` html
Original file line number Diff line number Diff line change
1
+
2
+ 2.0.2
3
+ -------
4
+
5
+ + 健壮性修复:模块由于自身原因无法运行通过时,避免可能影响其他async require,导致callback运行失效。
6
+
7
+
8
+
1
9
2.0.0
2
10
-------
3
11
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ See [Configuration Options](doc/config.md)
40
40
41
41
``` html
42
42
<!-- compressed -->
43
- <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/2-0-0 /esl.js" ></script >
43
+ <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/2-0-2 /esl.js" ></script >
44
44
45
45
<!-- source -->
46
- <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/2-0-0 /esl.source.js" ></script >
46
+ <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/2-0-2 /esl.source.js" ></script >
47
47
```
48
48
49
49
[ 过往版本 (Old version)] ( CDN.md )
@@ -53,7 +53,7 @@ See [Configuration Options](doc/config.md)
53
53
54
54
` uglifyjs -mc + gzip `
55
55
56
- - ` esl 2.0.0 ` 3.4k
56
+ - ` esl 2.0.2 ` 3.4k
57
57
- ` requirejs 2.1.15 ` 6.2k
58
58
59
59
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esl" ,
3
3
"description" : " ESL是一个浏览器端、符合AMD的标准加载器,适合用于现代Web浏览器端应用的入口与模块管理。" ,
4
- "version" : " 2.0.0 " ,
4
+ "version" : " 2.0.2 " ,
5
5
"contributors" : [
6
6
{
"name" :
" errorrik" ,
"email" :
" [email protected] " }
7
7
],
You can’t perform that action at this time.
0 commit comments