* executor: move "booted" and cb() to the next tick (Miroslav Bajtoš)
 * Fix lodash 4.0.0 breaking changes (Jérémie Drouet)
 * When config is overriden with null don't merge (Farid Neshat)
This commit is contained in:
Miroslav Bajtoš 2016-02-23 12:08:30 +01:00
parent 90b9211fff
commit 058e0e2f56
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,13 @@
2016-02-23, Version 2.17.0
==========================
* executor: move "booted" and cb() to the next tick (Miroslav Bajtoš)
* Fix lodash 4.0.0 breaking changes (Jérémie Drouet)
* When config is overriden with null don't merge (Farid Neshat)
2015-12-22, Version 2.16.0
==========================
@ -314,8 +324,6 @@
2014-07-17, Version v2.0.0-beta3
================================
* v2.0.0-beta3 (Miroslav Bajtoš)
* compiler: return a clone of instructions (Miroslav Bajtoš)
@ -334,8 +342,6 @@
2014-06-26, Version 2.0.0-beta1
===============================
* 2.0.0-beta1 (Miroslav Bajtoš)
* test: fix jshint warnings (Miroslav Bajtoš)
* compiler: fix references to loopback (Miroslav Bajtoš)

View File

@ -1,6 +1,6 @@
{
"name": "loopback-boot",
"version": "2.16.0",
"version": "2.17.0",
"description": "Convention-based bootstrapper for LoopBack applications",
"keywords": [
"StrongLoop",