Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ in a process to compile and build native addons for Node.js.
npm i node-api-headers
```

<a name="versions"></a>

## Versions

Node-API C headers are backward-compatible. Its version (e.g. `8`) is released
separately from the Node.js version stream (e.g. `19.8.1`) and changes are
backported to active Node.js LTS lines (e.g. `16.x` and `18.x`).

This package publishes semver-minor versions with new Node-API C headers changes.
JS API breaking changes are published with new semver-major versions.

<a name="api"></a>

## API
Expand Down Expand Up @@ -92,4 +103,4 @@ grouped by version and api types.

<a name="license"></a>

Licensed under [MIT](./LICENSE.md)
Licensed under [MIT](./LICENSE.md)