Changes
This commit is contained in:
8
node_modules/node-addon-api/README.md
generated
vendored
8
node_modules/node-addon-api/README.md
generated
vendored
@@ -47,7 +47,7 @@ to ideas specified in the **ECMA262 Language Specification**.
|
||||
- **[Contributors](#contributors)**
|
||||
- **[License](#license)**
|
||||
|
||||
## **Current version: 3.0.1**
|
||||
## **Current version: 3.0.0**
|
||||
|
||||
(See [CHANGELOG.md](CHANGELOG.md) for complete Changelog)
|
||||
|
||||
@@ -55,8 +55,8 @@ to ideas specified in the **ECMA262 Language Specification**.
|
||||
|
||||
<a name="setup"></a>
|
||||
|
||||
node-addon-api is based on [N-API](https://nodejs.org/api/n-api.html) and supports using different N-API versions.
|
||||
This allows addons built with it to run with Node.js versions which support the targeted N-API version.
|
||||
node-addon-api is based on [N-API](https://nodejs.org/api/n-api.html) and supports using different N-API versions.
|
||||
This allows addons built with it to run with Node.js versions which support the targeted N-API version.
|
||||
**However** the node-addon-api support model is to support only the active LTS Node.js versions. This means that
|
||||
every year there will be a new major which drops support for the Node.js LTS version which has gone out of service.
|
||||
|
||||
@@ -115,7 +115,7 @@ The following is the documentation for node-addon-api.
|
||||
- [Async Operations](doc/async_operations.md)
|
||||
- [AsyncWorker](doc/async_worker.md)
|
||||
- [AsyncContext](doc/async_context.md)
|
||||
- [AsyncWorker Variants](doc/async_worker_variants.md)
|
||||
- [AsyncProgressWorker](doc/async_progress_worker.md)
|
||||
- [Thread-safe Functions](doc/threadsafe_function.md)
|
||||
- [Promises](doc/promises.md)
|
||||
- [Version management](doc/version_management.md)
|
||||
|
||||
Reference in New Issue
Block a user