Skip to content

Releases: mmomtchev/nobind

v1.2.1

16 Jul 13:29
Compare
Choose a tag to compare
  • Fix #21, the default typemaps do not accept C++ POD objects

v1.2.0

05 Jan 17:14
Compare
Choose a tag to compare
  • 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

v1.1.1

01 Dec 17:51
Compare
Choose a tag to compare
  • Fix #7, escape the include directory path on Windows

v1.1.0

30 Nov 18:39
Compare
Choose a tag to compare
  • Implement #5, automatic object persistence in asynchronous mode
  • Fix #3, compilation error when using .ext() class extension with arguments
  • Fix the module name in binding.gyp in the example

v1.0.0

22 Nov 13:51
Compare
Choose a tag to compare
  • First release