.. |
array.rs
|
feat: add 'coerce_to_object' method to Array
|
2022-01-17 21:07:25 -08:00 |
arraybuffer.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
bigint.rs
|
Fix BigInt issue with zero value
|
2022-02-04 21:43:57 +08:00 |
boolean.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
buffer.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
date.rs
|
feat: Add support for Date <-> chrono::DateTime<Utc>
|
2022-02-09 20:59:58 +01:00 |
either.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
external.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
function.rs
|
feat(napi): create ThreadsafeFunction from JsFunction
|
2021-11-12 17:22:57 +08:00 |
map.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
nil.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
number.rs
|
fix(napi): race issues with Node.js worker_thread (#1081)
|
2022-03-05 14:14:32 +08:00 |
object.rs
|
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 |
promise.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
serde.rs
|
feat: impl FromNapiValue for serde_json::Number , fix it for Null , throw for impossible types (#1052)
|
2022-02-06 11:58:17 +08:00 |
string.rs
|
Fix String roundtrip with interior nul bytes
|
2022-02-04 16:52:44 +08:00 |
symbol.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |
task.rs
|
chore: forbid unsafe_op_in_unsafe_fn
|
2022-01-13 11:26:28 +08:00 |