2.22.0
* Create stack-removing errorhandler middleware (Richard Walker) * Update README.md (Rand McKinney) * Allow EJS templates to use includes (Samuel Gaus) * Fix options.to assertion message in user.verify (Farid Nouri Neshat) * Upgrade Travis to container-based infrastructure (Miroslav Bajtoš) * fix typo "PeristedModel" (Christoph)
This commit is contained in:
parent
57e40cf3a4
commit
15c1ac8bb5
16
CHANGES.md
16
CHANGES.md
|
@ -1,3 +1,19 @@
|
||||||
|
2015-09-03, Version 2.22.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Create stack-removing errorhandler middleware (Richard Walker)
|
||||||
|
|
||||||
|
* Update README.md (Rand McKinney)
|
||||||
|
|
||||||
|
* Allow EJS templates to use includes (Samuel Gaus)
|
||||||
|
|
||||||
|
* Fix options.to assertion message in user.verify (Farid Nouri Neshat)
|
||||||
|
|
||||||
|
* Upgrade Travis to container-based infrastructure (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* fix typo "PeristedModel" (Christoph)
|
||||||
|
|
||||||
|
|
||||||
2015-08-13, Version 2.21.0
|
2015-08-13, Version 2.21.0
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback",
|
"name": "loopback",
|
||||||
"version": "2.21.0",
|
"version": "2.22.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": [
|
||||||
|
@ -107,6 +107,6 @@
|
||||||
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"sl-blip": "http://blip.strongloop.com/loopback@2.21.0"
|
"sl-blip": "http://blip.strongloop.com/loopback@2.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue