osInfo() added uefi (OS uses UEFI during startup)
This commit is contained in:
+8
-3
@@ -51,9 +51,9 @@
|
||||
</ul>
|
||||
<h4>Breaking Changes</h4>
|
||||
<ul>
|
||||
<li><span class="code">networkStats()</span>: will provide an **array** of stats for all given interfaces. In previous versions only one interface was provided as a parameter. Pass '*' for all interfaces</li>
|
||||
<li><span class="code">networkStats()</span>: will provide an <strong>array</strong> of stats for all given interfaces. In previous versions only one interface was provided as a parameter. Pass '*' for all interfaces</li>
|
||||
<li><span class="code">networkStats()</span>: <span class="code">rx</span> and <span class="code">tx</span> changed to <span class="code">rx_bytes</span> and <span class="code">tx_bytes</span></li>
|
||||
<li><span class="code">dockerContainerStats()</span> will provide an **array** of stats for all given docker containers. In previous versions only one interface was provided as a parameter. Pass '*' for all docker containers</li>
|
||||
<li><span class="code">dockerContainerStats()</span> will provide an <strong>array</strong> of stats for all given docker containers. In previous versions only one interface was provided as a parameter. Pass '*' for all docker containers</li>
|
||||
</ul>
|
||||
<h4>Other Changes</h4>
|
||||
<ul>
|
||||
@@ -65,7 +65,7 @@
|
||||
<li><span class="code">networkStats()</span> added <span class="code">operstate</span>, <span class="code">type</span>, <span class="code">duplex</span>, <span class="code">mtu</span>, <span class="code">speed</span>, <span class="code">carrierChanges</span></li>
|
||||
<li>added TypeScript definitions </li>
|
||||
</ul>
|
||||
<p>Be aware**, that the new version 4.x is **NOT fully backward compatible** to version 3.x ...</p>
|
||||
<p><strong>Be aware</strong>, that the new version 4.x is <strong>NOT fully backward compatible</strong> to version 3.x ...</p>
|
||||
|
||||
<h3>Major (breaking) Changes - Version 3</h3>
|
||||
<ul>
|
||||
@@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.19.0</th>
|
||||
<td>2020-01-12</td>
|
||||
<td><span class="code">osInfo()</span> uefi (OS uses UEFI on startup)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.18.3</th>
|
||||
<td>2020-01-10</td>
|
||||
|
||||
Reference in New Issue
Block a user