messense
a1be16530b
Fix String roundtrip with interior nul bytes
2022-02-04 16:52:44 +08:00
LongYinan
13533d1a37
feat(napi): re-export tokio and features
2022-01-23 23:04:31 +08:00
LongYinan
16f808276d
feat(napi): implement get_js_function
2022-01-23 23:04:31 +08:00
JoostK
8652019c94
fix(napi-derive): an Option
in front of a required parameter is no longer optional in TypeScript
...
This fixes a bug where having a parameter of type `Option<T>` followed by required parameters
would incorrectly declare the parameter as option in the TypeScript declaration file, resulting
in invalid syntax.
2022-01-23 18:57:01 +08:00
Jose L
40651714c9
feat(napi-derive): add ts_type
attribute to override typtescript type for fields in structs
2022-01-23 18:45:41 +08:00
messense
a109c54918
fix(napi): add missing nul byte to noop
...
Fixes a global-buffer-overflow bug
2022-01-22 12:34:55 +08:00
LongYinan
1238ee0276
Release independent packages
...
napi@2.0.4
napi-derive@2.0.8
2022-01-18 14:38:34 +08:00
Jose Acevedo
36e808d2a6
feat: add 'coerce_to_object' method to Array
2022-01-17 21:07:25 -08:00
Tim Fish
cdcab888ee
fix(napi-derive): correctly escape backslash in type definition doc comments ( #1034 )
2022-01-17 12:38:16 +08:00
LongYinan
cbbccf2084
Merge pull request #1029 from napi-rs/fix-clippy
...
fix(napi): clippy error on 1.58
2022-01-14 11:48:25 +08:00
LongYinan
41bcd9c50b
fix(napi): clippy error on 1.58
2022-01-14 11:21:03 +08:00
Dave Ceddia
1006b3a489
fix(napi): abort threadsafe functions upon env cleanup
...
This fixes a deadlock/panic in Electron when the window is reloaded.
2022-01-13 10:06:50 -05:00
LongYinan
1768cf69ee
Release independent packages
...
napi@2.0.3
2022-01-13 14:52:19 +08:00
messense
43fb8edecd
chore: forbid unsafe_op_in_unsafe_fn
2022-01-13 11:26:28 +08:00
LongYinan
2de500f33b
fix(napi): invalid memory address in FromNapiValue for &str
2022-01-12 17:08:47 +08:00
LongYinan
645a2e7885
Release independent packages
...
napi-derive@2.0.7
2022-01-07 14:11:47 +08:00
LongYinan
b53e0e1e95
fix(napi-derive): BigInt in TypeScript should be bigint
2022-01-06 22:33:34 +08:00
LongYinan
581e8cf9f5
Release independent packages
...
napi-derive@2.0.6
2022-01-06 17:41:02 +08:00
LongYinan
0f5ebc4699
chore(napi-derive-backend): update convert_case
2022-01-06 17:40:25 +08:00
LongYinan
15d2b95687
chore(napi-derive): update convert_case
2022-01-06 16:54:43 +08:00
LongYinan
b6d126db53
fix(napi-derive): implement missing trait for JsClass reference
2022-01-06 16:19:43 +08:00
LongYinan
3565fccdb6
fix(napi-derive): should throw rather than panic if object mismatched
2022-01-06 15:57:41 +08:00
LongYinan
04012915bb
Release independent packages
...
napi-derive@2.0.5
2022-01-04 11:06:38 +08:00
Flux Xu
881fd52063
fix(napi-derive): unraw rust identifiers before sending it to js. ( #987 )
2022-01-03 11:28:35 +08:00
LongYinan
556ace8f33
fix(napi-derive,cli): export type alias for original name
2021-12-25 17:36:12 +08:00
LongYinan
66e202e2f2
Release independent packages
...
napi-derive@2.0.4
2021-12-25 01:44:37 +08:00
LongYinan
f76a12eb5a
fix(napi-derive): ignore warnings on generated fn
...
Close https://github.com/napi-rs/napi-rs/issues/968
2021-12-25 01:24:58 +08:00
LongYinan
76798a4343
fix(napi-derive): missing wrap in NAPI-RS created class instance
2021-12-24 22:56:16 +08:00
LongYinan
4e4b160f3a
Release independent packages
...
napi-derive@2.0.3
2021-12-24 21:57:40 +08:00
LongYinan
e6a30ffcca
fix(napi-derive): return instance from non-default constructor class
...
Fix https://github.com/napi-rs/napi-rs/issues/933
2021-12-24 21:37:47 +08:00
LongYinan
e904497b8c
Release independent packages
...
napi-derive@2.0.2
2021-12-23 14:47:41 +08:00
LongYinan
940be7df99
fix(napi-derive): return Class instance in function
2021-12-23 14:07:35 +08:00
LongYinan
46168ee6d6
Release independent packages
...
napi@2.0.2
2021-12-22 09:50:55 +08:00
LongYinan
87d1821e73
fix(napi): compile issue without compat mode
2021-12-22 09:36:47 +08:00
LongYinan
fa0fe87448
Release independent packages
...
napi-build@1.2.1
2021-12-22 00:27:59 +08:00
LongYinan
828c6cf625
Release independent packages
...
napi@2.0.1
napi-derive@2.0.1
2021-12-22 00:19:16 +08:00
LongYinan
4406059de1
fix(napi): addon packages become undefined in worker_threads
2021-12-21 23:38:35 +08:00
LongYinan
915b423026
fix(napi): only shutdown tokio runtime once
2021-12-21 23:22:23 +08:00
LongYinan
f7571d71c0
fix(napi-derive): codegen bug when multi impl on same file
2021-12-20 16:00:11 +08:00
LongYinan
0d38cb01bd
chore(napi): upgrade windows crate to 0.29
2021-12-20 15:16:12 +08:00
h-a-n-a
72f58204d2
test: add tests for skip_typescript
2021-12-19 20:17:54 +08:00
h-a-n-a
df9dc91562
feat(napi): add ts typegen skip
2021-12-19 19:45:21 +08:00
LongYinan
45a74856d6
Merge pull request #941 from napi-rs/fix/build-env
...
fix(build): keep `.d.ts` and `.js` untouched if native doesn't change
2021-12-18 15:07:26 +08:00
forehalo
09c7df3c5c
fix: keep .d.ts and .js untouched if native doesn't change
2021-12-18 14:12:46 +08:00
LongYinan
4ec4400703
fix(napi-derive-backend): Null and Undefined return type
2021-12-18 13:42:55 +08:00
LongYinan
3f2e44d3db
Merge pull request #939 from napi-rs/fix/buffer-vec-conversion
...
fix(napi): impl From<Buffer> for Vec<u8>
2021-12-18 13:41:40 +08:00
forehalo
2df97c108f
fix: impl From<Buffer> for Vec<u8>
2021-12-18 13:24:16 +08:00
liulinboyi
486765b35e
feat(napi): refine return type
2021-12-18 11:52:49 +08:00
LongYinan
bbd466b69c
Release independent packages
2021-12-17 16:56:45 +08:00
LongYinan
8debc09b7f
Release independent packages
...
napi@2.0.0-beta.7
2021-12-14 13:00:07 +08:00