napi@3.0.0-alpha.9
Pre-release
Pre-release
·
776 commits
to main
since this release
What's Changed
- test: skip unstable test in WASI env by @Brooooooklyn in #2196
- fix(napi): allow ThreadsafeFunction in Either by @Brooooooklyn in #2204
- chore: implement serde::Serialize for Either by @lbarthon in #2209
- ci: fix Address Sanitizer check by @Brooooooklyn in #2212
- fix(napi,napi-derive): ffi lifetime and pointer sound issues by @cathy-sjh in #2216
- feat: support structured enum with discriminated unions by @CPunisher in #2222
- feat(napi): mark JsArraybufferValue's value pub by @richerfu in #2226
- fix(napi): use error_ref should checkout it at first by @richerfu in #2235
- fix(napi): windows function registration timing by @Brooooooklyn in #2248
- perf(napi): remove unnecessary checks for strings from napi_get_value_string_utf8 by @SyMind in #2247
- refactor!(napi): Ref should not hold the value ptr by @Brooooooklyn in #2243
New Contributors
- @CPunisher made their first contribution in #2210
- @cathy-sjh made their first contribution in #2216
- @markovalenko made their first contribution in #2220
- @DonIsaac made their first contribution in #2233
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-alpha.7...napi@3.0.0-alpha.9