File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGE LOG
2
2
3
+ ### v6.1.7
4
+
5
+ 2015-05-09
6
+
7
+ - 上传策略增加 callbackHost、persistentPipeline, callbackFetchKey
8
+ - 增加fetch 函数
9
+ - imageview -> imageview2
10
+
11
+
3
12
### v6.1.6
4
13
5
14
2014-10-31
6
15
7
- - 增加fsizelimit , insertonly
16
+ - 上传策略增加fsizelimit , insertonly
8
17
9
18
10
19
### v6.1.5
Original file line number Diff line number Diff line change 1
1
# Qiniu Resource Storage SDK for Node.js
2
2
3
+ [ ![ @qiniu on weibo] ( http://img.shields.io/badge/weibo-%40qiniutek-blue.svg )] ( http://weibo.com/qiniutek )
4
+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( LICENSE.md )
3
5
[ ![ Build Status] ( https://travis-ci.org/qiniu/nodejs-sdk.png?branch=master )] ( https://travis-ci.org/qiniu/nodejs-sdk )
4
6
[ ![ Code Climate] ( https://codeclimate.com/github/qiniu/nodejs-sdk.png )] ( https://codeclimate.com/github/qiniu/nodejs-sdk )
5
-
6
- [ ![ Qiniu Logo] ( http://qiniutek.com/images/logo-2.png )] ( http://qiniu.com/ )
7
+ [ ![ Latest Stable Version] ( https://img.shields.io/npm/v/qiniu.svg )] ( https://www.npmjs.com/package/qiniu )
7
8
8
9
## 下载
9
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " qiniu" ,
3
- "version" : " 6.1.6 " ,
3
+ "version" : " 6.1.7 " ,
4
4
"description" : " Node wrapper for Qiniu Resource (Cloud) Storage API" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments