* Remove sl-blip from dependencies (Miroslav Bajtoš)
 * Migrate examples (Simon Ho)
 * Expose `originalFilename` property (Santiago Osorio)
 * Remove test file (Raymond Feng)
 * Replace image (Raymond Feng)
This commit is contained in:
Miroslav Bajtoš 2016-02-19 10:34:26 +01:00
parent 69bcf93247
commit fa3491a08f
2 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,18 @@
2015-11-24, Version 1.6.0 2016-02-19, Version 1.7.0
=========================
* Remove sl-blip from dependencies (Miroslav Bajtoš)
* Migrate examples (Simon Ho)
* Expose `originalFilename` property (Santiago Osorio)
* Remove test file (Raymond Feng)
* Replace image (Raymond Feng)
2015-11-23, Version 1.6.0
========================= =========================
* Add range support (Raymond Feng) * Add range support (Raymond Feng)

View File

@ -1,7 +1,7 @@
{ {
"name": "loopback-component-storage", "name": "loopback-component-storage",
"description": "Loopback Storage Service", "description": "Loopback Storage Service",
"version": "1.6.0", "version": "1.7.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"