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)
This commit is contained in:
parent
69bcf93247
commit
fa3491a08f
16
CHANGES.md
16
CHANGES.md
|
@ -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)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue