v0.38.0
What's Changed
- test: verify cleanup hooks order by @toyobayashi in #53
- test: null string by @toyobayashi in #54
- fix
emnapi_sync_memory
signature by @toyobayashi in #55 - perf: decode small UTF8 string by @toyobayashi in #56
- BREAKING CHANGE: no longer ship modified node-addon-api headers by @toyobayashi in #57
Users who use node-addon-api need to npm install node-addon-api
and then manually add node-addon-api package path to the compiler include directories, via -I
/ include_directories()
/ target_include_directories()
/ cmake -DEMNAPI_FIND_NODE_ADDON_API=ON
Full Changelog: v0.37.0...v0.38.0