Skip to content

Release 6.1.0

Compare
Choose a tag to compare
@NickNaso NickNaso released this 20 Apr 14:33
· 111 commits to main since this release

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 and Napi::Buffer::NewOrCopy() to handle the support for external buffers.

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0