napi-sys
napi-sys@3.0.0-alpha.3
6/3/2025
What's Changed
- fix(sys): napi10 types by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2682 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-sys@3.0.0-alpha.2...napi-sys@3.0.0-alpha.3 (opens in a new tab)
napi-sys@3.0.0-alpha.2
5/29/2025
What's Changed
- feat(sys): sync Node-API version changes by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2661 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-beta.2...napi-sys@3.0.0-alpha.2 (opens in a new tab)
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)