3.17.1
* Update nestRemoting to pass optionsFromContext (bmatson) * fix(test): rem exclusive test (Samuel Reed) * fix(test): working test with 0 userId (Samuel Reed) * fix(AccessContext): Tighten userid/appid checks (Samuel Reed) * fix(id): replace with != null (Samuel Reed)
This commit is contained in:
parent
b045e4a6be
commit
243af4bfc2
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
|||
2017-12-12, Version 3.17.1
|
||||
==========================
|
||||
|
||||
* Update nestRemoting to pass optionsFromContext (bmatson)
|
||||
|
||||
* fix(test): rem exclusive test (Samuel Reed)
|
||||
|
||||
* fix(test): working test with 0 userId (Samuel Reed)
|
||||
|
||||
* fix(AccessContext): Tighten userid/appid checks (Samuel Reed)
|
||||
|
||||
* fix(id): replace with != null (Samuel Reed)
|
||||
|
||||
|
||||
2017-11-29, Version 3.17.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "3.17.0",
|
||||
"version": "3.17.1",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue