From e79f0c23ad03f84c6c289a5333782207aff11283 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 1 Mar 2019 10:44:53 -0500 Subject: [PATCH] doc: fix up N-API support matrix The support matrix was out of date. Update with current status. Fixes: https://github.com/nodejs/node/issues/25801 PR-URL: https://github.com/nodejs/node/pull/26377 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- doc/api/n-api.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 1c26df5ba63667..d2b665e0bd86b0 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -145,13 +145,13 @@ available to the module code. ## N-API Version Matrix -| | 1 | 2 | 3 | -|:-----:|:-------:|:--------:|:--------:| -| v4.x | | | | -| v6.x | | | v6.14.2* | -| v8.x | v8.0.0* | v8.10.0* | | -| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | -| v10.x | | | v10.0.0 | +| | 1 | 2 | 3 | 4 | +|:-----:|:-------:|:--------:|:--------:|:--------:| +| v6.x | | | v6.14.2* | | +| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | | +| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | +| v10.x | | | v10.0.0 | | +| v11.x | | | v11.0.0 | v11.8.0 | \* Indicates that the N-API version was released as experimental