v2.0.0-rc.1
Pre-release
Pre-release
- TypeScript support
- Object store (fixes #1)
- Automatic async locking
- Implement synchronous garbage-collection through basic finalizers - this pushes the minimum supported
node-addon-apito 8.3.0 and it requires Node.js 18.20, 20.12, 21.6 or 22+ - check forNODE_API_EXPERIMENTAL_HAS_POST_FINALIZERmacro to ensure that the feature is enabled - Automatic support for C++ iterators via built-in helpers
- New
Nobind::ReturnCopyreturn attribute allows to always copy the returned object - Fix #30,
m.ext<T>(...)accepts only functions withT &as first parameter - Fix #34, getters of members of class type return dangling references