* 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:
Richard Pringle 2016-08-29 13:59:37 -04:00
parent 0453814ad1
commit 366e29ef44
2 changed files with 17 additions and 1 deletions

View File

@ -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
=========================

View File

@ -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"