1.4.0
* 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:
parent
dcc233c0ab
commit
91d5d6cd7f
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
2015-03-02, Version 1.3.1
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-storage",
|
"name": "loopback-component-storage",
|
||||||
"description": "Loopback Storage Service",
|
"description": "Loopback Storage Service",
|
||||||
"version": "1.3.1",
|
"version": "1.4.0",
|
||||||
"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.1"
|
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue