Releases: nodejs/node-addon-api
Release 1.6.1
SemVer patch release to pull changes since the last release. The motivations for release is to enable the Napi::CallbackScope
feature with N-API v3. Furthermore there are some other minor fixes on documentation.
Release 1.6.0
SemVer minor release to pull changes since the last release. Mostly minor fixes and additions. The motivations for release are the addition of a new feature Napi::CallbackScope
, that helps to have the equivalent of the scope associated with a callback in place when making certain N-API calls. Furthermore there are some additions on tests and improvements on documentation about the ABI stability.
Release 1.5.0
SemVer minor release to pull changes since the last release. Mostly minor fixes and additions. The motivations for release are the addition of new feature (AsyncContext, BigInt and VersionManagement), some big fixes to avoid memory leaks, the end of the documentation that now cover all the API's surface, the addition of new tool to check if a native add-on is built with N-API or not.
Release 1.4.0
SemVer minor release to pull changes since the last release. Mostly minor fixes and additions. The main motivation for release is to improve AsyncWorker and add memory management feature. Furthermore there are numerous additions to the documentation.
Release 1.3.0
SemVer minor release to pull changes since the last release. Mostly minor fixes and additions. The main motivation for release is to add the use of built-in N-API when using the latest version of the 6.x line.
Release 1.2.0
SemVer minor release to pull changes since last release. Mostly minor fixes and additions. Main motivation for release it to fix issues in building with earlier releases of 8.X.
Release 1.1.0
Release 1.1.0
Pull in all new fixes/features/updates since last release.
Matching release for Node.js 8.6
Sync with Node.js version 8.6.0