2.20.0
* Allow methods filter for middleware config (Raymond Feng) * Don't load Bluebird for createPromiseCallback (Miroslav Bajtoš) * fix exit early when password is non-string closes #1437 (Berkeley Martinez) * Promisify User model (Pradnya Baviskar) * Add missing . to user model property descriptions (Richard Walker)
This commit is contained in:
parent
9b748cb97f
commit
3c18d38548
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
|||
2015-08-06, Version 2.20.0
|
||||
==========================
|
||||
|
||||
* Allow methods filter for middleware config (Raymond Feng)
|
||||
|
||||
* Don't load Bluebird for createPromiseCallback (Miroslav Bajtoš)
|
||||
|
||||
* fix exit early when password is non-string closes #1437 (Berkeley Martinez)
|
||||
|
||||
* Promisify User model (Pradnya Baviskar)
|
||||
|
||||
* Add missing . to user model property descriptions (Richard Walker)
|
||||
|
||||
|
||||
2015-07-28, Version 2.19.1
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback",
|
||||
"version": "2.19.1",
|
||||
"version": "2.20.0",
|
||||
"description": "LoopBack: Open Source Framework for Node.js",
|
||||
"homepage": "http://loopback.io",
|
||||
"keywords": [
|
||||
|
@ -107,6 +107,6 @@
|
|||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.19.1"
|
||||
"sl-blip": "http://blip.strongloop.com/loopback@2.20.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue