v1.0.6
This commit is contained in:
parent
932de141ac
commit
65750d520d
|
@ -0,0 +1,72 @@
|
||||||
|
2014-11-27, Version 1.0.6
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Remove expired credentials (Ryan Graham)
|
||||||
|
|
||||||
|
* Update storage-service.js (Tony Sukiennik)
|
||||||
|
|
||||||
|
* Update index.js (Tony Sukiennik)
|
||||||
|
|
||||||
|
* Allow the Sample to easily changed providers (tonysoft)
|
||||||
|
|
||||||
|
* GetFiles issues (tonysoft)
|
||||||
|
|
||||||
|
* Add contribution guidelines (Ryan Graham)
|
||||||
|
|
||||||
|
* Put link to official documentation (Rand McKinney)
|
||||||
|
|
||||||
|
* Add loopback 2.0 example (Raymond Feng)
|
||||||
|
|
||||||
|
* Clarify the need for app.model(container) (Brian Dunnette)
|
||||||
|
|
||||||
|
|
||||||
|
2014-07-01, Version 1.0.5
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
|
* Update README (Raymond Feng)
|
||||||
|
|
||||||
|
* Update module name (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
|
2014-06-26, Version 1.0.4
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
|
* Fix amazon s3 container handling (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
|
2014-06-16, Version 1.0.3
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
|
* Fix issue-15 (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
|
2014-05-30, Version 1.0.2
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Add formidable as dependency (cgole)
|
||||||
|
|
||||||
|
* Update docs.json (Rand McKinney)
|
||||||
|
|
||||||
|
* Doc upload and download functions (Rand McKinney)
|
||||||
|
|
||||||
|
* Bump version (Raymond Feng)
|
||||||
|
|
||||||
|
* Update jsdocs (Raymond Feng)
|
||||||
|
|
||||||
|
* Clean up JS Doc (crandmck)
|
||||||
|
|
||||||
|
* Add param info to constructor JSDoc (crandmck)
|
||||||
|
|
||||||
|
* Work on JSDoc comments (crandmck)
|
||||||
|
|
||||||
|
|
||||||
|
2014-04-04, Version 1.0.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* First release!
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-storage",
|
"name": "loopback-component-storage",
|
||||||
"description": "Loopback Storage Service",
|
"description": "Loopback Storage Service",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"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"
|
||||||
|
@ -25,5 +25,8 @@
|
||||||
"license": {
|
"license": {
|
||||||
"name": "Dual Artistic-2.0/StrongLoop",
|
"name": "Dual Artistic-2.0/StrongLoop",
|
||||||
"url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE"
|
"url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue