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)
This commit is contained in:
parent
e052da83db
commit
952c4101ef
16
CHANGES.md
16
CHANGES.md
|
@ -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
|
2015-06-24, Version 2.8.2
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-boot",
|
"name": "loopback-boot",
|
||||||
"version": "2.8.2",
|
"version": "2.9.0",
|
||||||
"description": "Convention-based bootstrapper for LoopBack applications",
|
"description": "Convention-based bootstrapper for LoopBack applications",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue