LongYinan
|
8120ca0ac4
|
chore(cli): throw error if wasi file not found when NAPI_RS_FORCE_WASI=error (#2919)
* chore(cli): throw error if wasi file not found when NAPI_RS_FORCE_WASI=error
* update snapshot
|
2025-09-11 16:29:05 +08:00 |
|
SkyBird
|
807f579796
|
feat(cli): add support for loongarch64-unknown-linux-gnu (#2887)
* feat(target): add support for loongarch64-unknown-linux-gnu
* docs(README): update platform support status
* Update cli/src/utils/target.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update .github/workflows/test-release.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: LongYinan <lynweklm@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-09 23:29:22 +08:00 |
|
Valentin Semirulnik
|
841ddf4231
|
fix(cli): NAPI_RS_NATIVE_LIBRARY_PATH usage (#2907)
* return value for NAPI_RS_NATIVE_LIBRARY_PATH branch
* update example
---------
Co-authored-by: LongYinan <lynweklm@gmail.com>
|
2025-09-08 14:23:30 +08:00 |
|
Kingsword
|
c034e1e4f0
|
fix(cli): fix misuse of configPath as readNapiConfig first argument (#2900)
Co-authored-by: LongYinan <lynweklm@gmail.com>
|
2025-09-04 16:12:31 +08:00 |
|
MK (fengmk2)
|
466fd50d4f
|
chore(cli): show NAPI options on new command (#2892)
- Fix typo "THis" → "This" in promise.rs documentation
- Add pageSize option to NAPI version selection in CLI new command
Before
```bash
? Minimum node-api version (with node version requirement)
napi1 (>= 8.6.0 < 9 || >= 9.0.0 < 10 || >= 10.0.0)
napi2 (>= 8.10.0 < 9 || >= 9.3.0 < 10 || >= 10.0.0)
❯ napi3 (>= 6.14.2 < 7 || >= 8.11.2 < 9 || >= 9.11.0 < 10 || >= 10.0.0)
napi4 (>= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0)
napi5 (>= 10.17.0 < 11 || >= 12.11.0 < 13 || >= 13.0.0)
napi6 (>= 10.20.0 < 11 || >= 12.17.0 < 13 || >= 14.0.0)
napi7 (>= 10.23.0 < 11 || >= 12.19.0 < 13 || >= 14.12.0 < 15 || >= 15.0.0)
```
After
```bash
? Minimum node-api version (with node version requirement)
napi1 (>= 8.6.0 < 9 || >= 9.0.0 < 10 || >= 10.0.0)
napi2 (>= 8.10.0 < 9 || >= 9.3.0 < 10 || >= 10.0.0)
❯ napi3 (>= 6.14.2 < 7 || >= 8.11.2 < 9 || >= 9.11.0 < 10 || >= 10.0.0)
napi4 (>= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0)
napi5 (>= 10.17.0 < 11 || >= 12.11.0 < 13 || >= 13.0.0)
napi6 (>= 10.20.0 < 11 || >= 12.17.0 < 13 || >= 14.0.0)
napi7 (>= 10.23.0 < 11 || >= 12.19.0 < 13 || >= 14.12.0 < 15 || >= 15.0.0)
napi8 (>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0)
```
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-08-23 18:12:26 +08:00 |
|
Kingsword
|
39380a9420
|
refactor(cli): fs utils to use fs/promises API (#2889)
|
2025-08-19 14:35:34 +08:00 |
|
LongYinan
|
db82372302
|
chore(cli): skip already published native packages (#2874)
Allow to retry failed CI jobs
|
2025-08-14 12:16:04 +08:00 |
|
LongYinan
|
81efe51e2f
|
chore(cli): support read version in preversion hook (#2870)
|
2025-08-13 02:15:33 -07:00 |
|
LongYinan
|
364e81648b
|
fix(cli): generate next method on Iterator (#2864)
* fix(cli): generate next method on Iterator
* update snapshot
|
2025-08-10 19:00:03 +08:00 |
|
Kevin Deng
|
8d732027b4
|
refactor: replace lodash-es with es-toolkit (#2861)
* refactor: replace `lodash-es` with `es-toolkit`
* @ts-expect-error loc
---------
Co-authored-by: LongYinan <lynweklm@gmail.com>
|
2025-08-10 18:46:43 +08:00 |
|
LongYinan
|
c56efa4150
|
chore(cli): set BINDGEN_EXTRA_CLANG_ARGS in cross build (#2862)
|
2025-08-10 15:47:57 +08:00 |
|
LongYinan
|
b47efee028
|
fix(cli): wrong condition for the native binding version check (#2853)
|
2025-08-08 23:03:44 +08:00 |
|
LongYinan
|
eef8221421
|
fix(cli): don't enforce version check (#2849)
|
2025-08-08 15:31:55 +08:00 |
|
Mikaël Francoeur
|
88fca29e3b
|
feat: make generator an iterator (#2784)
* make the generator an iterator
* add JSDoc for generators
* prevent naming conflicts
* add JSDoc struct
* update snapshot
* clippy
* Update typedef
* update fmt
* Apply code review
* test compatible
---------
Co-authored-by: LongYinan <lynweklm@gmail.com>
|
2025-08-07 08:03:37 +00:00 |
|
LongYinan
|
ce4699025b
|
chore(napi): align the subsystem target triple parsing (#2838)
|
2025-08-07 12:55:05 +08:00 |
|
LongYinan
|
310581a5f8
|
feat(cli): validate the native binding versions (#2837)
|
2025-08-07 11:58:56 +08:00 |
|
LongYinan
|
552f9c9ac4
|
chore(cli): setjmp link path (#2808)
|
2025-07-24 21:24:28 +08:00 |
|
LongYinan
|
02bd12a724
|
fix(cli): migrate to latest wasm sjlj (#2806)
|
2025-07-24 20:23:27 +08:00 |
|
LongYinan
|
cf6d8b0334
|
fix(cli): rename options (#2804)
|
2025-07-23 22:14:24 +08:00 |
|
LongYinan
|
167c9e2c6a
|
chore(cli): enforce the option values if user not provided (#2799)
|
2025-07-23 15:51:16 +08:00 |
|
CPunisher
|
9765f62589
|
refactor(cli): reuse buffer in @napi-fs/wasm-time/fs (#2782)
|
2025-07-18 20:54:16 +08:00 |
|
LongYinan
|
c067e0d7bb
|
chore(cli): skip Buffer import if fs is enable (#2779)
|
2025-07-17 14:10:48 +08:00 |
|
CPunisher
|
23a3fec5dc
|
feat(cli): add buffer to wasi browser template (#2777)
|
2025-07-15 21:18:34 +08:00 |
|
LongYinan
|
2700b04782
|
fix(cli): ohos binding
|
2025-07-13 00:04:52 +08:00 |
|
LongYinan
|
16b5a37951
|
fix(cli): ohos js binding logic (#2775)
|
2025-07-12 23:13:23 +08:00 |
|
LongYinan
|
0a8a499fa6
|
fix(cli): binding format (#2774)
|
2025-07-12 17:55:04 +08:00 |
|
LongYinan
|
69d28061ff
|
feat(cli): support ohos (#2773)
|
2025-07-12 17:29:15 +08:00 |
|
LongYinan
|
3bb592d47f
|
fix(cli): omit exports fields in publishConfig (#2772)
|
2025-07-12 11:39:38 +08:00 |
|
LongYinan
|
948e0762e9
|
feat(cli): allow skip optionalDependencies publish (#2771)
|
2025-07-12 09:54:17 +08:00 |
|
JounQin
|
93b9aa267c
|
fix(cli): check kHandle instead (#2768)
|
2025-07-07 17:24:52 +08:00 |
|
CPunisher
|
5078d548be
|
feat(wasm-runtime): never refer handles of workers (#2763)
|
2025-07-04 21:46:52 +08:00 |
|
LongYinan
|
3985bc68cf
|
fix(cli): set TARGET_CC rather than CC (#2764)
|
2025-07-04 21:45:42 +08:00 |
|
LongYinan
|
0119f09237
|
feat(napi): support untyped TypedArray slice (#2762)
|
2025-07-03 16:50:35 +08:00 |
|
LongYinan
|
27d0d923c6
|
fix(cli): throw error if targets are duplicated (#2743)
|
2025-06-24 23:48:27 +08:00 |
|
LongYinan
|
0d1a4c4a94
|
fix(cli): handle CI.yaml targets omit (#2730)
|
2025-06-24 13:21:01 +08:00 |
|
LongYinan
|
1481031f37
|
fix(cli): handle the wasi names in new command (#2725)
|
2025-06-23 21:23:42 +08:00 |
|
LongYinan
|
de954666e0
|
feat(cli): new project from github project template (#2723)
|
2025-06-23 16:21:48 +08:00 |
|
Kevin Deng
|
e7af6608fc
|
fix(cli): wasm url in binding files (#2710)
|
2025-06-11 12:03:32 -07:00 |
|
LongYinan
|
e9835c4e75
|
chore(cli): link npm cli issues in native binding load errors (#2707)
* chore(cli): link npm cli issues in native binding load errors
* run fmt
|
2025-06-11 12:02:19 -07:00 |
|
LongYinan
|
54935e34fa
|
fix(napi-derive): panic while creating type definition when Rust comment contains escape syntax (#2701)
|
2025-06-08 18:25:09 +08:00 |
|
LongYinan
|
21e5580f28
|
fix(cli): remove require in utils (#2693)
|
2025-06-05 11:08:05 +08:00 |
|
LongYinan
|
fdbc070d6a
|
fix(cli): uses_default_features should also treat as enabled typeDef (#2691)
|
2025-06-04 18:27:03 +08:00 |
|
liuyi
|
c9ff0ec464
|
feat(cli): detect type-def feature in cli (#2690)
|
2025-06-04 15:19:28 +08:00 |
|
liuyi
|
5a17b88636
|
fix: revalidate shared libs if type def not found (#2689)
|
2025-06-04 15:05:24 +08:00 |
|
LongYinan
|
a79f9846b6
|
fix(cli): dtsHeader option merge orders
|
2025-06-03 19:59:52 +08:00 |
|
LongYinan
|
da42542f0a
|
fix(cli): dtsHeader content
|
2025-06-03 19:50:31 +08:00 |
|
liuyi
|
d874a46647
|
fix: type generation for shared libs (#2684)
|
2025-06-03 19:19:29 +08:00 |
|
LongYinan
|
28829d2102
|
fix(cli): parse deps cargo metadata and find napi crates (#2667)
|
2025-05-28 23:25:16 +08:00 |
|
LongYinan
|
446a65489c
|
fix(cli): do not create wasi binding in non-wasi packages (#2654)
|
2025-05-20 11:41:40 +08:00 |
|
LongYinan
|
21982a1508
|
feat(napi-derive): auto invalid type gen (#2638)
|
2025-05-16 22:30:27 +08:00 |
|