Skip to content

Commit

Permalink
doc: update N-API version matrix
Browse files Browse the repository at this point in the history
PR-URL: #29461
Backport-PR-URL: #29643
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
Gabriel Schulhof authored and BethGriggs committed Oct 1, 2019
1 parent 69b0212 commit 15c2eb0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,15 @@ available to the module code.

## N-API Version Matrix

| | 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 | v10.16.0 |
| v11.x | | | v11.0.0 | v11.8.0 |
| | 1 | 2 | 3 | 4 | 5 |
|:-----:|:-------:|:--------:|:--------:|:--------:|:---------:|
| 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 | v10.16.0 | REPLACEME |
| v11.x | | | v11.0.0 | v11.8.0 | |
| v12.x | | | | v12.0.0 | |
| v13.x | | | | | |

\* Indicates that the N-API version was released as experimental

Expand Down

0 comments on commit 15c2eb0

Please sign in to comment.