LongYinan
|
9b0103cf22
|
fix(napi): remove CString::from_vec_with_nul_unchecked
|
2022-04-13 01:29:23 +08:00 |
|
LongYinan
|
18afd86a2e
|
fix(napi): missing ValidateNapiValue trait for types
|
2022-03-06 14:20:36 +08:00 |
|
LongYinan
|
b48a757837
|
style: clippy fix
|
2022-03-05 23:05:04 +08:00 |
|
LongYinan
|
1104742983
|
fix(napi): Buffer value lifetime should align the Rust lifetime
|
2022-03-05 23:05:04 +08:00 |
|
LongYinan
|
9f3fbaa8e0
|
fix(napi): race issues with Node.js worker_thread (#1081)
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
|
2022-03-05 14:14:32 +08:00 |
|
Martin Madsen
|
5a0c1c2af3
|
fix(napi): cleanup registered hook upon unloading module with tokio_rt
|
2022-02-16 15:28:16 +01:00 |
|
Simon Vandel Sillesen
|
2b2841e8d3
|
feat: Add support for Date <-> chrono::DateTime<Utc>
|
2022-02-09 20:59:58 +01:00 |
|
LongYinan
|
80ea0ad78c
|
fix(napi): re-export JsDate as Date in prelude
|
2022-02-06 20:42:48 +08:00 |
|
LongYinan
|
5002e782a4
|
docs(napi): typo
|
2022-02-06 16:39:11 +08:00 |
|
LongYinan
|
dfd213a1ee
|
feat(napi): with_value method on Property
|
2022-02-06 16:26:00 +08:00 |
|
AlCalzone
|
ed12bd76bd
|
feat: impl FromNapiValue for serde_json::Number , fix it for Null , throw for impossible types (#1052)
fix #1013
Co-authored-by: zeroslope <jsx55242@foxmail.com>
|
2022-02-06 11:58:17 +08:00 |
|
messense
|
d3e37a44cb
|
Fix BigInt issue with zero value
Looks like 0 is a special case: 4318b2348d/deps/v8/src/objects/bigint.cc (L1595-L1602)
|
2022-02-04 21:43:57 +08:00 |
|
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 |
|
messense
|
a109c54918
|
fix(napi): add missing nul byte to noop
Fixes a global-buffer-overflow bug
|
2022-01-22 12:34:55 +08:00 |
|
Jose Acevedo
|
36e808d2a6
|
feat: add 'coerce_to_object' method to Array
|
2022-01-17 21:07:25 -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
|
87d1821e73
|
fix(napi): compile issue without compat mode
|
2021-12-22 09:36:47 +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
|
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 |
|
h-a-n-a
|
0aa7cd3d32
|
feat(napi): support external deref/derefMut
|
2021-12-11 13:42:46 +08:00 |
|
LongYinan
|
7470407306
|
feat(napi): throw error on non constructable class
|
2021-12-08 17:59:30 +08:00 |
|
LongYinan
|
831e050877
|
feat(napi): create Array from &Vec
|
2021-12-07 22:03:25 +08:00 |
|
LongYinan
|
f7a101db01
|
chore: cleanup stale codes
|
2021-12-07 21:45:40 +08:00 |
|
LongYinan
|
00be6e5e0c
|
feat(napi): impl FromNapiValue for &str
|
2021-12-07 12:50:18 +08:00 |
|
LongYinan
|
8fc1cfcb38
|
feat(napi): TypeName and ToNapiValue should apply to any HashMap
|
2021-12-03 16:49:26 +08:00 |
|
LongYinan
|
6d4b4af36f
|
fix(napi-derive-backend): do not unwrap Option value in object getter if the type of field is Option<T>
|
2021-12-02 16:17:03 +08:00 |
|
LongYinan
|
d9c53d728b
|
feat(napi): support TypedArray input and output
|
2021-12-02 11:26:52 +08:00 |
|
LongYinan
|
9a0de8e485
|
feat(napi): allow return self as this
|
2021-11-25 22:31:11 +08:00 |
|
LongYinan
|
1fe39ff66d
|
feat(napi): support export rust mod as ts namespace
|
2021-11-25 17:53:43 +08:00 |
|
LongYinan
|
e4ca46f32b
|
style: clippy fix
|
2021-11-25 17:53:42 +08:00 |
|
LongYinan
|
43d21c51d2
|
doc: cargo docs fix
|
2021-11-25 17:53:42 +08:00 |
|
LongYinan
|
f83e167bd2
|
feat(napi): implement from_vec for Array
|
2021-11-25 17:53:42 +08:00 |
|
LongYinan
|
c77712e76f
|
feat(napi): implement with_optional_signal on AsyncTask
|
2021-11-25 17:53:42 +08:00 |
|
LongYinan
|
43c1aff738
|
refactor(napi): use CStr instread of CString while creating lit variable
|
2021-11-25 17:53:41 +08:00 |
|
LongYinan
|
1dcd0fec1e
|
refactor(napi): remove compatible Either struct
Reexport `Either` from `bindgen_runtime::Either`
|
2021-11-25 17:53:41 +08:00 |
|
LongYinan
|
bdfb1506a2
|
feat(napi): implement external value
|
2021-11-21 16:24:58 +08:00 |
|
LongYinan
|
052bcd8f3e
|
Release independent packages
napi@2.0.0-alpha.3
napi-derive-backend@1.0.5
napi-derive@2.0.0-alpha.4
Generated by cargo-workspaces
|
2021-11-16 10:44:48 +08:00 |
|
LongYinan
|
424c7805c4
|
feat(napi): improve symbol support
|
2021-11-15 23:10:15 +08:00 |
|
LongYinan
|
3386bb9867
|
feat(napi): support JsGlobal in Env
|
2021-11-15 22:41:01 +08:00 |
|
LongYinan
|
eaa96f7eb2
|
feat(napi): await Promise<T> in async fn
|
2021-11-15 16:54:55 +08:00 |
|
LongYinan
|
30031f09ed
|
feat(napi): create ThreadsafeFunction from JsFunction
|
2021-11-12 17:22:57 +08:00 |
|
LongYinan
|
0424a08c06
|
feat(napi): BigInt codegen support
|
2021-11-11 16:18:25 +08:00 |
|
LongYinan
|
e78cdd3c22
|
feat(napi): support static class factory
|
2021-11-06 13:51:55 +08:00 |
|
LongYinan
|
e74fe2fb94
|
feat(napi): implement AsyncTask with AbortSignal support
|
2021-11-06 13:51:54 +08:00 |
|