Skip to content

v1.2.0

Compare
Choose a tag to compare
@mmomtchev mmomtchev released this 05 Jan 17:14
· 26 commits to main since this release
  • Support storing of a custom per-isolate data structure (Napi::Env::GetInstanceData and Napi::Env::SetInstanceData)
  • Specify the memory ownership rules for Buffer
  • Support returning references to nested objects
  • Fix #16, global and static members can be noexcept
  • Fix a minor memory leak when calling a method with incorrect number of arguments
  • More meaningful exceptions for constructors to aid debugging