* Fix the build failure (Raymond Feng)

 * Fix the model-config/datasource merge (Raymond Feng)

 * Resolved style issue (Dennis Ashby)

 * Added code to allow model-config to respect model-config.local.js and model-config.env.js as do other config files. (Dennis Ashby)

 * Add jsdoc for `options.mixinSources` (Miroslav Bajtoš)

 * allow middleware to be optional (Hage Yaapa)
This commit is contained in:
Raymond Feng 2015-08-03 07:47:10 -07:00
parent e052da83db
commit 952c4101ef
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
2015-08-03, Version 2.9.0
=========================
* Fix the build failure (Raymond Feng)
* Fix the model-config/datasource merge (Raymond Feng)
* Resolved style issue (Dennis Ashby)
* Added code to allow model-config to respect model-config.local.js and model-config.env.js as do other config files. (Dennis Ashby)
* Add jsdoc for `options.mixinSources` (Miroslav Bajtoš)
* allow middleware to be optional (Hage Yaapa)
2015-06-24, Version 2.8.2
=========================

View File

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