forked from ali-sdk/ali-oss
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor with typescript (#12)
BREAKING CHANGE: Drop Node.js < 16 support Other BREAKING changes: - remove stsToken support - remove headerEncoding support - remove Bucket, Image Client support eggjs/egg#5257
- Loading branch information
Showing
165 changed files
with
5,333 additions
and
19,187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "eslint-config-egg" | ||
"extends": [ | ||
"eslint-config-egg/typescript", | ||
"eslint-config-egg/lib/rules/enforce-node-prefix" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Release | |
|
||
on: | ||
push: | ||
branches: [ master, 1.x ] | ||
branches: [ master ] | ||
|
||
jobs: | ||
release: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,3 +42,6 @@ package-lock.json | |
|
||
es | ||
.eslintcache | ||
|
||
.tshy*/ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,57 @@ | |
### Bug Fixes | ||
|
||
* auto release on action ([#8](https://github.com/node-modules/oss-client/issues/8)) ([e5bfe04](https://github.com/node-modules/oss-client/commit/e5bfe042163951d709c8197c136be7e9e6b9e89b)) | ||
|
||
--- | ||
|
||
|
||
1.2.2 / 2022-12-09 | ||
================== | ||
|
||
**fixes** | ||
* [[`fc2fb8f`](http://github.com/node-modules/oss-client/commit/fc2fb8f9d1b23d355cc8cf12f46d1df6182c6f6f)] - π FIX: try to use result code first (fengmk2 <<[email protected]>>) | ||
|
||
1.2.1 / 2022-12-04 | ||
================== | ||
|
||
**fixes** | ||
* [[`cc2cc06`](http://github.com/node-modules/oss-client/commit/cc2cc065ede44d5d40120b4877dfa85e25cd0199)] - π FIX: object.list type define (#7) (fengmk2 <<[email protected]>>) | ||
|
||
1.2.0 / 2022-12-04 | ||
================== | ||
|
||
**features** | ||
* [[`a9ad395`](http://github.com/node-modules/oss-client/commit/a9ad39539889f083e0d7671ca19ecc1b263eed74)] - π¦ NEW: Try to use ctx.httpclient first (#6) (fengmk2 <<[email protected]>>) | ||
|
||
1.1.1 / 2022-12-04 | ||
================== | ||
|
||
**fixes** | ||
* [[`38cebaa`](http://github.com/node-modules/oss-client/commit/38cebaa9f5868d67530cc34ef3cdb4023b9d3a1f)] - π FIX: Should add oss-interface to dependencies (#5) (fengmk2 <<[email protected]>>) | ||
|
||
**others** | ||
* [[`301b0a2`](http://github.com/node-modules/oss-client/commit/301b0a2a3fa9af2ce85e093747f59c8f677dded1)] - π€ TEST: Test enable parallel (#4) (fengmk2 <<[email protected]>>) | ||
|
||
1.1.0 / 2022-10-27 | ||
================== | ||
|
||
**features** | ||
* [[`79b6302`](http://github.com/node-modules/oss-client/commit/79b6302b77bfabfc2750a5c5d48b4059cb04ac78)] - π¦ NEW: Add d.ts and IObjectSimple Client define (#3) (fengmk2 <<[email protected]>>) | ||
|
||
**others** | ||
* [[`8d9e935`](http://github.com/node-modules/oss-client/commit/8d9e935ee530ebd9477e6334991465ff59a75b4b)] - π DOC: Remove browser document content (fengmk2 <<[email protected]>>) | ||
|
||
1.0.1 / 2022-10-23 | ||
================== | ||
|
||
**fixes** | ||
* [[`e7b229f`](http://github.com/node-modules/oss-client/commit/e7b229f839925ff7a8069834b73fe34789e5e00f)] - π FIX: ClusterClient use class style (fengmk2 <<[email protected]>>) | ||
|
||
1.0.0 / 2022-10-23 | ||
================== | ||
|
||
**features** | ||
* [[`fe3e2c1`](http://github.com/node-modules/oss-client/commit/fe3e2c1a119ffd3b8a8c77ab6b38ee545c14fb59)] - π IMPROVE: Remove unuse ts files (#2) (fengmk2 <<[email protected]>>),fatal: No names found, cannot describe anything. | ||
|
||
**others** | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.