Release 6.1.0
SemVer minor release to pull changes since the last release. The main motivations for the release are:
- Enforce type checks on
Napi::Value::As()
. - Added
Napi::TypeTaggable
class. - Defined
NAPI_HAS_THREADS
to make TSFN available on Emscripten. - Defined
NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
andNapi::Buffer::NewOrCopy()
to handle the support for external buffers.
What's Changed
- test: Add test covg for obj wrap by @JckXia in #1269
- test: Update wait with a condition by @JckXia in #1297
- Add test coverage for typed and range err by @JckXia in #1280
- test: Complete test coverage for Reference class by @JckXia in #1277
- Fix exits/exists typo in docs for Env::AddCleanupHook() by @RedBeard0531 in #1306
- src: enforce type checks on Napi::Value::As() by @legendecas in #1281
New Contributors
- @RedBeard0531 made their first contribution in #1306
Full Changelog: v6.0.0...v6.1.0