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)
This commit is contained in:
parent
1b765922c9
commit
3b66fc1c88
14
CHANGES.md
14
CHANGES.md
|
@ -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
|
2015-11-13, Version 2.25.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.25.0",
|
"version": "2.26.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": [
|
||||||
|
@ -104,6 +104,6 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback@2.25.0"
|
"sl-blip": "http://blip.strongloop.com/loopback@2.26.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue