UNPKG

qn

Version:

Another qiniu API client for Node.js.

119 lines (82 loc) 2.1 kB
1.3.0 / 2016-06-26 ================== * deps: use ^ instead of ~ (#90) 1.2.0 / 2016-04-06 ================== * deps: upgrade formstream to 1.0.0 * feat: add rs /fetch action * doc: add uploadToken usage * deps: agentkeepalive@2.1.1 * chore(package): update urllib to version 2.8.0 * chore(package): update utility to version 1.6.0 1.1.1 / 2015-11-22 ================== * fix: Update client.js * chore(package): update mocha to version 2.3.4 1.1.0 / 2015-10-15 ================== * feat: use http keepalive * add 0.10 and iojs-1.2 test matrix * fix tests on windows * fix Duplicate key * add appveyor * chore: breaking change notification and fallback * chore: change domain to origin * fix example 1.0.1 / 2014-10-11 ================== * upload url can be config 1.0.0 / 2014-09-19 ================== * update deps * fix empty string test * Fix `client.upload()` example 0.2.2 / 2014-05-15 ================== * update urllib to 0.5.16 0.2.1 / 2014-03-10 ================== * update deps 0.2.0 / 2013-12-06 ================== * set content-length on rs op * add npm image * update test cases * download work with options.writeStream * move signData() to Qiniu 0.1.3 / 2013-09-09 ================== * use global default timeout if options.timeout not set. 0.1.2 / 2013-09-08 ================== * add download() and fix delete() key 0.1.1 / 2013-09-06 ================== * fixed key start with "/" bug 0.1.0 / 2013-09-06 ================== * add md2html() * fix tests 0.0.5 / 2013-09-05 ================== * add image operations * add qrcode(key, mode, level) * Refactor test dir * Refactor * fix tests for ci 0.0.4 / 2013-09-05 ================== * add batch() operations and list() 0.0.3 / 2013-09-05 ================== * add stat(), move(), copy() and delete() 0.0.2 / 2013-09-04 ================== * upload Stream without size work now. 0.0.1 / 2013-09-03 ================== * uploadFile() * add more test cases * add upload() with string and buffer * add logo * first commit