napi@3.0.0-alpha.16
Pre-release
Pre-release
·
738 commits
to main
since this release
What's Changed
- chore(napi): display the real info for TypedArray by @richerfu in #2310
- fix(napi): before using from_raw_parts should check if data is null by @richerfu in #2311
- fix(napi): TypedArray is not ArrayBuffer in Deno by @Brooooooklyn in #2314
- fix(napi): needless cast to CString before call napi_create_string_utf8 by @Brooooooklyn in #2321
- docs: update n-api version matrix docs url by @selfisekai in #2319
- chore(deps): update dependency oxlint to ^0.10.0 by @renovate in #2318
- refactor!(napi): remove &str FromNapiValue by @Brooooooklyn in #2323
New Contributors
- @selfisekai made their first contribution in #2319
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-alpha.15...napi@3.0.0-alpha.16