Commit graph

2395 commits

Author SHA1 Message Date
LongYinan
ea50a0c130
docs: add taste codes in README 2020-04-30 18:57:04 +08:00
LongYinan
4b52a40206
Merge pull request #38 from Brooooooklyn/node14
ci: add node14 to test matrix
2020-04-30 18:50:58 +08:00
LongYinan
53f9157342
fix(test_module): avoid oom in test_scripts 2020-04-30 18:31:47 +08:00
LongYinan
5fc3c7424a
ci: add node14 to test matrix 2020-04-30 18:08:29 +08:00
LongYinan
0c2673a260
Merge pull request #36 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.13.4
build(deps-dev): bump @types/node from 13.13.2 to 13.13.4
2020-04-28 11:22:25 +08:00
dependabot-preview[bot]
0606c0e866
build(deps-dev): bump @types/node from 13.13.2 to 13.13.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.13.2 to 13.13.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 21:20:34 +00:00
LongYinan
86c166eece
doc: fix example 2020-04-27 10:35:48 +08:00
LongYinan
26f80b1511
0.2.3 2020-04-27 00:11:29 +08:00
LongYinan
498768578d
feat(scripts): support platform flag 2020-04-27 00:11:19 +08:00
LongYinan
d21a3379a5
0.2.2 2020-04-26 20:50:41 +08:00
LongYinan
67ac49a7d7
chore: rename napi-derive to napi-rs-derive 2020-04-26 20:21:45 +08:00
LongYinan
b720271009
doc: fix description in napi-derive 2020-04-26 20:15:08 +08:00
LongYinan
81adb5ceab
chore: version patch 2020-04-26 19:57:31 +08:00
LongYinan
7eb0d9b0f6
chore: update gitignore 2020-04-26 19:50:32 +08:00
LongYinan
4f215b04fa
Merge pull request #35 from Brooooooklyn/try-from
refactor(napi-rs): impl TryFrom instead of TryInto
2020-04-26 19:14:54 +08:00
LongYinan
4c0341961c
refactor(napi-rs): impl TryFrom instead of TryInto 2020-04-26 18:46:56 +08:00
LongYinan
4f35700816
Merge pull request #34 from Brooooooklyn/derive
js_function Derive
2020-04-26 17:26:42 +08:00
LongYinan
0f28cc7bdf
doc: add napi-derive example and document 2020-04-26 16:58:11 +08:00
LongYinan
0b2561225f
feat(derive): js_function derive 2020-04-26 16:36:44 +08:00
LongYinan
a21060107e
Merge pull request #33 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.13.2
build(deps-dev): bump @types/node from 13.13.1 to 13.13.2
2020-04-23 10:50:52 +08:00
dependabot-preview[bot]
ea55091c2f
build(deps-dev): bump @types/node from 13.13.1 to 13.13.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.13.1 to 13.13.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-22 21:20:04 +00:00
LongYinan
20771c0730
Merge pull request #32 from Brooooooklyn/dependabot/npm_and_yarn/prettier-2.0.5
build(deps-dev): bump prettier from 2.0.4 to 2.0.5
2020-04-22 10:44:00 +08:00
dependabot-preview[bot]
984f3f2503
build(deps-dev): bump prettier from 2.0.4 to 2.0.5
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.4...2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-21 21:21:20 +00:00
LongYinan
a117c8742c
Merge pull request #31 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.13.1
build(deps-dev): bump @types/node from 13.13.0 to 13.13.1
2020-04-21 10:32:01 +08:00
dependabot-preview[bot]
008e829174
build(deps-dev): bump @types/node from 13.13.0 to 13.13.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.13.0 to 13.13.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-20 21:17:38 +00:00
LongYinan
c71c4c179a
Merge pull request #30 from Brooooooklyn/uint-32
feat(napi): impl create_uint32
2020-04-20 10:45:12 +08:00
LongYinan
f29ddc3a19
feat(napi): impl create_uint32 2020-04-20 00:43:48 +08:00
LongYinan
6b032caca8
Merge pull request #28 from Brooooooklyn/result
Make  API call more safety
2020-04-19 19:07:08 +08:00
LongYinan
fa8e1be7b9
refactor(napi-rs): make api calls more safety 2020-04-19 18:52:32 +08:00
LongYinan
ddb3813b9a
Merge pull request #29 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.13.0
build(deps-dev): bump @types/node from 13.11.1 to 13.13.0
2020-04-18 13:20:50 +08:00
dependabot-preview[bot]
a71d55f8c1
build(deps-dev): bump @types/node from 13.11.1 to 13.13.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.11.1 to 13.13.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-17 21:18:22 +00:00
LongYinan
9afdb79d47
Merge pull request #27 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.11.1
build(deps-dev): bump @types/node from 13.11.0 to 13.11.1
2020-04-09 10:49:19 +08:00
LongYinan
c35d6339fb
Merge pull request #26 from Brooooooklyn/array-buffer
feat: support basic arrayBuffer
2020-04-09 10:46:59 +08:00
dependabot-preview[bot]
b634030597
build(deps-dev): bump @types/node from 13.11.0 to 13.11.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.11.0 to 13.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-08 21:20:41 +00:00
LongYinan
de6863cd3a
feat: support basic arrayBuffer 2020-04-08 23:58:50 +08:00
LongYinan
5d9de1a3b4
Merge pull request #25 from Brooooooklyn/dependabot/npm_and_yarn/prettier-2.0.4
build(deps-dev): bump prettier from 2.0.2 to 2.0.4
2020-04-07 10:26:18 +08:00
dependabot-preview[bot]
f07b88d969
build(deps-dev): bump prettier from 2.0.2 to 2.0.4
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.2...2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 21:20:48 +00:00
LongYinan
eca5d3f64b
Merge pull request #24 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.11.0
build(deps-dev): bump @types/node from 13.9.8 to 13.11.0
2020-04-03 10:34:12 +08:00
dependabot-preview[bot]
9ec46f56e1
build(deps-dev): bump @types/node from 13.9.8 to 13.11.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.8 to 13.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 21:20:28 +00:00
LongYinan
6558e4c6ca
Merge pull request #23 from Brooooooklyn/serde
feat(napi): implement serde feature
2020-04-03 00:45:15 +08:00
LongYinan
5574930e18
feat(napi): implement serde feature 2020-04-03 00:09:44 +08:00
LongYinan
d0eadec77b
fix(executor): close_uv when future ready 2020-04-01 23:36:19 +08:00
LongYinan
b0db6f3070
Merge pull request #21 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.9.8
build(deps-dev): bump @types/node from 13.9.5 to 13.9.8
2020-04-01 19:00:35 +08:00
dependabot-preview[bot]
9393065d68
build(deps-dev): bump @types/node from 13.9.5 to 13.9.8
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.5 to 13.9.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-31 21:19:19 +00:00
LongYinan
8a82fd02bb
Merge pull request #20 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.9.5
build(deps-dev): bump @types/node from 13.9.4 to 13.9.5
2020-03-28 12:16:07 +08:00
dependabot-preview[bot]
598d954204
build(deps-dev): bump @types/node from 13.9.4 to 13.9.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.4 to 13.9.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-27 21:20:19 +00:00
LongYinan
0b3c9cefc1
Merge pull request #19 from Brooooooklyn/dependabot/npm_and_yarn/types/node-13.9.4
build(deps-dev): bump @types/node from 13.9.3 to 13.9.4
2020-03-26 10:26:43 +08:00
dependabot-preview[bot]
5e98503816
build(deps-dev): bump @types/node from 13.9.3 to 13.9.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.3 to 13.9.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-25 21:18:51 +00:00
LongYinan
4d3c3c390a
Merge pull request #18 from Brooooooklyn/dependabot/npm_and_yarn/prettier-2.0.2
build(deps-dev): bump prettier from 2.0.1 to 2.0.2
2020-03-25 11:15:49 +08:00
dependabot-preview[bot]
5c5ae86a70
build(deps-dev): bump prettier from 2.0.1 to 2.0.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.1...2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-24 21:19:31 +00:00