napi-build
napi-build@2.0.0
5/7/2022
What's Changed
BREAKING
- Use
libloading
on Windows, removenode-{arch}.lib
files innapi-build
by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1167
You must use napi 2.4+
with the napi-build@2
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.3.3...napi-build@2.0.0
napi-build@1.2.1
12/21/2021
What's Changed
- fix: keep
.d.ts
and.js
untouched if native doesn't change by @forehalo in https://github.com/napi-rs/napi-rs/pull/941
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.0.0...napi-build@1.2.1
napi-build@1.2.0
12/2/2021
Features
- Update Windows x64 and Windows x86 lib file to
Node.js@17.2.0
⚠️ There is no official Node.js build for Windows ARM64 for now: https://github.com/nodejs/build/issues/2450
So if you want build library for Windows ARM64, you can not use experimental
features for now.
napi-build@1.1.2
11/25/2021
Bugfix
- Fix cargo:rerun-if commands #871 @sam3d