We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea235f7 + 9583be6 commit 0814feeCopy full SHA for 0814fee
CHANGELOG.md
@@ -1,5 +1,16 @@
1
## CHANGE LOG
2
3
+### v6.1.10
4
+
5
+2016-04-25
6
7
+- list 增加delimiter 支持
8
+- 增加强制copy/move
9
+- 底层使用putReadable 谢谢 @thesadabc
10
+- 修正result 处理 谢谢 @loulin
11
+- fix Unhandled stream error in pipe 谢谢@loulin
12
+- putExtra 修正 paras 为 params
13
14
### v6.1.9
15
16
2015-12-03
package.json
@@ -1,6 +1,6 @@
{
"name": "qiniu",
- "version": "6.1.9",
+ "version": "6.1.10",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
0 commit comments