* change: skip cp lookup on no change (Miroslav Bajtoš)
 * Change: correctly rectify no-change (Miroslav Bajtoš)
 * Update model.js (Rand McKinney)
 * Adding properties description for User Model (David Cheung)
 * Add case-sensitve email option for User model. (Richard Pringle)
This commit is contained in:
Miroslav Bajtoš 2015-12-09 09:44:03 +01:00
parent 1b765922c9
commit 3b66fc1c88
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
2015-12-09, Version 2.26.0
==========================
* change: skip cp lookup on no change (Miroslav Bajtoš)
* Change: correctly rectify no-change (Miroslav Bajtoš)
* Update model.js (Rand McKinney)
* Adding properties description for User Model (David Cheung)
* Add case-sensitve email option for User model. (Richard Pringle)
2015-11-13, Version 2.25.0
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "2.25.0",
"version": "2.26.0",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
@ -104,6 +104,6 @@
},
"license": "MIT",
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback@2.25.0"
"sl-blip": "http://blip.strongloop.com/loopback@2.26.0"
}
}