v7.0.0
SemVer major release to pull changes since the last release. The main motivations for the release are:
- Drop support for Node.js v14.x and v19.x.
- Ensure native receiver exists when calling instance methods and properties.
- Fix issue when creating
Napi::Error
instances that wrap primitives values.
What's Changed
- [test] Add test coverage for AsyncProgressWorker by @JckXia in #1307
- doc: complete code curly braces in async_worker.md by @gaowanlu in #1317
- doc: add missing Value::IsBigInt by @KevinEady in #1319
- [Test] Add tests for async progress queue worker by @JckXia in #1316
- [StepSecurity] Apply security best practices by @step-security-bot in #1308
- doc,chore: drop support for Node.js v14, v19 by @KevinEady in #1324
- release: v7.0.0 by @KevinEady in #1336
New Contributors
- @gaowanlu made their first contribution in #1317
- @step-security-bot made their first contribution in #1308
Full Changelog: v6.1.0...v7.0.0