* Adding error handler on upload stream (Benjamin Boudreau)

 * removed callback from downloadStream method (Jury D'Ambros)

 * is not necessary to pass cb to pkgcloud (Jury D'Ambros)
This commit is contained in:
Raymond Feng 2015-03-02 08:39:39 -08:00
parent 09cb66d062
commit bddb69e3fc
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2015-03-02, Version 1.3.1
=========================
* Adding error handler on upload stream (Benjamin Boudreau)
* removed callback from downloadStream method (Jury D'Ambros)
* is not necessary to pass cb to pkgcloud (Jury D'Ambros)
2015-02-10, Version 1.3.0 2015-02-10, Version 1.3.0
========================= =========================

View File

@ -1,7 +1,7 @@
{ {
"name": "loopback-component-storage", "name": "loopback-component-storage",
"description": "Loopback Storage Service", "description": "Loopback Storage Service",
"version": "1.3.0", "version": "1.3.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js" "test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
@ -27,6 +27,6 @@
"url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE" "url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE"
}, },
"optionalDependencies": { "optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.3.0" "sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.3.1"
} }
} }