From 486b959c1e8faf273a265a5eb7f0ff335aa59e1d Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 28 Jan 2021 21:04:44 +0100 Subject: [PATCH] updated docs --- README.md | 1 + docs/changes.html | 4 ++-- docs/history.html | 5 +++++ docs/index.html | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 933bf1d..99e8f52 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ Full function reference with examples can be found at [https://systeminformation | | build | X | | X | X | | OS build version | | | servicepack | | | | X | | service pack version | | | uefi | X | X | X | X | | OS started via UEFI | +| | hypervisor | | | | X | | hyper-v enabled? (win only) | | si.uuid(cb) | {...} | X | X | X | X | X | object of several UUIDs | | | os | X | X | X | X | | os specific UUID | | | hardware | X | X | X | X | | hardware specific UUID | diff --git a/docs/changes.html b/docs/changes.html index 0279188..9ea3534 100644 --- a/docs/changes.html +++ b/docs/changes.html @@ -185,7 +185,7 @@
  • Apple M1 Silicon extended support (now everything supported except of cpu temperature)
  • updated TypeScript definitions
  • -

    Test full version 5 functionality

    +

    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

    @@ -218,7 +218,7 @@
  • Async/Await. Due to the promises support, systeminformation also works perfectly with the `async/await` pattern (available in node.js v7.6.0 and above). See example in the docs.

  • -

    Full version history

    +

    Full Version History

    Full version histrory (every single release version from version 1.x.x to 5.x.x) can be viewed here

    diff --git a/docs/history.html b/docs/history.html index 1a3edf4..a023076 100644 --- a/docs/history.html +++ b/docs/history.html @@ -56,6 +56,11 @@ + + 5.0.6 + 2020-01-28 + osInfo() added hypervisor (win only) + 5.0.5 2020-01-27 diff --git a/docs/index.html b/docs/index.html index aa7cb37..858a9ff 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
    systeminformation
     
    -
    New Version: 5.0.5
    +
    New Version: 5.0.6