2.28.0
* Add new feature to emit a `remoteMethodDisabled` event when disabling a remote method. (Supasate Choochaisri) * Fix typo in Model.nestRemoting (Tim Needham) * Allow built-in token middleware to run repeatedly (Benjamin Kröger) * Improve error message on connector init error (Miroslav Bajtoš) * application: correct spelling of "cannont" (Sam Roberts)
This commit is contained in:
parent
091c71df23
commit
6d738690c8
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
|||
2016-05-02, Version 2.28.0
|
||||
==========================
|
||||
|
||||
* Add new feature to emit a `remoteMethodDisabled` event when disabling a remote method. (Supasate Choochaisri)
|
||||
|
||||
* Fix typo in Model.nestRemoting (Tim Needham)
|
||||
|
||||
* Allow built-in token middleware to run repeatedly (Benjamin Kröger)
|
||||
|
||||
* Improve error message on connector init error (Miroslav Bajtoš)
|
||||
|
||||
* application: correct spelling of "cannont" (Sam Roberts)
|
||||
|
||||
|
||||
2016-02-19, Version 2.27.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "2.27.0",
|
||||
"version": "2.28.0",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue