LongYinan
|
80ec3dd2d9
|
Release independent packages
napi@2.10.17
|
2023-02-08 17:34:08 +08:00 |
|
LongYinan
|
c34ccc9131
|
fix(napi): impl Send Sync to External
|
2023-02-08 17:33:27 +08:00 |
|
LongYinan
|
f24c9e6e83
|
Release independent packages
napi@2.10.16
|
2023-02-07 16:17:04 +08:00 |
|
Hana
|
31015652b8
|
fix(napi): dropping Error should not call napi-sys if feature is set to noop (#1477)
|
2023-02-07 15:45:56 +08:00 |
|
LongYinan
|
c70c76d8f3
|
Release independent packages
napi@2.10.15
|
2023-02-06 00:59:55 +08:00 |
|
LongYinan
|
7613d669fb
|
chore(napi): enhance the error messages while converting types failed (#1473)
|
2023-02-06 00:52:59 +08:00 |
|
LongYinan
|
dc372d9153
|
Release independent packages
napi@2.10.14
napi-derive@2.10.1
|
2023-01-31 20:41:12 +08:00 |
|
LongYinan
|
3bd2bf40b1
|
fix(napi): run_script return type (#1467)
|
2023-01-31 20:36:59 +08:00 |
|
LongYinan
|
3158cb058f
|
fix(napi-derive): incorrect Task output type in some cases (#1466)
|
2023-01-31 20:10:04 +08:00 |
|
LongYinan
|
47a0d1af3b
|
Release independent packages
napi@2.10.13
|
2023-01-28 21:59:31 +08:00 |
|
LongYinan
|
e9de5681be
|
fix(napi): also apply electron external data fallback to lowlevel APIs (#1458)
* fix(napi): also apply electron external data fallback to lowlevel APIs
* chore: allow uninlined_format_args in tests
|
2023-01-28 21:31:57 +08:00 |
|
LongYinan
|
fde2d649ee
|
Release independent packages
napi@2.10.12
|
2023-01-28 14:55:40 +08:00 |
|
LongYinan
|
adb2508fdf
|
fix(napi): add missing NoExternalBuffersAllowed (#1457)
|
2023-01-28 14:53:31 +08:00 |
|
LongYinan
|
134eb8e19b
|
Release independent packages
napi@2.10.11
|
2023-01-25 09:57:25 +08:00 |
|
LongYinan
|
548f288722
|
fix(napi): fallback to copy arraybuffer if zero copy is not allowed (#1455)
|
2023-01-24 22:39:46 +08:00 |
|
LongYinan
|
b42410182e
|
Release independent packages
napi@2.10.10
napi-derive@2.10.0
|
2023-01-24 21:59:53 +08:00 |
|
LongYinan
|
ab81f4126b
|
chore(napi-derive): allow unsafe async &mut self (#1453)
|
2023-01-24 20:41:57 +08:00 |
|
LongYinan
|
e3adf5dac4
|
fix(napi): unhandled promise rejection while using EitherN<Promise<..>> (#1452)
|
2023-01-24 19:07:33 +08:00 |
|
LongYinan
|
54dd120880
|
fix(napi): add UnknownReturnValue to use in call_async scenario (#1451)
|
2023-01-24 17:41:36 +08:00 |
|
LongYinan
|
694f761fd9
|
fix(napi): throw fatal error if cast return value failed (#1450)
|
2023-01-24 16:32:40 +08:00 |
|
LongYinan
|
c8352a1fb0
|
feat(napi-derive): allow partial implement From/To Napivalue for Object (#1448)
|
2023-01-24 14:51:16 +08:00 |
|
LongYinan
|
e79eb34118
|
feat(napi-derive): generate ThreadsafeFunction types (#1449)
|
2023-01-24 14:25:05 +08:00 |
|
LongYinan
|
02daa90058
|
chore(napi): implement FromNapiValue for ThreadsafeFunction (#1447)
|
2023-01-24 12:16:24 +08:00 |
|
LongYinan
|
c51d657224
|
Release independent packages
- napi@2.10.9
- napi-sys@2.2.3
|
2023-01-19 17:30:12 +08:00 |
|
LongYinan
|
fda0aa0eec
|
fix(napi): fallback to copy buffer if zero copy is not allowed (#1445)
|
2023-01-19 17:26:59 +08:00 |
|
LongYinan
|
0848746534
|
Release independent packages
napi@2.10.8
|
2023-01-18 11:21:22 +08:00 |
|
LongYinan
|
6739ddda20
|
fix(napi): remove useless aquire while creating ThreadsafeFunction (#1442)
|
2023-01-18 11:20:47 +08:00 |
|
LongYinan
|
3db49adcdc
|
Release independent packages
napi@2.10.7
|
2023-01-17 00:06:43 +08:00 |
|
LongYinan
|
46f08ee6dd
|
fix(napi): missing From implementation for Bigint (#1440)
|
2023-01-17 00:05:19 +08:00 |
|
LongYinan
|
f14799f0b7
|
Release independent packages
napi-derive@2.9.5
|
2023-01-14 18:30:59 +08:00 |
|
Hana
|
78b6e1574a
|
fix(napi-derive): fix union type generation for ts function notation (#1439)
* fix(backend): fix union type generation for ts function notation
* chore: update snapshot
* fix: naming
|
2023-01-14 18:27:46 +08:00 |
|
LongYinan
|
be805b684d
|
Release independent packages
napi-derive@2.9.4
|
2023-01-13 16:57:47 +08:00 |
|
Hana
|
976acc773e
|
fix(napi-derive): remove ts type on field attrs (#1436)
|
2023-01-12 13:32:59 +08:00 |
|
LongYinan
|
38390dbef9
|
Release independent packages
napi@2.10.6
|
2023-01-11 22:02:19 +08:00 |
|
HeYunfei
|
d06bd23351
|
fix(napi): should correctly return while dropping Buffer (#1434)
|
2023-01-11 20:09:39 +08:00 |
|
LongYinan
|
dc3a4c9f25
|
feat(napi): refactor ThreadsafeFunction to allow get return value of it (#1427)
|
2023-01-11 18:54:45 +08:00 |
|
LongYinan
|
5492a0b9e9
|
fix(napi): delete reference should be after global custom gc (#1433)
|
2023-01-11 17:31:03 +08:00 |
|
LongYinan
|
3d3fa533d9
|
Release independent packages
napi@2.10.5
|
2023-01-09 17:21:54 +08:00 |
|
LongYinan
|
ad3ac5abc7
|
fix(napi): array buffer drop notify never be called in cloned buffer (#1424)
|
2023-01-09 16:58:26 +08:00 |
|
overlookmotel
|
ce2a29fca7
|
fix(napi): arraybuffer memory leak (#1420)
|
2023-01-09 14:47:36 +08:00 |
|
LongYinan
|
76a16be0eb
|
Release independent packages
napi@2.10.4
|
2022-12-29 16:00:09 +08:00 |
|
LongYinan
|
877d631d99
|
fix(napi): only delete reference in custom gc
|
2022-12-29 14:48:00 +08:00 |
|
LongYinan
|
d2a492a2d0
|
fix(napi): require higher version of once_cell
|
2022-12-29 14:27:33 +08:00 |
|
Xiaopeng Li
|
ce4c28412a
|
fix(napi): promise leak (#1403)
Co-authored-by: Xiaopeng Li <lixiaopeng.jetspark@bytedance.com>
|
2022-12-29 00:15:55 +08:00 |
|
LongYinan
|
1bcb3a3628
|
Release independent packages
napi@2.10.3
|
2022-12-19 19:49:11 +08:00 |
|
LongYinan
|
ef5dffca80
|
fix(napi): add back custom gc for Send Buffer (#1399)
|
2022-12-19 19:11:53 +08:00 |
|
LongYinan
|
328b84eb8f
|
style: run format
|
2022-12-17 00:14:05 +08:00 |
|
LongYinan
|
f8d1dcee5b
|
Merge pull request #1395 from napi-rs/tweaks-code
chore(napi): reduce Mutex usage while loading addon
|
2022-12-16 23:13:36 +08:00 |
|
LongYinan
|
e370dee545
|
chore(napi): remove useless de_init
|
2022-12-16 21:50:49 +08:00 |
|
LongYinan
|
6e4b16fe5d
|
style: clippy fix
|
2022-12-16 20:19:39 +08:00 |
|