Commit graph

1682 commits

Author SHA1 Message Date
LongYinan
7040a2930f
chore: remove node10 test 2022-01-04 11:14:55 +08:00
LongYinan
04012915bb
Release independent packages
napi-derive@2.0.5
2022-01-04 11:06:38 +08:00
LongYinan
64a28eac87
test: update snapshots format for ava@4 2022-01-04 11:04:45 +08:00
LongYinan
d86e2a68ed
chore: publish
- @napi-rs/cli@2.2.1
2022-01-04 10:59:51 +08:00
LongYinan
157a7f9c2c
Merge pull request #990 from napi-rs/avoid-lld-not-existed
fix(cli): handle lld not found
2022-01-04 10:54:23 +08:00
dependabot[bot]
08f86d99b1
build(deps-dev): bump esbuild from 0.14.8 to 0.14.10 2022-01-03 22:52:40 +00:00
dependabot[bot]
dec37dd252
build(deps-dev): bump @rollup/plugin-replace from 3.0.0 to 3.0.1 2022-01-03 22:52:24 +00:00
dependabot[bot]
4d7da028dc
build(deps-dev): bump ava from 3.15.0 to 4.0.0 2022-01-03 22:52:10 +00:00
dependabot[bot]
547147e921
build(deps-dev): bump @typescript-eslint/parser from 5.8.1 to 5.9.0 2022-01-03 22:31:37 +00:00
dependabot[bot]
029f829bb2
build(deps-dev): bump lint-staged from 12.1.4 to 12.1.5 2022-01-03 22:16:18 +00:00
dependabot[bot]
183173108a
build(deps-dev): bump eslint from 8.5.0 to 8.6.0 2022-01-03 22:16:12 +00:00
dependabot[bot]
a5619763c0
build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4 2022-01-03 22:16:05 +00:00
dependabot[bot]
8bca8bf351
build(deps-dev): bump c8 from 7.10.0 to 7.11.0 2022-01-03 22:15:51 +00:00
dependabot[bot]
f288049b92
build(deps-dev): bump @typescript-eslint/eslint-plugin 2022-01-03 22:15:39 +00:00
dependabot[bot]
dfe84e51c1
build(deps-dev): bump @types/dockerode from 3.3.0 to 3.3.1 2022-01-03 22:15:36 +00:00
dependabot[bot]
9093da6284
build(deps-dev): bump @types/node from 17.0.5 to 17.0.7 2022-01-03 22:15:26 +00:00
dependabot[bot]
07c05258b0
build(deps-dev): bump @rollup/plugin-alias from 3.1.8 to 3.1.9 2022-01-03 22:15:21 +00:00
dependabot[bot]
66d37d34f2
build(deps-dev): bump @rollup/plugin-node-resolve from 13.1.1 to 13.1.2 2022-01-03 22:15:09 +00:00
LongYinan
eb79ccebbe
fix(cli): handle lld not found 2022-01-03 22:03:10 +08:00
LongYinan
671ac80e8b
Merge pull request #989 from napi-rs/fix/spwan-arg
fix(cli): shell: true instead of bash
2022-01-03 21:27:55 +08:00
LongYinan
bc570c2918
fix(cli): shell: true instead of bash 2022-01-03 15:23:08 +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
messense
ca3790bdf1
Add support for cross compilation with Zig (#983)
feat(cli): add support for cross compilation with Zig
2021-12-31 11:20:55 +08:00
dependabot[bot]
d58246ea62
build(deps-dev): bump @typescript-eslint/parser from 5.8.0 to 5.8.1 2021-12-27 21:58:12 +00:00
dependabot[bot]
0604a6f58d
build(deps-dev): bump rollup from 2.61.1 to 2.62.0 2021-12-27 21:44:47 +00:00
dependabot[bot]
dda53df837
build(deps-dev): bump @types/node from 17.0.1 to 17.0.5 2021-12-27 21:44:41 +00:00
dependabot[bot]
13aba77434
build(deps-dev): bump esbuild from 0.14.6 to 0.14.8 2021-12-27 21:44:34 +00:00
dependabot[bot]
84e1e3ebb5
build(deps-dev): bump @typescript-eslint/eslint-plugin 2021-12-27 21:44:29 +00:00
dependabot[bot]
1e250a71e5
build(deps-dev): bump lint-staged from 12.1.3 to 12.1.4 2021-12-27 21:44:22 +00:00
LongYinan
3634d03f81
chore(cli): remove substr usage 2021-12-27 18:36:57 +08:00
LongYinan
52acde32b3
Merge pull request #971 from napi-rs/export-type-alias
fix(napi-derive,cli): export type alias for original name
2021-12-25 17:49:17 +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
cf69651701
Merge pull request #969 from napi-rs/ignore-warning
fix(napi-derive): ignore warnings on generated fn
2021-12-25 01:43:00 +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
ab1af002e5
Merge pull request #967 from napi-rs/fix/missing-wrap
fix(napi-derive): missing wrap in NAPI-RS created class instance
2021-12-24 23:53:52 +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
0c5130a26b
Merge pull request #966 from napi-rs/non-default-constructor-class
Non default constructor class
2021-12-24 21:53:51 +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
c25cfc5773
test(cli): add android target triple test 2021-12-24 11:39:53 +08:00
LongYinan
db40b6a874
chore(cli): docs enhancement 2021-12-23 17:47:43 +08:00
LongYinan
e904497b8c
Release independent packages
napi-derive@2.0.2
2021-12-23 14:47:41 +08:00
LongYinan
b05e0e713f
Merge pull request #964 from napi-rs/fix-struct-gen
fix(napi-derive): return Class instance in function
2021-12-23 14:27:07 +08:00
LongYinan
940be7df99
fix(napi-derive): return Class instance in function 2021-12-23 14:07:35 +08:00
LongYinan
17a3000077
Merge pull request #963 from h-a-n-a/patch-1 2021-12-23 08:47:42 +08:00
Hana
894334e8f1
fix(cli): fix crate-type hint 2021-12-23 03:10:44 +08:00
LongYinan
bfa454f94d
chore: publish
- @napi-rs/cli@2.2.0
2021-12-22 20:24:41 +08:00
LongYinan
046f75dc29
feat(cli): provide a way to override the native package name 2021-12-22 20:24:15 +08:00
LongYinan
46168ee6d6
Release independent packages
napi@2.0.2
2021-12-22 09:50:55 +08:00