SemVer minor release to pull changes since the last release. The main motivations for the release is the addition of a new APIs and a lot of important fixes.
Release 3.1.0
SemVer minor release to pull changes since the last release. The main motivations for the release is the addition of a new APIs and a lot of important fixes.
Release 3.0.2
SemVer patch release to pull changes since the last release. The main motivations for the release are:
Fixed the compilation breakage introduced in the previous release (v3.0.1).
Added the new Napi::Addon api to o help handle the loading of a native add-on into multiple
threads and or multiple times in the same thread.
Converted tests that gc into async functions that await 10 ticks after each gc.
Refactored test for threasfafe function using async/await.
Some minor corrections all over the test suite and documentation.
Release 3.0.1
SemVer patch release to pull changes since the last release. The main motivations for the release are the fix on some api and documentation.
Release 3.0.0
SemVer major release to pull changes since the last release. The main motivations for the release are the addition of new APIs and a lot of important fixes.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps node-addon-api from 2.0.2 to 3.2.0.
Release notes
Sourced from node-addon-api's releases.
Changelog
Sourced from node-addon-api's changelog.
... (truncated)
Commits
60348d1
Prepare release 3.2.0.5272131
docs: add napi-rs iin Other Bindings section (#999)78a6570
doc: fix typo in code example (#997)da3bd57
test: fix undoc assumptions about the timing of tsfn calls410cf6a
src: return bool on object freeze and seal (#991)93f1898
src: return bool on object set and define property (#977)331c2ee
build: add Node.js v16.x to CI (#983)b6f5eb1
test: run test suites with helpersfbcdf00
test: rename misspelled parameters63a6c32
test: fix intermittent TSFN crashesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)