We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a32803 commit 130338dCopy full SHA for 130338d
README.md
@@ -41,6 +41,17 @@ in a process to compile and build native addons for Node.js.
41
npm i node-api-headers
42
```
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
55
<a name="api"></a>
56
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)
0 commit comments