diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..886554c --- /dev/null +++ b/CHANGES.md @@ -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! diff --git a/package.json b/package.json index e84971d..9e31ec1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "loopback-component-storage", "description": "Loopback Storage Service", - "version": "1.0.5", + "version": "1.0.6", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js" @@ -25,5 +25,8 @@ "license": { "name": "Dual Artistic-2.0/StrongLoop", "url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE" + }, + "optionalDependencies": { + "sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.0.6" } }