Skip to content

Commit 53073a5

Browse files
committed
2.0.2
1 parent b8f0f1e commit 53073a5

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CDN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ ESL的每个版本,都会将压缩后的资源通过CDN发布,便于开发
44

55
**2.0.0** 版本开始,发布的CDN资源将不再包括精简版。
66

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+
717
### 2.0.0
818

919
```html

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
2.0.2
3+
-------
4+
5+
+ 健壮性修复:模块由于自身原因无法运行通过时,避免可能影响其他async require,导致callback运行失效。
6+
7+
8+
19
2.0.0
210
-------
311

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ See [Configuration Options](doc/config.md)
4040

4141
```html
4242
<!-- 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>
4444

4545
<!-- 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>
4747
```
4848

4949
[过往版本 (Old version)](CDN.md)
@@ -53,7 +53,7 @@ See [Configuration Options](doc/config.md)
5353

5454
`uglifyjs -mc + gzip`
5555

56-
- `esl 2.0.0` 3.4k
56+
- `esl 2.0.2` 3.4k
5757
- `requirejs 2.1.15` 6.2k
5858

5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esl",
33
"description": "ESL是一个浏览器端、符合AMD的标准加载器,适合用于现代Web浏览器端应用的入口与模块管理。",
4-
"version": "2.0.0",
4+
"version": "2.0.2",
55
"contributors": [
66
{ "name": "errorrik", "email": "[email protected]" }
77
],

0 commit comments

Comments
 (0)