* Allow dataSource === false (Raymond Feng)

 * Fix remoting metadata for User.login#include (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2015-04-28 08:09:44 +02:00
parent da50d6ffb0
commit f93590de1b
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2015-04-28, Version 2.17.1
==========================
* Allow dataSource === false (Raymond Feng)
* Fix remoting metadata for User.login#include (Miroslav Bajtoš)
2015-04-21, Version 2.17.0
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.17.0",
"version": "2.17.1",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
@ -105,6 +105,6 @@
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback@2.17.0"
"sl-blip": "http://blip.strongloop.com/loopback@2.17.1"
}
}