LongYinan
|
11967dec79
|
chore: upgrade dependencies
|
2022-04-01 12:10:56 +08:00 |
|
LongYinan
|
77a88cb44a
|
Merge pull request #1095 from napi-rs/cc-wrapper-arg
fix(cli): use shell file path instead of commands for zig CC and CXX
|
2022-03-13 21:10:15 +08:00 |
|
LongYinan
|
30310d0a81
|
ci: install dependencies with x64 Node.js while testing windows i686
|
2022-03-13 18:36:16 +08:00 |
|
LongYinan
|
5005aaa5af
|
chore: upgrade dependencies
|
2022-03-13 18:30:11 +08:00 |
|
LongYinan
|
09ccfaad1d
|
fix(cli): use shell file path instead of commands for zig CC and CXX
|
2022-03-13 18:28:29 +08:00 |
|
LongYinan
|
1cac0ac804
|
feat(cli): upgrade ci.yml templates
|
2022-03-07 11:05:52 +08:00 |
|
antoniomuso
|
f783e9537f
|
feat(napi): allow empty enums
|
2022-03-06 23:12:31 +08:00 |
|
LongYinan
|
ee0279e540
|
feat(cli): add libc filed in native package.json
|
2022-03-06 22:22:43 +08:00 |
|
LongYinan
|
71f3c0ef7e
|
Release independent packages
napi@2.2.0
napi-derive@2.2.0
|
2022-03-06 14:23:43 +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
|
871cf5554d
|
chore: publish
- @napi-rs/cli@2.4.5
|
2022-03-05 18:48:16 +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 |
|
LongYinan
|
1bee150a7a
|
Merge pull request #1084 from stephank/fix/yarn-dts
fix(cli): temporary dts path may not be writable
|
2022-03-03 21:28:12 +08:00 |
|
Stéphan Kochen
|
e69f0230c2
|
fix(cli): temporary dts path may not be writable
|
2022-03-03 10:45:27 +01:00 |
|
LongYinan
|
7626452cbf
|
Merge pull request #1080 from messense/clippy
chore: fix `clippy::needless_late_init` lint
|
2022-02-28 23:09:02 +08:00 |
|
messense
|
132a9a4ae2
|
chore: fix clippy::needless_late_init lint
|
2022-02-28 12:09:40 +08:00 |
|
LongYinan
|
ab3ea5a58a
|
Merge pull request #1075 from martinjlowm/fix/cleanup-registered-hook
fix(napi): cleanup registered hook upon unloading module with tokio_rt
|
2022-02-17 22:07:49 +08:00 |
|
Martin Madsen
|
e9f43495c2
|
chore(napi): Mark shutdown_tokio_rt unsafe
|
2022-02-16 18:02:10 +01:00 |
|
Martin Madsen
|
5a0c1c2af3
|
fix(napi): cleanup registered hook upon unloading module with tokio_rt
|
2022-02-16 15:28:16 +01:00 |
|
LongYinan
|
14773af159
|
Merge pull request #1069 from simonvandel/chrono_datetime
feat: Add support for Date <-> chrono::DateTime<Utc>
|
2022-02-11 15:18:34 +08:00 |
|
Simon Vandel Sillesen
|
cb9be7bc6a
|
Merge remote-tracking branch 'origin/main' into chrono_datetime
|
2022-02-11 07:21:07 +01:00 |
|
LongYinan
|
c18fb10f13
|
chore: publish
- @napi-rs/cli@2.4.4
|
2022-02-11 12:38:16 +08:00 |
|
LongYinan
|
00201aa27f
|
Merge pull request #1072 from napi-rs/format-toml
style: format toml files
|
2022-02-11 11:17:09 +08:00 |
|
LongYinan
|
d55e4f6f1f
|
style: format toml files
|
2022-02-11 10:46:17 +08:00 |
|
Simon Vandel Sillesen
|
a3c29eb508
|
add unit test that shows Date is rendered in TS type in interface
|
2022-02-10 18:52:57 +01:00 |
|
LongYinan
|
13bccf7dfb
|
Merge pull request #1071 from napi-rs/external-on-demand
fix(cli): generate ExternalObject type on demand
|
2022-02-10 18:50:59 +08:00 |
|
LongYinan
|
f9c618e046
|
fix(cli): generate ExternalObject type on demand
|
2022-02-10 18:37:04 +08:00 |
|
Simon Vandel Sillesen
|
f3c34cc452
|
chrono_date implies napi5
|
2022-02-10 06:44:43 +01:00 |
|
Simon Vandel Sillesen
|
2b2841e8d3
|
feat: Add support for Date <-> chrono::DateTime<Utc>
|
2022-02-09 20:59:58 +01:00 |
|
LongYinan
|
e607bc158e
|
Release independent packages
- napi@2.1.0
- napi-derive@2.1.0
|
2022-02-09 20:44:53 +08:00 |
|
LongYinan
|
7c67cc143c
|
chore: publish
- @napi-rs/cli@2.4.3
|
2022-02-09 20:43:03 +08:00 |
|
LongYinan
|
1f09a0cf77
|
chore: make example and bench package private
|
2022-02-09 20:42:00 +08:00 |
|
LongYinan
|
90af390f65
|
Merge pull request #1067 from napi-rs/node-10x
fix(cli): compatible for Node.js 10x
|
2022-02-09 13:01:13 +08:00 |
|
LongYinan
|
5f359dfaae
|
fix(cli): compatible for Node.js 10x
|
2022-02-09 12:41:56 +08:00 |
|
LongYinan
|
2e68612830
|
ci: pin llvm clang versions
|
2022-02-07 23:33:57 +08:00 |
|
LongYinan
|
102b29c777
|
Merge pull request #1066 from napi-rs/issue/deref-u8-array
fix(napi): deref from Uint8ClampedArray
|
2022-02-07 14:40:41 +08:00 |
|
LongYinan
|
2763a8e7b2
|
fix(napi): deref from Uint8ClampedArray
|
2022-02-07 12:24:09 +08:00 |
|
LongYinan
|
25f2147e6b
|
Merge pull request #1065 from napi-rs/issue/date-type
fix(napi): re-export JsDate as Date in prelude
|
2022-02-06 21:00:14 +08: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
|
2cd105cfc6
|
Merge pull request #1064 from napi-rs/feature/obj-property-value
feat(napi): `with_value` method on `Property`
|
2022-02-06 16:37:45 +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 |
|
LongYinan
|
c001038852
|
Merge pull request #1063 from napi-rs/clippy-fix
style: apply clippy suggestion
|
2022-02-06 11:02:02 +08:00 |
|
LongYinan
|
89893cdca3
|
style: apply clippy suggestion
|
2022-02-06 10:49:16 +08:00 |
|
LongYinan
|
9f66ca2818
|
Merge pull request #1058 from messense/bigint-zero
|
2022-02-05 13:28:35 +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 |
|
LongYinan
|
ac25965ad3
|
Merge pull request #1056 from messense/roundtrip-str
|
2022-02-04 19:25:14 +08:00 |
|