This commit is contained in:
Miroslav Bajtoš 2014-12-15 19:29:16 +01:00
parent 8892119591
commit 579529ed1d
2 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2014-12-15, Version 2.8.6
=========================
* server-app: make _sortLayersByPhase stable (Miroslav Bajtoš)
* Rework phased middleware, fix several bugs (Miroslav Bajtoš)
2014-12-12, Version 2.8.5 2014-12-12, Version 2.8.5
========================= =========================
@ -9,16 +17,19 @@
* Fix bcrypt issues for browserify (Raymond Feng) * Fix bcrypt issues for browserify (Raymond Feng)
2014-12-08, Version 2.8.4
=========================
* Allow native bcrypt for performance (Raymond Feng) * Allow native bcrypt for performance (Raymond Feng)
2014-12-08, Version 2.8.3 2014-12-08, Version 2.8.3
========================= =========================
2014-12-08, Version 2.8.4
=========================
* Allow native bcrypt for performance (Raymond Feng)
* Remove unused underscore dependency (Ryan Graham) * Remove unused underscore dependency (Ryan Graham)

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback", "name": "loopback",
"version": "2.8.5", "version": "2.8.6",
"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": [