@napi-rs/cli
@napi-rs/cli@3.0.4
7/24/2025
3.0.4 (opens in a new tab) (2025-07-24)
Bug Fixes
- cli: migrate to latest wasm sjlj (#2806 (opens in a new tab)) (02bd12a (opens in a new tab))
@napi-rs/cli@3.0.3
7/23/2025
3.0.3 (opens in a new tab) (2025-07-23)
Bug Fixes
- cli: rename options (#2804 (opens in a new tab)) (cf6d8b0 (opens in a new tab))
@napi-rs/cli@3.0.2
7/23/2025
3.0.2 (opens in a new tab) (2025-07-23)
Note: Version bump only for package @napi-rs/cli
@napi-rs/cli@3.0.1
7/21/2025
What's Changed
- refactor(cli): reuse buffer in
@napi-fs/wasm-time/fs
by @CPunisher (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2782 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0...@napi-rs/cli@3.0.1 (opens in a new tab)
@napi-rs/cli@3.0.0
7/17/2025
NAPI-RS v3
https://napi.rs/blog/announce-v3 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.94
7/12/2025
What's Changed
- feat(cli): allow skip optionalDependencies publish by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2771 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.93...@napi-rs/cli@3.0.0-alpha.94 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.93
7/10/2025
What's Changed
- fix(cli): check
kHandle
instead by @JounQin (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2768 (opens in a new tab) - fix(deps): update dependency @tybys/wasm-util to ^0.10.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2769 (opens in a new tab)
New Contributors
- @JounQin (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/2768 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-beta.12...@napi-rs/cli@3.0.0-alpha.93 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.92
7/4/2025
What's Changed
- fix(cli): set TARGET_CC rather than CC by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2764 (opens in a new tab)
- feat(cli): never refer handles of workers by @CPunisher (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2763 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-build@2.2.2...@napi-rs/cli@3.0.0-alpha.92 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.91
6/24/2025
What's Changed
- fix(cli): build config by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2735 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-beta.9...@napi-rs/cli@3.0.0-alpha.91 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.90
6/24/2025
What's Changed
- feat(cli): new project from github project template by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2723 (opens in a new tab)
- fix(cli): handle the wasi names in new command by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2725 (opens in a new tab)
- fix(cli): handle CI.yaml targets omit by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2730 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.89...@napi-rs/cli@3.0.0-alpha.90 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.88
6/8/2025
What's Changed
- fix(napi-derive): using js_name generating wrong type defs by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2700 (opens in a new tab)
- fix(napi-derive): panic while creating type definition when Rust comment contains escape syntax by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2701 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.87...@napi-rs/cli@3.0.0-alpha.88 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.87
6/5/2025
What's Changed
- fix(cli): remove
require
in utils by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2693 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.86...@napi-rs/cli@3.0.0-alpha.87 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.86
6/4/2025
What's Changed
- fix(cli): uses_default_features should also treat as enabled typeDef by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2691 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-beta.5...@napi-rs/cli@3.0.0-alpha.86 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.85
6/4/2025
What's Changed
- fix: revalidate shared libs if type def not found by @forehalo (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2689 (opens in a new tab)
- feat(cli): detect type-def feature in cli by @forehalo (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2690 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-beta.4...@napi-rs/cli@3.0.0-alpha.85 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.82
6/3/2025
What's Changed
- fix: type generation for shared libs by @forehalo (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2684 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.81...@napi-rs/cli@3.0.0-alpha.82 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.81
5/29/2025
What's Changed
- fix(cli): parse deps cargo metadata and find napi crates by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2667 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-beta.2...@napi-rs/cli@3.0.0-alpha.81 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.76
3/22/2025
What's Changed
- feat(cli): add
wasm.browser.asyncInit
option for large wasm file by @hi-ogawa (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2514 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-alpha.33...@napi-rs/cli@3.0.0-alpha.76 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.72
2/25/2025
What's Changed
- refactor!: link crt1-reactor.o as poor man's wasi-exec-model=reactor by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2480 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-alpha.30...@napi-rs/cli@3.0.0-alpha.72 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.71
2/21/2025
What's Changed
- feat(cli): allow specifing native library path via env variable by @sigmaSd (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2471 (opens in a new tab)
New Contributors
- @sigmaSd (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/2471 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-alpha.26...@napi-rs/cli@3.0.0-alpha.71 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.67
1/19/2025
What's Changed
- chore(deps): update dependency @oxc-node/core to ^0.0.17 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2427 (opens in a new tab)
- chore(deps): update vitest monorepo to v3 (major) by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2429 (opens in a new tab)
- chore(deps): update dependency vite-plugin-node-polyfills to ^0.23.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2431 (opens in a new tab)
- fix(cli): s390x cross toolchain path by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2432 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-alpha.25...@napi-rs/cli@3.0.0-alpha.67 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.64
10/21/2024
What's Changed
- feat(cli): support ESM binding by @wemeetagain (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2284 (opens in a new tab)
New Contributors
- @wemeetagain (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/2284 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-alpha.15...@napi-rs/cli@3.0.0-alpha.64 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.63
10/2/2024
What's Changed
- chore(cli): add empty line in created pacakge.json file #2194
- chore(cli): update ci template #2256
- chore(cli): add strip in generated Cargo.toml https://github.com/napi-rs/napi-rs/commit/c12e56f3e8e5ee3e2def23ded399e20684c03693 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.62...@napi-rs/cli@3.0.0-alpha.63 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.59
7/15/2024
3.0.0-alpha.59 (opens in a new tab) (2024-07-15)
Bug Fixes
- cli: bundle lodash-es in cjs output (#2189 (opens in a new tab)) (e860822 (opens in a new tab))
- cli: worker files format (#2186 (opens in a new tab)) (13c1838 (opens in a new tab))
@napi-rs/cli@3.0.0-alpha.56
7/5/2024
What's Changed
- docs(cli): fix typo by @naskya (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2108 (opens in a new tab)
- chore(deps): update dependency sinon to v18 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2112 (opens in a new tab)
- fix(typegen): add missing
declare
keyword by @magic-akari (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2117 (opens in a new tab) - fix(deps): update dependency emnapi to v1.2.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2118 (opens in a new tab)
- chore(deps): update dependency vite-plugin-node-polyfills to ^0.22.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2119 (opens in a new tab)
- chore(deps): update dependency @rollup/plugin-commonjs to v26 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2132 (opens in a new tab)
- chore(deps): lock file maintenance by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2129 (opens in a new tab)
- chore(deps): update dependency oxlint to ^0.4.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2126 (opens in a new tab)
- chore(deps): update yarn to v4.3.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2135 (opens in a new tab)
- fix(cli): rename env CC to TARGET_CC avoid proc-macro build failed by @richerfu (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2137 (opens in a new tab)
- chore(deps): update dependency electron to v31 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2136 (opens in a new tab)
- chore(deps): update dependency c8 to v10 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2134 (opens in a new tab)
- chore(deps): update docker/build-push-action action to v6 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2142 (opens in a new tab)
- fix(deps): update dependency @octokit/rest to v21 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2149 (opens in a new tab)
- chore(deps): update yarn to v4.3.1 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2150 (opens in a new tab)
- chore(deps): update oven-sh/setup-bun action to v2 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2153 (opens in a new tab)
- chore(deps): update dependency oxlint to ^0.5.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2159 (opens in a new tab)
- chore(deps): lock file maintenance by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2163 (opens in a new tab)
- chore(deps): update dependency esbuild to ^0.22.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2162 (opens in a new tab)
- chore(deps): update dependency esbuild to ^0.23.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2164 (opens in a new tab)
New Contributors
- @magic-akari (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/2117 (opens in a new tab)
- @Gentle (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/2131 (opens in a new tab)
- @Kreijstal (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/2026 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.55...@napi-rs/cli@3.0.0-alpha.56 (opens in a new tab)
@napi-rs/cli@2.18.4
7/1/2024
What Changed
- fix(cli): add missing declare keyword
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.18.3...@napi-rs/cli@2.18.4 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.55
5/12/2024
3.0.0-alpha.55 (opens in a new tab) (2024-05-12)
Bug Fixes
- cli: prevent the wasm optimization crash the build (#2107 (opens in a new tab)) (c9c3c0e (opens in a new tab))
- deps: update dependency @napi-rs/cross-toolchain to ^0.0.16 (#2079 (opens in a new tab)) (d022f64 (opens in a new tab))
- napi: set explicit target flag for x86_64 CI template (#2077 (opens in a new tab)) (ebc1e2c (opens in a new tab))
@napi-rs/cli@2.18.3
5/6/2024
What's Changed
- remove duplicate typedefs in
index.d.ts
from macro re-evaluation by @OmarTawfik (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2088 (opens in a new tab)
New Contributors
- @OmarTawfik (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/2088 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.18.2...@napi-rs/cli@2.18.3 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.53
4/23/2024
What's Changed
- feat(cli): allow sync fs operation between workers/mainThread by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2064 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.52...@napi-rs/cli@3.0.0-alpha.53 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.52
4/22/2024
What's Changed
- feat(cli): support generation of literal union from string enum by @inokawa (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2054 (opens in a new tab)
- fix(cli): pass fs to browser worker binding by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2062 (opens in a new tab)
New Contributors
- @inokawa (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/2054 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.4...@napi-rs/cli@3.0.0-alpha.52 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.51
4/19/2024
What's Changed
- feat(cli): improve the browser binding by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2056 (opens in a new tab)
- fix(cli): new project issue by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2058 (opens in a new tab)
- chore: upgrade @tybys/wasm-util by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2059 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.4...@napi-rs/cli@3.0.0-alpha.51 (opens in a new tab)
@napi-rs/cli@2.18.2
4/17/2024
2.18.2 (opens in a new tab) (2024-04-17)
Bug Fixes
- cli: freebsd ci template (0f42e21 (opens in a new tab))
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.18.1...@napi-rs/cli@2.18.2 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.50
4/17/2024
What's Changed
- feat(cli): optimize wasm output binary by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2049 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.49...@napi-rs/cli@3.0.0-alpha.50 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.49
4/16/2024
What's Changed
- chore(deps): update dependency electron to v30 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2043 (opens in a new tab)
- fix(cli): wasi targets linker envs by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2044 (opens in a new tab)
- feat(cli): allow to define dtsHeader in napi config by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2045 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-alpha.2...@napi-rs/cli@3.0.0-alpha.49 (opens in a new tab)
@napi-rs/cli@2.18.1
4/10/2024
What's Changed
- feat(target): add support for armv7-unknown-linux-muslebihf by @sapphi-red (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2020 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.18.0...@napi-rs/cli@2.18.1 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.46
4/10/2024
What's Changed
- fix(deps): update dependency emnapi to v1.1.1 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2017 (opens in a new tab)
- feat(cli): add support for armv7-unknown-linux-muslebihf by @sapphi-red (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2019 (opens in a new tab)
- feat(cli): add support for powerpc64le-unknown-linux-gnu by @sapphi-red (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2023 (opens in a new tab)
- feat(cli): add support for s390x-unknown-linux-gnu by @sapphi-red (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2028 (opens in a new tab)
- feat(cli): support wasm32-wasipxx targets by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2030 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.45...@napi-rs/cli@3.0.0-alpha.46 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.44
3/21/2024
What's Changed
- fix(cli): cleanup js binding template by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1984 (opens in a new tab)
- chore(deps): lock file maintenance by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1987 (opens in a new tab)
- chore(deps): update yarn to v4.1.1 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1989 (opens in a new tab)
- ci: fix arm64 job by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1998 (opens in a new tab)
- chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2004 (opens in a new tab)
- fix(deps): update dependency emnapi to v1.1.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2006 (opens in a new tab)
- chore(wasm-runtime): upgrade emnapi by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/2008 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.0...@napi-rs/cli@3.0.0-alpha.44 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.43
2/28/2024
What's Changed
- fix(cli): cleanup js binding template by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1984 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.42...@napi-rs/cli@3.0.0-alpha.43 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.42
2/28/2024 Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.16.0...@napi-rs/cli@3.0.0-alpha.42 (opens in a new tab)
What's Changed
- chore: fix renovate path and dedupe electron versions by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1974 (opens in a new tab)
- refactor(cli): refactor js-binding to support easier bundling. by @everett1992 (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1957 (opens in a new tab)
New Contributors
- @everett1992 (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/1957 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.15.4...@napi-rs/cli@3.0.0-alpha.42 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.41
2/22/2024
What's Changed
- fix(cli): fallback to wasm32 if platform is not support by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1967 (opens in a new tab)
- fix(cli): allow more platform & arch fallback to wasm by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1969 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.15.3...@napi-rs/cli@3.0.0-alpha.41 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.39
2/18/2024
What's Changed
- chore(deps): update typescript-eslint monorepo to v7 (major) by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1947 (opens in a new tab)
- Ensure cwd and outputDir are used for finding files by @andymac4182 (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1949 (opens in a new tab)
- fix(cli): set cxxflags while WASI_SDK_PATH exists by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1955 (opens in a new tab)
- feat(cli,build): support setjmp.h by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1958 (opens in a new tab)
New Contributors
- @andymac4182 (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/1949 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.38...@napi-rs/cli@3.0.0-alpha.39 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.38
2/12/2024
What's Changed
- feat(cli): respect WASI_SDK_PATH env by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1946 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.37...@napi-rs/cli@3.0.0-alpha.38 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.37
2/12/2024
What's Changed
- fix(cli): setup cxx env while using napi-cross by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1942 (opens in a new tab)
- fix(cli): log more wasi load errors by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1943 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.15.1...@napi-rs/cli@3.0.0-alpha.37 (opens in a new tab)
@napi-rs/cli@2.18.0
1/20/2024
What's Changed
- chore: upgrade cli deps @Brooooooklyn (opens in a new tab) https://github.com/napi-rs/napi-rs/commit/60c326e8eb4276134daabf41604168fafceb02bf (opens in a new tab)
- feat: update ci.yml and binding template @Brooooooklyn (opens in a new tab) https://github.com/napi-rs/napi-rs/commit/f720c2d0346130f006f6de986fb37c41545f3666 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.17.0...@napi-rs/cli@2.18.0 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.35
1/17/2024
What's Changed
- chore: bump memfs-browser by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1900 (opens in a new tab)
- feat(cli): Add support for s390x linux arch in js bindings template by @mgcm (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1901 (opens in a new tab)
- feat: add wasm runtime package by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1904 (opens in a new tab)
New Contributors
- @mgcm (opens in a new tab) made their first contribution in https://github.com/napi-rs/napi-rs/pull/1901 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.34...@napi-rs/cli@3.0.0-alpha.35 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.34
1/17/2024
What's Changed
- fix(cli): add browser entry by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1899 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.33...@napi-rs/cli@3.0.0-alpha.34 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.33
1/8/2024
What's Changed
- fix(cli): artifacts wasi worker name by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1895 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.32...@napi-rs/cli@3.0.0-alpha.33 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.32
1/8/2024
What's Changed
- fix(cli): missing files in created wasi package by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1894 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.31...@napi-rs/cli@3.0.0-alpha.32 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.31
1/8/2024
What's Changed
- chore(deps): update dependency c8 to v9 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1889 (opens in a new tab)
- fix(deps): update dependency @tybys/wasm-util to v0.8.1 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1892 (opens in a new tab)
- feat(cli): support generate browser compatible codes by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1891 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.30...@napi-rs/cli@3.0.0-alpha.31 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.30
1/3/2024
What's Changed
- chore(deps): lock file maintenance by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1882 (opens in a new tab)
- fix(cli): wasi fallback package load logic by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1887 (opens in a new tab)
- fix(cli): upload to github releases issue by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1888 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.29...@napi-rs/cli@3.0.0-alpha.30 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.29
1/2/2024
What's Changed
- fix(cli): missing wasm files in artifacts command by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1884 (opens in a new tab)
- chore: fix async_work status typo by @southorange0929 (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1883 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.14.2...@napi-rs/cli@3.0.0-alpha.29 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.28
12/31/2023
What's Changed
- fix(cli): copy binding files into wasi packages by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1881 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.27...@napi-rs/cli@3.0.0-alpha.28 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.27
12/29/2023
What's Changed
- fix(deps): update dependency emnapi to v0.45.0 by @renovate (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1879 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.26...@napi-rs/cli@3.0.0-alpha.27 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.26
12/29/2023
What's Changed
- fix(napi): apply clippy suggestions by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1878 (opens in a new tab)
- fix(cli): exclude node_modules in artifacts command by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1875 (opens in a new tab)
- fix(cli): also load wasm file from packages by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1876 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.25...@napi-rs/cli@3.0.0-alpha.26 (opens in a new tab)
@napi-rs/cli@3.0.0-alpha.25
12/28/2023
What's Changed
- fix(cli): compatible with napi artifacts -d option by @Brooooooklyn (opens in a new tab) in https://github.com/napi-rs/napi-rs/pull/1872 (opens in a new tab)
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.14.6...@napi-rs/cli@3.0.0-alpha.25 (opens in a new tab)