From 742a0327753ea26f767d255202f8e5c985f36dc7 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Mon, 16 Mar 2020 08:24:07 -0700 Subject: [PATCH] doc: complete n-api version matrix We have received feedback indicating that the N-API support matrix as present now can be misinterpreted to mean that old versions of N-API are no longer supported on newer versions of Node.js. Filling out the bottom of the matrix should hopefully make it clear that support for such old versions continues. PR-URL: https://github.com/nodejs/node/pull/32304 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Chengzhong Wu Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell --- doc/api/n-api.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 4ce76b06c896b4..22ddd899840843 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -246,10 +246,9 @@ listed as supporting a later version. | v6.x | | | v6.14.2* | | | | v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | | | v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | | -| v10.x | | | v10.0.0 | | | -| v11.x | | | v11.0.0 | v11.8.0 | | -| v12.x | | | | v12.0.0 | v12.11.0 | -| v13.x | | | | | | +| v10.x | v10.0.0 | v10.0.0 | v10.0.0 | v10.16.0 | v10.17.0 | +| v11.x | v11.0.0 | v11.0.0 | v11.0.0 | v11.8.0 | | +| v12.x | v12.0.0 | v12.0.0 | v12.0.0 | v12.0.0 | v12.11.0 | \* Indicates that the N-API version was released as experimental