LongYinan
1238ee0276
Release independent packages
...
napi@2.0.4
napi-derive@2.0.8
2022-01-18 14:38:34 +08:00
LongYinan
1768cf69ee
Release independent packages
...
napi@2.0.3
2022-01-13 14:52:19 +08:00
LongYinan
46168ee6d6
Release independent packages
...
napi@2.0.2
2021-12-22 09:50:55 +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
0d38cb01bd
chore(napi): upgrade windows crate to 0.29
2021-12-20 15:16:12 +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
LongYinan
c8e6ab46d3
Release independent packages
...
napi@2.0.0-beta.6
2021-12-13 13:18:24 +08:00
LongYinan
0723e158e5
Release independent packages
...
napi@2.0.0-beta.5
2021-12-08 18:00:06 +08:00
LongYinan
e452c00fb4
feat: edition 2021
2021-12-08 13:18:47 +08:00
LongYinan
454711981b
Release independent packages
...
napi-derive-backend@1.0.15
napi-derive@2.0.0-beta.3
napi@2.0.0-beta.4
2021-12-07 23:40:50 +08:00
LongYinan
af7583dadf
napi@2.0.0-beta.3
2021-12-07 12:50:19 +08:00
LongYinan
8d6997f61e
Release independent packages
...
napi@2.0.0-beta.2
2021-12-03 17:06:24 +08:00
LongYinan
2d5b997b7d
feat(napi): add experimental flag
2021-12-03 16:49:26 +08:00
LongYinan
140fa7b502
Release independent packages
...
napi@2.0.0-beta.1
napi-derive@2.0.0-beta.1
napi-derive-backend@1.0.13
2021-12-02 17:10:58 +08:00
LongYinan
24c5d6950e
Release independent packages
...
napi@2.0.0-beta.0
napi-sys@2.1.0
napi-derive@2.0.0-beta.0
napi-build@1.2.0
napi-derive-backend@1.0.12
2021-12-02 14:35:57 +08:00
LongYinan
d410f6e903
Release independent packages
...
napi-sys@2.0.0
napi@2.0.0-alpha.8
2021-11-30 00:18:22 +08:00
LongYinan
aaf1bd14ea
Release independent packages
...
napi@2.0.0-alpha.7
napi-derive@2.0.0-alpha.8
napi-build@1.1.2
napi-derive-backend@1.0.9
2021-11-25 23:25:29 +08:00
LongYinan
a1e3292b7a
napi@2.0.0-alpha.6
2021-11-21 23:11:43 +08:00
LongYinan
4874c72340
Release independent packages
...
napi-derive-backend@1.0.8
napi-derive@2.0.0-alpha.7
napi@2.0.0-alpha.5
2021-11-21 16:48:05 +08:00
LongYinan
6bfaaebadc
Release independent packages
...
napi@2.0.0-alpha.4
Generated by cargo-workspaces
2021-11-16 17:58:03 +08:00
LongYinan
a0c443fdfb
feat(napi): switch to windows crate
2021-11-16 17:41:24 +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
1ab52c42b6
Release independent packages
...
napi@2.0.0-alpha.2
napi-derive@2.0.0-alpha.2
napi-derive-backend@1.0.3
2021-11-07 00:06:29 +08:00
LongYinan
d36c303dec
chore: specified dependencies versions
2021-11-06 13:51:54 +08:00
LongYinan
50e08b6033
Release independent packages
...
napi@2.0.0-alpha.1
napi-build@1.1.1
napi-derive@2.0.0-alpha.1
napi-derive-backend@1.0.2
napi-sys@1.1.2
Generated by cargo-workspaces
2021-10-31 23:37:05 +08:00
LongYinan
157b9c6186
chore: make all crates indepent
2021-10-31 23:35:39 +08:00
forehalo
0ee80662be
support async functions
2021-10-27 14:42:57 +08:00
forehalo
2467b7139b
Introduce #[napi]
procedural macro to automation development boilerplate ( #696 )
...
* napi procedural macro for basic rust/JavaScript types
* introduce the `compat-mode` for `napi` and `napi-derive` crates for backward compatible
* remove #[inline] and let compiler to decide the inline behavior
* cli now can produce the `.d.ts` file for native binding
* many tests and example for the new procedural macro
Co-authored-by: LongYinan <lynweklm@gmail.com>
2021-09-23 01:29:09 +08:00