2.8.0
* Support iisnode using named pipes as PORT value (Jonathan Sheely) * support 'mixinsources' option (Pradnya Baviskar) * compiler: Simplify verifyModelDefinitions() (Miroslav Bajtoš) * Fix coding style issues, add API docs (Miroslav Bajtoš) * Extend options arg to support custom model definitions (Shlomi Assaf) * add support for mixins - [mixinDirs]: List of directories to look for files containing model mixin definition. (Pradnya Baviskar)
This commit is contained in:
parent
083a1265a4
commit
a06aaba1cb
16
CHANGES.md
16
CHANGES.md
|
@ -1,3 +1,19 @@
|
||||||
|
2015-05-29, Version 2.8.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Support iisnode using named pipes as PORT value (Jonathan Sheely)
|
||||||
|
|
||||||
|
* support 'mixinsources' option (Pradnya Baviskar)
|
||||||
|
|
||||||
|
* compiler: Simplify verifyModelDefinitions() (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Fix coding style issues, add API docs (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Extend options arg to support custom model definitions (Shlomi Assaf)
|
||||||
|
|
||||||
|
* add support for mixins - [mixinDirs]: List of directories to look for files containing model mixin definition. (Pradnya Baviskar)
|
||||||
|
|
||||||
|
|
||||||
2015-04-23, Version 2.7.1
|
2015-04-23, Version 2.7.1
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-boot",
|
"name": "loopback-boot",
|
||||||
"version": "2.7.1",
|
"version": "2.8.0",
|
||||||
"description": "Convention-based bootstrapper for LoopBack applications",
|
"description": "Convention-based bootstrapper for LoopBack applications",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue