1.9.1
* Add provider upload response in final response (Loic VELUT) * Continue middleware chain after download. (Richard Pringle) * Add test for beforeRemote hook on download. (Richard Pringle) * Use ephemeral port in upload/download test. (Richard Pringle) * Add globalization to module. (Richard Pringle) * Fix windows upload test double callback issue (David Cheung)
This commit is contained in:
parent
0453814ad1
commit
366e29ef44
16
CHANGES.md
16
CHANGES.md
|
@ -1,3 +1,19 @@
|
|||
2016-08-29, Version 1.9.1
|
||||
=========================
|
||||
|
||||
* Add provider upload response in final response (Loic VELUT)
|
||||
|
||||
* Continue middleware chain after download. (Richard Pringle)
|
||||
|
||||
* Add test for beforeRemote hook on download. (Richard Pringle)
|
||||
|
||||
* Use ephemeral port in upload/download test. (Richard Pringle)
|
||||
|
||||
* Add globalization to module. (Richard Pringle)
|
||||
|
||||
* Fix windows upload test double callback issue (David Cheung)
|
||||
|
||||
|
||||
2016-07-18, Version 1.9.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "loopback-component-storage",
|
||||
"description": "Loopback Storage Service",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
||||
|
|
Loading…
Reference in New Issue