Commit graph

299 commits

Author SHA1 Message Date
LongYinan
0940a02666
Merge pull request #99 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.22
build(deps-dev): bump @types/node from 14.0.20 to 14.0.22
2020-07-13 16:25:59 +08:00
dependabot-preview[bot]
af3d7d8512
build(deps-dev): bump @types/node from 14.0.20 to 14.0.22
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.20 to 14.0.22.
- [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-07-13 07:46:42 +00:00
LongYinan
bc413ca365
Merge pull request #97 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.20
build(deps-dev): bump @types/node from 14.0.19 to 14.0.20
2020-07-09 16:01:06 +08:00
dependabot-preview[bot]
7f7f0e31bd
build(deps-dev): bump @types/node from 14.0.19 to 14.0.20
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.19 to 14.0.20.
- [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-07-09 07:31:21 +00:00
LongYinan
b203016235
Merge pull request #95 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.19
build(deps-dev): bump @types/node from 14.0.18 to 14.0.19
2020-07-08 21:13:50 +08:00
dependabot-preview[bot]
97d97fa5b7
build(deps-dev): bump @types/node from 14.0.18 to 14.0.19
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.18 to 14.0.19.
- [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-07-08 08:01:54 +00:00
LongYinan
8eaf2e31d1
Merge pull request #96 from napi-rs/dependabot/npm_and_yarn/ava-3.10.1
build(deps-dev): bump ava from 3.10.0 to 3.10.1
2020-07-08 16:00:22 +08:00
dependabot-preview[bot]
0099a383ce
build(deps-dev): bump ava from 3.10.0 to 3.10.1
Bumps [ava](https://github.com/avajs/ava) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v3.10.0...v3.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-08 07:30:46 +00:00
LongYinan
b8e9463dd2
Merge pull request #86 from napi-rs/libuv
Use libuv to run rust future
2020-07-07 23:16:06 +08:00
LongYinan
b3c79587cf
Merge pull request #93 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.18
build(deps-dev): bump @types/node from 14.0.14 to 14.0.18
2020-07-07 16:34:54 +08:00
dependabot-preview[bot]
fd93195149
build(deps-dev): bump @types/node from 14.0.14 to 14.0.18
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.14 to 14.0.18.
- [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-07-07 07:40:44 +00:00
LongYinan
04238c38ab
style(napi): typo adjust 2020-07-07 11:57:33 +08:00
LongYinan
f4a331cfe2
feat(napi): provide execute function to run Future on libuv 2020-07-07 11:57:32 +08:00
LongYinan
646f47ff66
Merge pull request #88 from napi-rs/dependabot/npm_and_yarn/ava-3.10.0
build(deps-dev): bump ava from 3.9.0 to 3.10.0
2020-07-06 16:45:37 +08:00
dependabot-preview[bot]
0eb9d72713
build(deps-dev): bump ava from 3.9.0 to 3.10.0
Bumps [ava](https://github.com/avajs/ava) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v3.9.0...v3.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 07:54:33 +00:00
Ouyang Yadong
472d4f2ab5 chore: add into_unknown; refactor tsfn api; add tests for js function 2020-07-04 00:05:31 +08:00
LongYinan
93f7180682
chore: upgrade ava 2020-07-02 15:30:10 +08:00
LongYinan
5da060966f
Merge pull request #84 from napi-rs/napi-feature
feat: move napi version features setup to build package
2020-07-02 09:27:36 +08:00
LongYinan
0d5f03f845
feat: move napi version features setup to build package 2020-07-02 00:40:36 +08:00
LongYinan
4f81f4d44e
Merge pull request #81 from napi-rs/value-refactor
refactor(napi): redesign the JavaScript values API
2020-07-01 13:56:50 +08:00
LongYinan
0216c55e54
refactor(napi): redesign the JavaScript values API 2020-06-28 23:29:04 +08:00
LongYinan
a16582629c
Merge pull request #77 from oyyd/oyyd-impl-tsfn
feat(napi): impl threadsafe function api
2020-06-28 23:00:03 +08:00
Ouyang Yadong
f126a0581f feat(napi): impl threadsafe function api 2020-06-28 22:47:08 +08:00
LongYinan
a8476fd386
Merge pull request #80 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.14
build(deps-dev): bump @types/node from 14.0.13 to 14.0.14
2020-06-25 16:38:38 +08:00
dependabot-preview[bot]
ea3a9c7b62
build(deps-dev): bump @types/node from 14.0.13 to 14.0.14
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.13 to 14.0.14.
- [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-06-25 07:37:43 +00:00
LongYinan
17cc813295
Merge pull request #79 from napi-rs/remove-useless-alloc
perf(napi-derive): remove useless alloc in function CallContext
2020-06-21 18:14:38 +08:00
LongYinan
628452c70a
perf(napi-derive): remove useless alloc in function CallContext 2020-06-21 17:50:38 +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
91c1ab9ea4
Merge pull request #76 from napi-rs/create-external
feat(napi): implement create_external and get_value_external
2020-06-19 17:15:05 +08:00
LongYinan
17cb852a6e
refactor(napi): self in Task::compute could be mutable 2020-06-19 16:19:06 +08:00
LongYinan
79401d693e
feat(napi): implement create_external and get_value_external 2020-06-19 16:16:28 +08:00
LongYinan
336cda325e
Merge pull request #75 from napi-rs/dependabot/npm_and_yarn/lint-staged-10.2.11
build(deps-dev): bump lint-staged from 10.2.10 to 10.2.11
2020-06-18 15:50:24 +08:00
dependabot-preview[bot]
9bef93249c
build(deps-dev): bump lint-staged from 10.2.10 to 10.2.11
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.10 to 10.2.11.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.10...v10.2.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-18 07:30:11 +00:00
LongYinan
26bd7ddb62
Merge pull request #73 from napi-rs/unit-test
test: setup test framework in test_module project
2020-06-18 09:14:04 +08:00
LongYinan
2797413799
chore: drop support for node@13 2020-06-17 20:53:41 +08:00
LongYinan
422682c8b8
test: setup test framework in test_module project 2020-06-17 20:53:41 +08:00
LongYinan
874851ea2d
Merge pull request #72 from oyyd/chore
refactor: remove sys:napi_async_init() in AsyncWork
2020-06-17 01:08:03 +08:00
Ouyang Yadong
9f49fd9b4e refactor: remove sys:napi_async_init() in AsyncWork 2020-06-17 00:09:37 +08:00
LongYinan
a67d44c892
Merge pull request #70 from oyyd/impl-is-date
feat(napi): try to impl is_date
2020-06-15 21:36:26 +08:00
Ouyang Yadong
4baff91a58 feat(napi): impl is_date 2020-06-15 21:15:59 +08:00
LongYinan
cab17ac02f
Merge pull request #69 from napi-rs/dependabot/npm_and_yarn/lint-staged-10.2.10
build(deps-dev): bump lint-staged from 10.2.9 to 10.2.10
2020-06-15 16:45:21 +08:00
dependabot-preview[bot]
bfe43c9174
build(deps-dev): bump lint-staged from 10.2.9 to 10.2.10
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.9 to 10.2.10.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.9...v10.2.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-15 08:05:28 +00:00
LongYinan
8783ce7a5f
ci: fix docker login action in cron job 2020-06-12 11:00:27 +08:00
LongYinan
8f3d2dce5a
v0.2.4 2020-06-11 18:42:47 +08:00
LongYinan
c4e7fc622a
feat(scripts): support musl flag 2020-06-11 18:42:10 +08:00
LongYinan
7c4ccce3d8
Merge pull request #67 from napi-rs/musl
feat(napi): support musl linux
2020-06-11 16:37:23 +08:00
LongYinan
28257b45c1
feat(napi): support musl linux
drop future executor due to mutithreads bug.
2020-06-11 16:20:37 +08:00
LongYinan
7958ed88a4
Merge pull request #66 from napi-rs/dependabot/npm_and_yarn/types/node-14.0.13
build(deps-dev): bump @types/node from 14.0.12 to 14.0.13
2020-06-11 11:31:14 +08:00
dependabot-preview[bot]
54142e7622
build(deps-dev): bump @types/node from 14.0.12 to 14.0.13
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.12 to 14.0.13.
- [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-06-10 07:45:33 +00:00