napi-sys
napi-sys@3.0.0-alpha.0
10/28/2024
What's Changed
- fix!(sys): Node-API accept
NAPI_AUTO_LENGTH
parameter type should beisize
rather thanusize
by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2331 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-alpha.15...napi-sys@3.0.0-alpha.0 (opens in a new tab)
napi-sys@2.4.0
4/10/2024
What's Changed
- feat(napi-sys): support load Node-API symbols dynamically by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2014 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.1...napi-sys@2.4.0 (opens in a new tab)
napi-sys@2.3.0
11/7/2023
What's Changed
- fix(napi-sys): missing napi9 load on Windows by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1780 (opens in a new tab)
- feat(napi,sys): sync to napi9 by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1781 (opens in a new tab)
napi-sys@2.2.3
1/19/2023
What's Changed
- chore(sys): add
napi_no_external_buffers_allowed
toStatus
by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1445 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.10.8...napi-sys@2.2.3 (opens in a new tab)