napi-sys
napi-sys@2.2.2
5/10/2022
What's Changed
- fix(napi-sys): don't panic if
napi_*
is failed to load by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1176
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-sys@2.2.1...napi-sys@2.2.2
napi-sys@2.2.1
5/7/2022
What's Changed
- fix(napi-sys): load Node-API symbols manually on Windows by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1169
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-sys@2.2.0...napi-sys@2.2.1
napi-sys@2.2.0
5/7/2022
What's Changed
- Use
libloading
on Windows to avoid Windows i686 compiling issues and reduce crate size by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1167
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.3.3...napi-sys@2.2.0
napi-sys@2.1.0
12/2/2021
Features
- Enable node_api syntax error experimental functions #897 @idan-at
napi-sys@2.0.0
11/29/2021
Breaking Changes
- Remove rust enum to avoid compatible issue #887 @Brooooooklyn
threadsafe_function
related types now is under thenapi4
feature flag @Brooooooklyn- Add
experimental
flag andnode_api_get_module_file_name
function @Brooooooklyn