@napi-rs/cli
@napi-rs/cli@2.15.2
3/22/2023
What's Changed
- fix(cli,napi-derive): backward compatible with older cli with #1531 by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1536
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.12.1...@napi-rs/cli@2.15.2
@napi-rs/cli@2.15.1
3/21/2023
What's Changed
- fix(cli,napi-derive): re-export types from shared crate by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1531
- fix(cli): dts pipe by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1532
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.12.0...@napi-rs/cli@2.15.1
@napi-rs/cli@2.15.0
3/21/2023
What's Changed
- fix(cli): export non const enums when generating typedefs by @nebarf (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1527
- fix(napi): ThreadsafeFunctionHandle never being dropped by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1530
- feat: export registers in wasm32 target by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1529
New Contributors
- @meowtec (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/1525
- @nebarf (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/1527
- @victorteokw (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/1526
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.11.4...@napi-rs/cli@2.15.0
@napi-rs/cli@2.14.8
2/16/2023
2.14.8 (opens in a new tab) (2023-02-16)
Bug Fixes
- cli: always generate typedef file even native code never changes (#1489 (opens in a new tab)) (7281f53 (opens in a new tab))
@napi-rs/cli@2.14.7
2/8/2023
2.14.7 (opens in a new tab) (2023-02-08)
Bug Fixes
- cli: JS bindgen file now respects destDir (#1481 (opens in a new tab)) (cb529d2 (opens in a new tab))
@napi-rs/cli@2.14.6
2/2/2023
2.14.6 (opens in a new tab) (2023-02-02)
Note: Version bump only for package @napi-rs/cli
@napi-rs/cli@2.14.5
1/29/2023
2.14.5 (opens in a new tab) (2023-01-29)
Bug Fixes
- cli: upload GitHub assets issue (a302c9c (opens in a new tab))
@napi-rs/cli@2.14.4
1/20/2023
2.14.4 (opens in a new tab) (2023-01-20)
Bug Fixes
- napi: build error with zig@0.10.1 (2f52793 (opens in a new tab))
@napi-rs/cli@2.14.3
1/13/2023
What's Changed
- Fix broken zig behaviors by @controversial (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1432
New Contributors
- @controversial (opens in a new tab) 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 (opens in a new tab) 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 (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1410
- chore(cli): update CI template by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1416
New Contributors
- @TheBrenny (opens in a new tab) 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 (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1397 - feat(cli): add --zig-link-only option by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1400
New Contributors
- @skirsdeda (opens in a new tab) 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 (opens in a new tab) (2022-12-15)
Bug Fixes
- cli: set cmake toolchain for android cross build (#1394 (opens in a new tab)) (f2c10af (opens in a new tab))
- cli: template to works with nix (#1391 (opens in a new tab)) (36a897e (opens in a new tab))
@napi-rs/cli@2.13.2
12/9/2022
2.13.2 (opens in a new tab) (2022-12-09)
Bug Fixes
- cli: ci template upgrade (bd1d3fe (opens in a new tab))
@napi-rs/cli@2.13.1
12/9/2022
2.13.1 (opens in a new tab) (2022-12-09)
Bug Fixes
- cli: zig cross armv7 (#1384 (opens in a new tab)) (2abc946 (opens in a new tab))
@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 (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1355
- feat(cli): auto choose the tooling for cross compiling by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1367
- chore(cli): upgrade Node.js dependencies by @Brooooooklyn (opens in a new tab) 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 (opens in a new tab) (2022-11-17)
Features
- cli: auto choose the tooling for cross compiling (7faf4fc (opens in a new tab))
@napi-rs/cli@2.12.1
11/12/2022
2.12.1 (opens in a new tab) (2022-11-12)
Bug Fixes
- cli: compatible with zig 0.10.0 (32cf02e (opens in a new tab))
- cli: incorrent version without npm folder (caeef4a (opens in a new tab))
- cli: support help command (#1355 (opens in a new tab)) (7f82c95 (opens in a new tab))
@napi-rs/cli@2.12.0
10/4/2022
2.12.0 (opens in a new tab) (2022-10-04)
Bug Fixes
- cli: custom Cargo (build) target directories (#1300 (opens in a new tab)) (f7c26cc (opens in a new tab))
Features
- cli: parse
Cargo.toml
usingcargo metadata
(#1330 (opens in a new tab)) (4279291 (opens in a new tab)) - napi-derive: catch_unwind attribute (#1280 (opens in a new tab)) (b7a3103 (opens in a new tab))
@napi-rs/cli@2.11.4
8/12/2022
2.11.4 (opens in a new tab) (2022-08-12)
Bug Fixes
- cli: zig cross to *-apple-darwin target (14aab06 (opens in a new tab))
@napi-rs/cli@2.11.3
8/12/2022
2.11.3 (opens in a new tab) (2022-08-12)
Bug Fixes
- cli: ignore preinstall scripts on FreeBSD while installing yarn (1d1ef3d (opens in a new tab))
@napi-rs/cli@2.11.2
8/12/2022
2.11.2 (opens in a new tab) (2022-08-12)
Bug Fixes
- cli: npm i -g flag is deprecated (9b9cd5d (opens in a new tab))
@napi-rs/cli@2.11.1
8/9/2022
2.11.1 (opens in a new tab) (2022-08-09)
Bug Fixes
- cli: add .yarn and test folder to .npmignore (1cf5a0d (opens in a new tab))
@napi-rs/cli@2.11.0
8/7/2022
What's Changed
- feat(cli): support npmClient config by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1253
- feat(cli): use
CARGO_TARGET_DIR
if set by @amrbashir (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1251 - chore(cli): improve
*.node
doesn't exist warning msg wording by @amrbashir (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1254 - feat(cli): add an option to specify the github release name by @amrbashir (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1255
- feat(napi): call sync functions within tokio runtime by @Xaeroxe (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1242
- feat(cli): allow specifying an existing release by @amrbashir (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1256
New Contributors
- @amrbashir (opens in a new tab) 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 (opens in a new tab) (2022-07-27)
Bug Fixes
- cli: android build due to GitHub Actions environments change (fd2060b (opens in a new tab))
@napi-rs/cli@2.10.2
7/22/2022
2.10.2 (opens in a new tab) (2022-07-22)
Bug Fixes
- cli: upgrade freebsd ci (ed5fd40 (opens in a new tab))
@napi-rs/cli@2.10.1
7/6/2022
2.10.1 (opens in a new tab) (2022-07-06)
Bug Fixes
- cli: android CI template (227de9e (opens in a new tab))
@napi-rs/cli@2.10.0
6/10/2022
What's Changed
- parse host target triple from
rustc -vV
@messense (opens in a new tab) (#1191 (opens in a new tab)) (beb7511 (opens in a new tab)) - feat(cli): upgrade new project template to yarn3 by @Brooooooklyn (opens in a new tab) 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 (opens in a new tab) (2022-05-14)
Features
- cli: allow specifying an alternative cargo binary via
CARGO
env var (#1181 (opens in a new tab)) (1399288 (opens in a new tab))
@napi-rs/cli@2.8.0
5/7/2022
2.8.0 (opens in a new tab) (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 (opens in a new tab) (2022-05-06)
Features
- cli: new command upgrade (652aa3c (opens in a new tab))
@napi-rs/cli@2.7.0
4/27/2022
2.7.0 (opens in a new tab) (2022-04-27)
Bug Fixes
- cli: generated type def on multi impl blocks (c3a35a0 (opens in a new tab))
Features
- cli: add build option to not include the header in dts file (#1140 (opens in a new tab)) (c390609 (opens in a new tab))