Skip to content

Commit 5a0934f

Browse files
authored
Dev/1.4.21 (#197)
* feat: 减小min.js体积 * fix: index优化
1 parent 671e783 commit 5a0934f

File tree

15 files changed

+6688
-3428
lines changed

15 files changed

+6688
-3428
lines changed

CHANGELOG.md

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ fix: 处理uploadFiles里的Key 去掉开头的/
2222
## [v1.4.19](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.18...v1.4.19) - 2023-08-03
2323

2424
feat
25-
- 提供base64方法
25+
26+
- 提供base64方法
2627
- 优化d.ts
2728

2829
### Merged
@@ -34,8 +35,9 @@ feat
3435
## [v1.4.18](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.17...v1.4.18) - 2023-06-01
3536

3637
feat
37-
- 支持postBucketInventory
38-
- 优化d.ts
38+
39+
- 支持postBucketInventory
40+
- 优化d.ts
3941

4042
### Commits
4143

@@ -63,7 +65,8 @@ feat
6365
## [v1.4.17](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.16...v1.4.17) - 2023-05-04
6466

6567
fix
66-
- 避开Windows Defender报毒
68+
69+
- 避开Windows Defender报毒
6770

6871
### Merged
6972

@@ -81,7 +84,8 @@ fix
8184
## [v1.4.16](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.15...v1.4.16) - 2023-03-07
8285

8386
feat
84-
- 修改webpack globalObject指向this
87+
88+
- 修改webpack globalObject指向this
8589

8690
### Commits
8791

@@ -97,7 +101,8 @@ feat
97101
## [v1.4.15](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.14...v1.4.15) - 2022-12-27
98102

99103
fix
100-
- 更新可以签入签名的headers
104+
105+
- 更新可以签入签名的headers
101106

102107
### Merged
103108

@@ -112,7 +117,8 @@ fix
112117
## [v1.4.14](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.13...v1.4.14) - 2022-11-29
113118

114119
fix
115-
- 增加容错
120+
121+
- 增加容错
116122

117123
### Merged
118124

@@ -126,7 +132,8 @@ fix
126132
## [v1.4.13](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.12...v1.4.13) - 2022-11-22
127133

128134
feat
129-
- 升级beacon sdk版本到4.5.14
135+
136+
- 升级beacon sdk版本到4.5.14
130137

131138
### Commits
132139

@@ -136,7 +143,8 @@ feat
136143
## [v1.4.12](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.11...v1.4.12) - 2022-11-21
137144

138145
feat
139-
- getObjectAcl支持传VersionId
146+
147+
- getObjectAcl支持传VersionId
140148

141149
### Merged
142150

@@ -146,7 +154,8 @@ feat
146154
## [v1.4.11](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.10...v1.4.11) - 2022-11-09
147155

148156
fix
149-
- 升级依赖包@xmldom/xmldom版本
157+
158+
- 升级依赖包@xmldom/xmldom版本
150159

151160
### Commits
152161

@@ -156,7 +165,8 @@ fix
156165
## [v1.4.10](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.9...v1.4.10) - 2022-10-22
157166

158167
fix
159-
- getObjectUrl暂时只支持回调写法
168+
169+
- getObjectUrl暂时只支持回调写法
160170

161171
### Merged
162172

@@ -168,10 +178,10 @@ fix
168178

169179
## [v1.4.9](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.8...v1.4.9) - 2022-10-20
170180

171-
- 修复getSourceParams使用不当部分
181+
- 修复getSourceParams使用不当部分
172182
- protocol兼容不带冒号的http、https
173-
- 合法域名校验支持cos内网、cn域名
174-
- d.ts补充
183+
- 合法域名校验支持cos内网、cn域名
184+
- d.ts补充
175185

176186
### Merged
177187

@@ -181,7 +191,8 @@ fix
181191
## [v1.4.8](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.6...v1.4.8) - 2022-09-06
182192

183193
fix
184-
- 修复已知问题
194+
195+
- 修复已知问题
185196

186197
### Commits
187198

@@ -236,7 +247,8 @@ fix
236247
## [v1.4.1](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.0...v1.4.1) - 2022-08-18
237248

238249
fix
239-
- 修复引入sdk在dev模式下启动报错问题
250+
251+
- 修复引入sdk在dev模式下启动报错问题
240252

241253
### Merged
242254

@@ -249,8 +261,9 @@ fix
249261
## [v1.4.0](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.10...v1.4.0) - 2022-08-17
250262

251263
feat
252-
- 升级webpack版本
253-
- 增加beacon上报
264+
265+
- 升级webpack版本
266+
- 增加beacon上报
254267

255268
### Merged
256269

@@ -264,6 +277,7 @@ feat
264277
## [v1.3.10](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.9...v1.3.10) - 2022-08-01
265278

266279
fix
280+
267281
- isNode环境判断新增webWorker场景
268282

269283
### Merged
@@ -279,6 +293,7 @@ fix
279293
## [v1.3.9](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.8...v1.3.9) - 2022-06-23
280294

281295
feat
296+
282297
- putBucketCors支持ResponseVary
283298
- 补充d.ts
284299

@@ -790,7 +805,7 @@ fix:修复getBucketReferer已知错误
790805

791806
- 修复 clearQueue Bug [`a8e6f08`](https://github.com/tencentyun/cos-js-sdk-v5/commit/a8e6f0809113fa7b844acbaa0cb8e4f61df9354d)
792807
- fix authorization error [`7e8a406`](https://github.com/tencentyun/cos-js-sdk-v5/commit/7e8a4069fbd485bbe4b92bb0a26b2b80dacc2f65)
793-
- 修改复制参数、任务增加 _custom 字段 [`00d04fc`](https://github.com/tencentyun/cos-js-sdk-v5/commit/00d04fc0f8d40b56968327d0b93862a2f26b92c8)
808+
- 修改复制参数、任务增加 \_custom 字段 [`00d04fc`](https://github.com/tencentyun/cos-js-sdk-v5/commit/00d04fc0f8d40b56968327d0b93862a2f26b92c8)
794809
- getObjectUrl add Expires [`fe74e2d`](https://github.com/tencentyun/cos-js-sdk-v5/commit/fe74e2df5191d075483d9abb8a18c9426924f28f)
795810

796811
## [v0.5.13](https://github.com/tencentyun/cos-js-sdk-v5/compare/v0.5.12...v0.5.13) - 2019-04-08
@@ -1173,7 +1188,7 @@ fix:修复getBucketReferer已知错误
11731188
- 修改签名计算 [`cfff58f`](https://github.com/tencentyun/cos-js-sdk-v5/commit/cfff58fc2cc2cda803efde418a7655f7b84b8f38)
11741189
- 修改 region [`9979420`](https://github.com/tencentyun/cos-js-sdk-v5/commit/9979420c283e0c9756edff21d0e06665d9bfa165)
11751190
- 修复报错,修改签名参数 [`ccf9017`](https://github.com/tencentyun/cos-js-sdk-v5/commit/ccf901731b3b8d8bd0e6a23871f7098c36115009)
1176-
- CORS AllowHeader 例子改成 * [`0a4d5af`](https://github.com/tencentyun/cos-js-sdk-v5/commit/0a4d5afe97bf3aa297651cac9896eb974be9e76a)
1191+
- CORS AllowHeader 例子改成 \* [`0a4d5af`](https://github.com/tencentyun/cos-js-sdk-v5/commit/0a4d5afe97bf3aa297651cac9896eb974be9e76a)
11771192
- 修改 Readme [`75cb126`](https://github.com/tencentyun/cos-js-sdk-v5/commit/75cb126d3a3d148df16df86bec1b49b35ffe473f)
11781193
- 修改队列处理 [`d8f856e`](https://github.com/tencentyun/cos-js-sdk-v5/commit/d8f856eb698bde8b3c1e20be62b16c62392800fc)
11791194
- 如掉 async 模块引用 [`7f16e51`](https://github.com/tencentyun/cos-js-sdk-v5/commit/7f16e5112d05160b86026efc3d19c5692ed44e76)
@@ -1226,7 +1241,7 @@ fix:修复getBucketReferer已知错误
12261241
- add task demo [`20a67b0`](https://github.com/tencentyun/cos-js-sdk-v5/commit/20a67b0bd2a4655ab915f5ba86ff0558764f28e3)
12271242
- remove data=data||{}; [`1c149d3`](https://github.com/tencentyun/cos-js-sdk-v5/commit/1c149d38b5a1e0ad2bfb7cda089e24204c6dc39c)
12281243
- modify readme [`f1d6c16`](https://github.com/tencentyun/cos-js-sdk-v5/commit/f1d6c16f19e7b3f096fbb407dca05a714dfdff33)
1229-
- fix !'()* url encode error [`04e4df8`](https://github.com/tencentyun/cos-js-sdk-v5/commit/04e4df8f0a74d474c972980405b132a57b4abca7)
1244+
- fix !'()\* url encode error [`04e4df8`](https://github.com/tencentyun/cos-js-sdk-v5/commit/04e4df8f0a74d474c972980405b132a57b4abca7)
12301245
- fix https error [`3dada36`](https://github.com/tencentyun/cos-js-sdk-v5/commit/3dada36eab9ce1fda060d00a8cef4d65ef9caf08)
12311246
- fix onProgress error [`2248622`](https://github.com/tencentyun/cos-js-sdk-v5/commit/22486225ceece9ed0b8c639d34b30ecd6beff166)
12321247
- can cancel paused [`46e9e87`](https://github.com/tencentyun/cos-js-sdk-v5/commit/46e9e877092ac0d11afe8bca292f134d92b34031)

0 commit comments

Comments
 (0)