From 6f60c6816c50f06b37727bf3f27e252c00473b49 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 28 Jan 2021 20:20:18 +0100 Subject: [PATCH] osinfo() added hypervisor (win only) --- CHANGELOG.md | 1 + docs/changes.html | 5 +++-- docs/os.html | 10 ++++++++++ lib/index.d.ts | 1 + lib/osinfo.js | 6 ++++++ 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7c37e..d225255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.0.6 | 2020-01-28 | `osinfo()` added hypervisor (win only) | | 5.0.5 | 2020-01-27 | `networkInterfaces()` type detection improved (win) | | 5.0.4 | 2020-01-27 | `cpu()` improved manufacturer decoding (linux) | | 5.0.3 | 2020-01-27 | `cpu()` fix virtualization, `wifi()` fix raspberry | diff --git a/docs/changes.html b/docs/changes.html index 853ee25..0279188 100644 --- a/docs/changes.html +++ b/docs/changes.html @@ -176,6 +176,7 @@
  • networkInterfaces(): type detection improved (win - wireless)
  • memoryLayout(): extended manufacturer list (decoding)
  • osInfo(): better fqdn (win)
  • +
  • osinfo(): added hypervizor if hyper-v is enabled (win only)
  • system(): better Raspberry PI detection
  • system(): added virtual and virtualHost (if system is virtual instance)
  • uuid(): better value support
  • @@ -184,8 +185,8 @@
  • Apple M1 Silicon extended support (now everything supported except of cpu temperature)
  • updated TypeScript definitions
  • -

    Test full functionality and view Version 5 results

    -

    If you want to see all function results on your machine, please head over to Testing section. Here you can easily test all functions without coding.

    +

    Test full version 5 functionality

    +

    If you want to see all function results on your machine, please head over to Testing section. We implemented a tiny test suite where you can easily go through all functions and test resuls on your machine without coding.

    Major Changes - Version 4

    New Functions