v0.45.0
What's Changed
-
feat: separate transformer packages by @toyobayashi in #94
-
fix: incorrect result of
napi_create_bigint_uint64
when the input is greater than0x7fffffffffffffff
by @toyobayashi in #98 -
feat: add
node_api_create_property_key_utf16
as a alias ofnapi_create_string_utf16
by @toyobayashi in #95 -
build: prebuilt library is built by LLVM 17 (wasi-sdk-21 & emscripten 3.1.44) by @toyobayashi in 2da3e2b
Engineering
- refactor: allow macros defined in source code by @toyobayashi in #90
- refactor: factor out common code into macros by @toyobayashi in #91
- refactor: migrate to ESM by @toyobayashi in #93
- refactor: improve TypeScript custom transformers by @toyobayashi in #97
Full Changelog: v0.44.0...v0.45.0