Skip to content

Commit d418cab

Browse files
committed
2.1.6
1 parent cf35733 commit d418cab

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

CDN.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ ESL的每个版本,都会将压缩后的资源通过CDN发布,便于开发
55
**2.0.0** 版本开始,发布的CDN资源将不再包括精简版。
66

77

8+
### 2.1.6
9+
10+
```html
11+
<!-- compressed -->
12+
<script src="http://s1.bdstatic.com/r/www/cache/efe/esl/2-1-6/esl.js"></script>
13+
14+
<!-- compressed(https) -->
15+
<script src="https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/efe/esl/2-1-6/esl.js"></script>
16+
17+
<!-- source -->
18+
<script src="http://s1.bdstatic.com/r/www/cache/efe/esl/2-1-6/esl.source.js"></script>
19+
20+
821
### 2.1.4
922

1023
```html

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
2.1.6
3+
-------
4+
5+
+ bug修复:packages配置合并时,如果出现重复的name,后者无法覆盖前者
6+
27
2.1.4
38
-------
49

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ESL is a browser-only, amd-compliant module loader. In modern web applications,
77

88
通过`右键另存`的方式下载ESL (Download by `Save As`):
99

10-
- [压缩代码 (Compressed)](http://s1.bdstatic.com/r/www/cache/ecom/esl/2-1-4/esl.js)
11-
- [源码 (Source)](http://s1.bdstatic.com/r/www/cache/ecom/esl/2-1-4/esl.source.js)
10+
- [压缩代码 (Compressed)](http://s1.bdstatic.com/r/www/cache/efe/esl/2-1-6/esl.js)
11+
- [源码 (Source)](http://s1.bdstatic.com/r/www/cache/efe/esl/2-1-6/esl.source.js)
1212

1313
### 了解AMD (About AMD)
1414

@@ -45,13 +45,13 @@ See [Configuration Options](doc/config.md)
4545

4646
```html
4747
<!-- compressed -->
48-
<script src="http://s1.bdstatic.com/r/www/cache/ecom/esl/2-1-4/esl.js"></script>
48+
<script src="http://s1.bdstatic.com/r/www/cache/efe/esl/2-1-6/esl.js"></script>
4949

5050
<!-- compressed(https) -->
51-
<script src="https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/ecom/esl/2-1-4/esl.js"></script>
51+
<script src="https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/efe/esl/2-1-6/esl.js"></script>
5252

5353
<!-- source -->
54-
<script src="http://s1.bdstatic.com/r/www/cache/ecom/esl/2-1-4/esl.source.js"></script>
54+
<script src="http://s1.bdstatic.com/r/www/cache/efe/esl/2-1-6/esl.source.js"></script>
5555
```
5656

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

6262
`uglifyjs -mc + gzip`
6363

64-
- `esl 2.1.4` 3.5k
64+
- `esl 2.1.6` 3.5k
6565
- `requirejs 2.1.22` 6.3k
6666

6767

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.1.4",
4+
"version": "2.1.6",
55
"contributors": [
66
{ "name": "errorrik", "email": "[email protected]" }
77
],

0 commit comments

Comments
 (0)