@loopback/core
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.10.0"></a> | ||
# [0.10.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.9.0...@loopback/core@0.10.0) (2018-06-27) | ||
### Features | ||
* add `listening` property in the server interface ([ff0eab7](https://github.com/strongloop/loopback-next/commit/ff0eab7)), closes [#1368](https://github.com/strongloop/loopback-next/issues/1368) | ||
<a name="0.9.0"></a> | ||
@@ -8,0 +19,0 @@ # [0.9.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.8.8...@loopback/core@0.9.0) (2018-06-20) |
@@ -22,2 +22,6 @@ /** | ||
stop(): Promise<void>; | ||
/** | ||
* Tells whether the server is listening for connections or not | ||
*/ | ||
listening: boolean; | ||
} |
@@ -22,2 +22,6 @@ /** | ||
stop(): Promise<void>; | ||
/** | ||
* Tells whether the server is listening for connections or not | ||
*/ | ||
listening: boolean; | ||
} |
{ | ||
"name": "@loopback/core", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "", | ||
@@ -26,8 +26,8 @@ "engines": { | ||
"dependencies": { | ||
"@loopback/context": "^0.11.7", | ||
"@loopback/context": "^0.11.8", | ||
"@loopback/dist-util": "^0.3.3" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^0.6.9", | ||
"@loopback/testlab": "^0.10.8", | ||
"@loopback/build": "^0.6.10", | ||
"@loopback/testlab": "^0.10.9", | ||
"@types/node": "^10.1.1" | ||
@@ -34,0 +34,0 @@ }, |
@@ -27,2 +27,6 @@ // Copyright IBM Corp. 2017. All Rights Reserved. | ||
stop(): Promise<void>; | ||
/** | ||
* Tells whether the server is listening for connections or not | ||
*/ | ||
listening: boolean; | ||
} |
75814
1447
Updated@loopback/context@^0.11.8