1.10.0
* Continue middleware chain after download error (Miroslav Bajtoš) * Clean up "download()" implementation (Miroslav Bajtoš) * Return error when no file is uploaded (Loay) * Update README with correct doc links, etc (Amir Jafarian) * Upgrade loopback to 3.0.0 (Loay) * Fix `use strict` (Amir Jafarian) * Simplify mocha test in package.json (Amir Jafarian) * Fix linting errors (Amir Jafarian) * Auto-update by eslint --fix (Amir Jafarian) * Add eslint infrastructure (Amir Jafarian)
This commit is contained in:
parent
cb87b9cf94
commit
1ed7c6cef0
24
CHANGES.md
24
CHANGES.md
|
@ -1,3 +1,27 @@
|
||||||
|
2016-11-11, Version 1.10.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Continue middleware chain after download error (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Clean up "download()" implementation (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Return error when no file is uploaded (Loay)
|
||||||
|
|
||||||
|
* Update README with correct doc links, etc (Amir Jafarian)
|
||||||
|
|
||||||
|
* Upgrade loopback to 3.0.0 (Loay)
|
||||||
|
|
||||||
|
* Fix `use strict` (Amir Jafarian)
|
||||||
|
|
||||||
|
* Simplify mocha test in package.json (Amir Jafarian)
|
||||||
|
|
||||||
|
* Fix linting errors (Amir Jafarian)
|
||||||
|
|
||||||
|
* Auto-update by eslint --fix (Amir Jafarian)
|
||||||
|
|
||||||
|
* Add eslint infrastructure (Amir Jafarian)
|
||||||
|
|
||||||
|
|
||||||
2016-10-07, Version 1.9.2
|
2016-10-07, Version 1.9.2
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-storage",
|
"name": "loopback-component-storage",
|
||||||
"description": "Loopback Storage Service",
|
"description": "Loopback Storage Service",
|
||||||
"version": "1.9.2",
|
"version": "1.10.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
|
Loading…
Reference in New Issue