Releases: mmomtchev/nobind
Releases · mmomtchev/nobind
v1.2.1
v1.2.0
- Support storing of a custom per-isolate data structure (
Napi::Env::GetInstanceData
andNapi::Env::SetInstanceData
) - Specify the memory ownership rules for
Buffer
- Support returning references to nested objects
- Fix #16, global and
static
members can benoexcept
- Fix a minor memory leak when calling a method with incorrect number of arguments
- More meaningful exceptions for constructors to aid debugging