From df99d8e79ff49a7020a93e1c949da3e6f1bc800b Mon Sep 17 00:00:00 2001 From: chrisftian Date: Wed, 1 Dec 2021 10:59:05 +0800 Subject: [PATCH] =?UTF-8?q?upd=EF=BC=9Achangelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 455e01a..052490a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v1.3.2](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.1...v1.3.2) - 2021-11-30 + +fix:兼容某些环境下不存在navigator对象问题 + +### Merged + +- fix:兼容编译环境不支持navigator对象 [`#133`](https://github.com/tencentyun/cos-js-sdk-v5/pull/133) +- fix:CIHost兼容处理 [`#130`](https://github.com/tencentyun/cos-js-sdk-v5/pull/130) + +### Commits + +- 更新 d.ts [`35b6d19`](https://github.com/tencentyun/cos-js-sdk-v5/commit/35b6d199c0803c7fa3cb22a392597d86e17cc246) + +## [v1.3.1](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.0...v1.3.1) - 2021-11-18 + +fix:CIHost兼容处理 + +### Merged + +- Feat/1.3.0 [`#129`](https://github.com/tencentyun/cos-js-sdk-v5/pull/129) + +### Commits + +- 兼容 cdc,支持 CopySourceParser 自定义 CopySource 解析,deleteObject 支持 Recursive 参数 [`7ac17c3`](https://github.com/tencentyun/cos-js-sdk-v5/commit/7ac17c315f9a4f02f8cd23dca4e725b74c26ae5d) +- 加 COS.util,更新 d.ts [`bd876c1`](https://github.com/tencentyun/cos-js-sdk-v5/commit/bd876c149b13b544ce35e1b2fbe78baf5d3e953c) +- fix:CIHost兼容处理 [`9336144`](https://github.com/tencentyun/cos-js-sdk-v5/commit/93361444c15b03997990b2ab1099b87e2a066bc9) + +## [v1.3.0](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.2.21...v1.3.0) - 2021-11-17 + +- 新增appendObject接口 +- 新增媒体处理demo +- 修复已知d.ts错误 + +### Commits + +- feat:增加appendObject;增加媒体处理三个接口; [`8e25b6a`](https://github.com/tencentyun/cos-js-sdk-v5/commit/8e25b6a8c321b38d21ac6c71a9f07d2a1f60053c) +- upd 支持ci demo [`e90e92e`](https://github.com/tencentyun/cos-js-sdk-v5/commit/e90e92e490bc969737f4af5f56f5d9bc3b8960c1) +- upd:补充d.ts [`4c561da`](https://github.com/tencentyun/cos-js-sdk-v5/commit/4c561da060d981ae5a092c09ed213e8c2648b50f) +- Updated CHANGELOG.md [`bd3dce3`](https://github.com/tencentyun/cos-js-sdk-v5/commit/bd3dce33746afcbb8a23cdac1d835ea19773ce74) +- upd:d.ts [`ae6c731`](https://github.com/tencentyun/cos-js-sdk-v5/commit/ae6c731017b5532407dc5abe28fd896417774c64) +- upd:test.js [`2d42ebc`](https://github.com/tencentyun/cos-js-sdk-v5/commit/2d42ebcc1a75bbaa93918f1fc911c3cdeb184cf4) +- upd demo [`00e4e69`](https://github.com/tencentyun/cos-js-sdk-v5/commit/00e4e69d8aee42f6d4cd22e36b74ddff307ddd56) +- upd d.ts [`31b1cd2`](https://github.com/tencentyun/cos-js-sdk-v5/commit/31b1cd2366ed64040730df08c60fe0bfc011f630) +- upd:d.ts [`07d9134`](https://github.com/tencentyun/cos-js-sdk-v5/commit/07d9134de31dc79c364f3535e3d15f3a509fa3f5) + ## [v1.2.21](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.2.20...v1.2.21) - 2021-11-11 fix:修复getBucketReferer已知错误