2.32.0
* test/user: don't attach User model twice (Miroslav Bajtoš) * app.enableAuth: correctly detect attached models (Miroslav Bajtoš) * Apply g.f to literal strings (Candy) * Make the app instance available to connectors (Subramanian Krishnan) * Reorder PATCH Vs PUT endpoints (Amir Jafarian) * streamline use if `self` (Benjamin Kroeger) * resolve related models from correct registry (Benjamin Kroeger) * KeyValueModel: add API for listing keys (Miroslav Bajtoš)
This commit is contained in:
parent
f362084770
commit
eb43412439
20
CHANGES.md
20
CHANGES.md
|
@ -1,3 +1,23 @@
|
||||||
|
2016-09-05, Version 2.32.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* test/user: don't attach User model twice (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* app.enableAuth: correctly detect attached models (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Apply g.f to literal strings (Candy)
|
||||||
|
|
||||||
|
* Make the app instance available to connectors (Subramanian Krishnan)
|
||||||
|
|
||||||
|
* Reorder PATCH Vs PUT endpoints (Amir Jafarian)
|
||||||
|
|
||||||
|
* streamline use if `self` (Benjamin Kroeger)
|
||||||
|
|
||||||
|
* resolve related models from correct registry (Benjamin Kroeger)
|
||||||
|
|
||||||
|
* KeyValueModel: add API for listing keys (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
|
||||||
2016-08-17, Version 2.31.0
|
2016-08-17, Version 2.31.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.31.0",
|
"version": "2.32.0",
|
||||||
"description": "LoopBack: Open Source Framework for Node.js",
|
"description": "LoopBack: Open Source Framework for Node.js",
|
||||||
"homepage": "http://loopback.io",
|
"homepage": "http://loopback.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue