* Fix the tests (Raymond Feng)

 * this.options is undefined, should use options (Yazhong Liu)

 * Expose file size on success callback (Leandro)
This commit is contained in:
Raymond Feng 2015-04-21 13:03:29 -07:00
parent dcc233c0ab
commit 91d5d6cd7f
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2015-04-21, Version 1.4.0
=========================
* Fix the tests (Raymond Feng)
* this.options is undefined, should use options (Yazhong Liu)
* Expose file size on success callback (Leandro)
2015-03-02, Version 1.3.1
=========================

View File

@ -1,7 +1,7 @@
{
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.3.1",
"version": "1.4.0",
"main": "index.js",
"scripts": {
"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"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.3.1"
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.4.0"
}
}