File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,17 @@ in a process to compile and build native addons for Node.js.
41
41
npm i node-api-headers
42
42
```
43
43
44
+ <a name =" versions " ></a >
45
+
46
+ ## Versions
47
+
48
+ Node-API C headers are backward-compatible. Its version (e.g. ` 8 ` ) is released
49
+ separately from the Node.js version stream (e.g. ` 19.8.1 ` ) and changes are
50
+ backported to active Node.js LTS lines (e.g. ` 16.x ` and ` 18.x ` ).
51
+
52
+ This package publishes semver-minor versions with new Node-API C headers changes.
53
+ JS API breaking changes are published with new semver-major versions.
54
+
44
55
<a name =" api " ></a >
45
56
46
57
## API
@@ -92,4 +103,4 @@ grouped by version and api types.
92
103
93
104
<a name =" license " ></a >
94
105
95
- Licensed under [ MIT] ( ./LICENSE.md )
106
+ Licensed under [ MIT] ( ./LICENSE.md )
You can’t perform that action at this time.
0 commit comments