Commit graph

50 commits

Author SHA1 Message Date
LongYinan
08e5804c3b
docs: correct examples 2020-12-17 18:59:29 +08:00
LongYinan
7a72c4aff9
ci: build test for android 2020-12-09 15:59:57 +08:00
LongYinan
d7e727d045
feat: build and test armv7 2020-12-08 12:00:58 +08:00
LongYinan
1d40dc28ba
docs: fix package.json code block 2020-12-03 17:19:43 +08:00
LongYinan
f90640d7aa
docs: update documents 2020-12-03 17:17:40 +08:00
LongYinan
66088642ee
chore: rename branch master => main 2020-12-03 16:30:14 +08:00
LongYinan
94e0ac548c
1.0.0-alpha.0 2020-12-02 23:45:27 +08:00
LongYinan
7767b83222
refactor(cli): init yarn workspace, move napi-rs package => @napi-rs/cli 2020-12-02 22:34:39 +08:00
LongYinan
fc0ec0b378
refactor(napi-sys): remove bindgen 2020-11-10 17:52:59 +08:00
LongYinan
47f5011a8f feat(napi): support build on i686-pc-windows-msvc 2020-11-04 23:08:54 +08:00
LongYinan
99fd61897f
docs: update badge url 2020-10-15 16:44:23 +08:00
LongYinan
03dff2575c
docs: add freebsd to support martrix 2020-10-14 12:26:44 +08:00
LongYinan
1dc9974c19
feat(napi): implement detach arraybuffer 2020-10-11 22:26:09 +08:00
LongYinan
ef51a882c6
docs: update badges urls 2020-10-11 22:19:43 +08:00
LongYinan
91be50865d
docs: update test command in README.md 2020-10-11 22:16:33 +08:00
LongYinan
ae8de8a631
feat(napi): implement dataview related apis 2020-10-11 22:15:58 +08:00
LongYinan
809ecfec49
feat(napi): implement create_buffer_copy 2020-10-11 21:54:23 +08:00
LongYinan
364082ca7a
docs: update README 2020-10-10 18:58:36 +08:00
LongYinan
6c95d86d2f
feat(napi): implement date related API 2020-10-10 15:02:11 +08:00
LongYinan
cde8dceda9
docs: update readme 2020-09-17 19:04:12 +08:00
LongYinan
aaee2d2940
doc: update readme to new version 2020-09-07 10:46:51 +08:00
LongYinan
371cc5eab0
feat(napi): string latin1 support 2020-09-03 19:11:30 +08:00
LongYinan
87f75803f8
docs: update readme 2020-09-03 15:34:28 +08:00
LongYinan
98210cd771
feat(napi): implement more napi 2020-08-24 16:16:41 +08:00
LongYinan
5c2904f9ef
docs: update readme 2020-08-12 22:47:19 +08:00
LongYinan
649ab10613
docs: update docs.rs badge version 2020-08-03 16:26:20 +08:00
LongYinan
98d97d3b29
docs: update readme badge link 2020-08-03 16:23:15 +08:00
LongYinan
177e41b753
docs: fix docs.rs build, add badges to README 2020-08-03 13:27:45 +08:00
LongYinan
3358e95c1b
docs: add napi-derive to example 2020-07-16 12:45:08 +08:00
LongYinan
7624719721
docs: update readme 2020-07-16 12:43:09 +08:00
LongYinan
0216c55e54
refactor(napi): redesign the JavaScript values API 2020-06-28 23:29:04 +08:00
LongYinan
fce24f0566
style: naming refactor in napi.js 2020-06-21 17:00:40 +08:00
LongYinan
c5d57969fe
doc: update napi-rs usage
resolve https://github.com/napi-rs/napi-rs/issues/78
2020-06-21 10:57:27 +08:00
LongYinan
79401d693e
feat(napi): implement create_external and get_value_external 2020-06-19 16:16:28 +08:00
LongYinan
2797413799
chore: drop support for node@13 2020-06-17 20:53:41 +08:00
LongYinan
1a280aa30f
refactor(napi): async and lifetime span 2020-05-09 14:13:25 +08:00
LongYinan
f751ea3b2a
chore: remove lifetime param in example 2020-05-02 00:21:38 +08:00
LongYinan
5bd720a0cb
doc: typo 2020-05-01 12:45:59 +08:00
LongYinan
53c173d6f9
docs: wrong language attr in Taste section 2020-04-30 18:58:29 +08:00
LongYinan
ea50a0c130
docs: add taste codes in README 2020-04-30 18:57:04 +08:00
LongYinan
5fc3c7424a
ci: add node14 to test matrix 2020-04-30 18:08:29 +08:00
LongYinan
4c0341961c
refactor(napi-rs): impl TryFrom instead of TryInto 2020-04-26 18:46:56 +08:00
LongYinan
f29ddc3a19
feat(napi): impl create_uint32 2020-04-20 00:43:48 +08:00
LongYinan
fa8e1be7b9
refactor(napi-rs): make api calls more safety 2020-04-19 18:52:32 +08:00
LongYinan
090e7d6fb3
chore: prepare for release 2020-03-16 14:30:54 +08:00
LongYinan
5b93dd187b
doc: typo 2020-02-26 11:20:31 +08:00
LongYinan
48c9a8956c
build: enhance the build pipeline 2020-02-19 17:45:57 +08:00
LongYinan
e0e85502af
feat: upgrade to std-future 2020-02-18 21:09:17 +08:00
LongYinan
dff8a54ce1
docs: update dependencies field in README 2018-07-23 10:19:40 +08:00
LongYinan
c05ab719b3
init 2018-04-28 16:26:38 +08:00