@napi-rs/cli
@napi-rs/cli@2.14.5
1/29/2023
2.14.5 (2023-01-29)
Bug Fixes
- cli: upload GitHub assets issue (a302c9c)
@napi-rs/cli@2.14.4
1/20/2023
2.14.4 (2023-01-20)
Bug Fixes
- napi: build error with zig@0.10.1 (2f52793)
@napi-rs/cli@2.14.3
1/13/2023
What's Changed
- Fix broken zig behaviors by @controversial in https://github.com/napi-rs/napi-rs/pull/1432
New Contributors
- @controversial made their first contribution in https://github.com/napi-rs/napi-rs/pull/1432
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.10.6...@napi-rs/cli@2.14.3
@napi-rs/cli@2.14.2
1/10/2023
What's Changed
- Fix CARGO env var in
napi build
by @overlookmotel in https://github.com/napi-rs/napi-rs/pull/1426
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.10.5...@napi-rs/cli@2.14.2
@napi-rs/cli@2.14.1
1/3/2023
What's Changed
- [Fix] Quote toml path by @TheBrenny in https://github.com/napi-rs/napi-rs/pull/1410
- chore(cli): update CI template by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1416
New Contributors
- @TheBrenny made their first contribution in https://github.com/napi-rs/napi-rs/pull/1410
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.10.4...@napi-rs/cli@2.14.1
@napi-rs/cli@2.14.0
12/25/2022
What's Changed
- feat(cli):
Darwin
universal architecture by @skirsdeda in https://github.com/napi-rs/napi-rs/pull/1397 - feat(cli): add --zig-link-only option by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1400
New Contributors
- @skirsdeda made their first contribution in https://github.com/napi-rs/napi-rs/pull/1397
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.10.3...@napi-rs/cli@2.14.0
@napi-rs/cli@2.13.3
12/15/2022
2.13.3 (2022-12-15)
Bug Fixes
- cli: set cmake toolchain for android cross build (#1394) (f2c10af)
- cli: template to works with nix (#1391) (36a897e)
@napi-rs/cli@2.13.2
12/9/2022
2.13.2 (2022-12-09)
Bug Fixes
- cli: ci template upgrade (bd1d3fe)
@napi-rs/cli@2.13.1
12/9/2022
2.13.1 (2022-12-09)
Bug Fixes
@napi-rs/cli@2.13.0
11/20/2022
What's Changed
See https://napi.rs/docs/cross-build/summary
- fix(cli): support help command by @ahaoboy in https://github.com/napi-rs/napi-rs/pull/1355
- feat(cli): auto choose the tooling for cross compiling by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1367
- chore(cli): upgrade Node.js dependencies by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1368
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.10.1...@napi-rs/cli@2.13.0
@napi-rs/cli@2.13.0-alpha.0
11/17/2022
2.13.0-alpha.0 (2022-11-17)
Features
- cli: auto choose the tooling for cross compiling (7faf4fc)
@napi-rs/cli@2.12.1
11/12/2022
2.12.1 (2022-11-12)
Bug Fixes
- cli: compatible with zig 0.10.0 (32cf02e)
- cli: incorrent version without npm folder (caeef4a)
- cli: support help command (#1355) (7f82c95)
@napi-rs/cli@2.12.0
10/4/2022
2.12.0 (2022-10-04)
Bug Fixes
Features
- cli: parse
Cargo.toml
usingcargo metadata
(#1330) (4279291) - napi-derive: catch_unwind attribute (#1280) (b7a3103)
@napi-rs/cli@2.11.4
8/12/2022
2.11.4 (2022-08-12)
Bug Fixes
- cli: zig cross to *-apple-darwin target (14aab06)
@napi-rs/cli@2.11.3
8/12/2022
2.11.3 (2022-08-12)
Bug Fixes
- cli: ignore preinstall scripts on FreeBSD while installing yarn (1d1ef3d)
@napi-rs/cli@2.11.2
8/12/2022
2.11.2 (2022-08-12)
Bug Fixes
- cli: npm i -g flag is deprecated (9b9cd5d)
@napi-rs/cli@2.11.1
8/9/2022
2.11.1 (2022-08-09)
Bug Fixes
- cli: add .yarn and test folder to .npmignore (1cf5a0d)
@napi-rs/cli@2.11.0
8/7/2022
What's Changed
- feat(cli): support npmClient config by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1253
- feat(cli): use
CARGO_TARGET_DIR
if set by @amrbashir in https://github.com/napi-rs/napi-rs/pull/1251 - chore(cli): improve
*.node
doesn't exist warning msg wording by @amrbashir in https://github.com/napi-rs/napi-rs/pull/1254 - feat(cli): add an option to specify the github release name by @amrbashir in https://github.com/napi-rs/napi-rs/pull/1255
- feat(napi): call sync functions within tokio runtime by @Xaeroxe in https://github.com/napi-rs/napi-rs/pull/1242
- feat(cli): allow specifying an existing release by @amrbashir in https://github.com/napi-rs/napi-rs/pull/1256
New Contributors
- @amrbashir made their first contribution in https://github.com/napi-rs/napi-rs/pull/1251
@napi-rs/cli@2.10.3
7/27/2022
2.10.3 (2022-07-27)
Bug Fixes
- cli: android build due to GitHub Actions environments change (fd2060b)
@napi-rs/cli@2.10.2
7/22/2022
2.10.2 (2022-07-22)
Bug Fixes
- cli: upgrade freebsd ci (ed5fd40)
@napi-rs/cli@2.10.1
7/6/2022
2.10.1 (2022-07-06)
Bug Fixes
- cli: android CI template (227de9e)
@napi-rs/cli@2.10.0
6/10/2022
What's Changed
- parse host target triple from
rustc -vV
@messense (#1191) (beb7511) - feat(cli): upgrade new project template to yarn3 by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1209
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-build@2.0.1...@napi-rs/cli@2.10.0
@napi-rs/cli@2.9.0
5/14/2022
2.9.0 (2022-05-14)
Features
@napi-rs/cli@2.8.0
5/7/2022
2.8.0 (2022-05-07)
Note: Version bump only for package @napi-rs/cli
@napi-rs/cli@2.8.0-alpha.0
5/6/2022
2.8.0-alpha.0 (2022-05-06)
Features
- cli: new command upgrade (652aa3c)
@napi-rs/cli@2.7.0
4/27/2022
2.7.0 (2022-04-27)
Bug Fixes
- cli: generated type def on multi impl blocks (c3a35a0)
Features
@napi-rs/cli@2.6.2
4/1/2022
2.6.2 (2022-04-01)
Bug Fixes
@napi-rs/cli@2.6.1
4/1/2022
2.6.1 (2022-04-01)
Bug Fixes
- cli: should not throw if cargoName is provided but no package.name (8700da1)
@napi-rs/cli@2.6.0
4/1/2022
2.6.0 (2022-04-01)
Bug Fixes
- cli: prevent crash if GITHUB_REPOSITORY is not specified (ac8406c)
- cli: respect CARGO_BUILD_TARGET env variable (bd08787)
- cli: use shell file path instead of commands for zig CC and CXX (09ccfaa)
Features
- cli: add libc filed in native package.json (ee0279e)
- cli: add support for building binaries (20b1edc)
- cli: upgrade ci.yml templates (1cac0ac)
@napi-rs/cli@2.5.0
3/22/2022
2.5.0 (2022-03-22)
Bug Fixes
- cli: use shell file path instead of commands for zig CC and CXX (09ccfaa)
Features
@napi-rs/cli@2.4.5
3/5/2022
2.4.5 (2022-03-05)
Bug Fixes
- cli: temporary dts path may not be writable (e69f023)
- napi: race issues with Node.js worker_thread (#1081) (9f3fbaa)
@napi-rs/cli@2.4.4
2/11/2022
2.4.4 (2022-02-11)
Bug Fixes
- cli: generate ExternalObject type on demand (f9c618e)
@napi-rs/cli@2.4.3
2/9/2022
2.4.3 (2022-02-09)
Bug Fixes
- cli: compatible for Node.js 10x (5f359df)
@napi-rs/cli@2.4.2
1/19/2022
2.4.2 (2022-01-19)
Bug Fixes
- cli: js binding template (25f6754)
@napi-rs/cli@2.4.1
1/18/2022
2.4.1 (2022-01-18)
Bug Fixes
- cli: missing shebang in zig-cross sh file (63a16d0)
- cli: properly handle RUSTFLAGS env var (d84cbe8)
- cli: swap -lgcc_s with -lunwind (1799aa9)
@napi-rs/cli@2.4.0
1/13/2022
2.4.0 (2022-01-13)
Bug Fixes
- cli: zig abi should pass to linker (95d49f8)
Features
- cli: add
--strip
option for removing symbols (887bdb9)
@napi-rs/cli@2.3.1
1/13/2022
2.3.1 (2022-01-13)
Bug Fixes
- cli: missing zig-abi-suffix support (472ac10)
@napi-rs/cli@2.3.0
1/6/2022
2.3.0 (2022-01-06)
Features
- cli: support macOS with --zig flag (0db94cc)
@napi-rs/cli@2.2.1
1/4/2022