Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump new version #807

Merged
merged 38 commits into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8ed3228
fix: _unSupportBrowserTip (#755)
weiyie Mar 23, 2020
67275bd
fix: checkBucketName bug (#749)
weiyie Mar 23, 2020
02d59da
feat: image processing (#744)
weiyie Mar 24, 2020
e1cb438
feat: putBucketWebsite support new parameter (#736)
weiyie Mar 24, 2020
17c2984
feat: support for the latest putBucketLifecycle api features (#757)
weiyie Mar 25, 2020
a57315f
feat: signatureUrl support trafficLimit (#756)
weiyie Mar 25, 2020
2d2b33a
feat(node): bucket policy (#751)
weiyie Mar 25, 2020
92b0880
test: getBucketTags/getObjectTagging/calculatePostSignature (#739)
weiyie Mar 25, 2020
63f7d5a
chore: browserify close debug (#759)
weiyie Mar 30, 2020
0ef0fe2
fix: add successStatus (#762)
weiyie Apr 2, 2020
0a3c64c
fix: checkBucketName bug (#763)
weiyie Apr 3, 2020
449f908
fix: add CORS for server-side-encryption
PeterRao Apr 7, 2020
1c6e4bd
chore: bump 6.6.0
PeterRao Apr 7, 2020
af8cf6b
Merge branch 'master' into develop
PeterRao Apr 7, 2020
ffed08c
fix: proto.put TypeError text (#771)
microJ Apr 15, 2020
4d4cc35
chore: merge master
PeterRao Apr 21, 2020
544d876
refactor: replace is.blob & is.file with isBlob & isFile (#776)
weiyie Apr 26, 2020
9e8bb20
feat: multiversion (#750)
weiyie Apr 28, 2020
d2b2aaf
chore: bump 6.8.0-beta
PeterRao Apr 28, 2020
05c24be
refactor: multiversion (#781)
weiyie Apr 30, 2020
d721265
fix: browser端,去除没有使用的 sha256.js 文件 (#780)
microJ May 6, 2020
b43a20f
chore: change and delete the bucket used for test (#783)
weiyie May 8, 2020
31c9f77
Merge branch 'feat/multiversion' into develop
PeterRao May 8, 2020
2dacfa2
Merge branch 'master' into develop
PeterRao May 8, 2020
7a11eda
fix: putBucketWebsite testting (#785)
weiyie May 10, 2020
49aa122
chore: fix test case
PeterRao May 11, 2020
390b449
fix: getBucketVersions result has no prefixes (#799)
weiyie Jun 2, 2020
50321d4
feat(node): uploadPart support file stream (#798)
weiyie Jun 2, 2020
4a8a5c5
refactor: refactor cleanBucket delete (#803)
weiyie Jun 4, 2020
db48560
test: add firefox test in browsers (#804)
weiyie Jun 4, 2020
6f4ae51
feat: browser端,将 is-type-of 包的依赖处理为 shim (#801)
microJ Jun 4, 2020
b4d1c56
feat: update mime, use mime/lite replace mime and use shims/debug.js …
weiyie Jun 4, 2020
c7ceedd
fix: putStream can not close request when stream destroyed (#782)
weiyie Jun 4, 2020
72f55bb
fix: delete unless code and delete invalid Content-Type (#805)
weiyie Jun 4, 2020
e9df93e
test: test content-type without MIME (#806)
weiyie Jun 5, 2020
5bbe1fa
chore: merge master
PeterRao Jun 5, 2020
10edafc
chore: merge master fix
PeterRao Jun 5, 2020
3165aa2
chore: travis fix
PeterRao Jun 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 80,
"bracketSpacing": true,
"arrowParens": "avoid"
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- '14'
- '12'
- '10'
- '8'
Expand Down
Loading