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 <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Michael Dawson 2019-03-01 10:44:53 -05:00
parent 33880d79dd
commit 1bdcfa7abe

View File

@ -145,13 +145,13 @@ available to the module code.
## N-API Version Matrix ## N-API Version Matrix
| | 1 | 2 | 3 | | | 1 | 2 | 3 | 4 |
|:-----:|:-------:|:--------:|:--------:| |:-----:|:-------:|:--------:|:--------:|:--------:|
| v4.x | | | | | v6.x | | | v6.14.2* | |
| v6.x | | | v6.14.2* | | v8.x | v8.0.0* | v8.10.0* | v8.11.2 | |
| v8.x | v8.0.0* | v8.10.0* | | | v9.x | v9.0.0* | v9.3.0* | v9.11.0* | |
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | v10.x | | | v10.0.0 | |
| v10.x | | | v10.0.0 | | v11.x | | | v11.0.0 | v11.8.0 |
\* Indicates that the N-API version was released as experimental \* Indicates that the N-API version was released as experimental