LongYinan
|
393b98cc44
|
Merge pull request #418 from napi-rs/dependabot/npm_and_yarn/tslib-2.1.0
build(deps): bump tslib from 2.0.3 to 2.1.0
|
2021-01-11 17:17:41 +08:00 |
|
LongYinan
|
788f94109b
|
Merge pull request #416 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.12.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0
|
2021-01-11 17:17:30 +08:00 |
|
LongYinan
|
d77f7f457f
|
Merge pull request #415 from napi-rs/dependabot/npm_and_yarn/eslint-plugin-prettier-3.3.1
build(deps-dev): bump eslint-plugin-prettier from 3.3.0 to 3.3.1
|
2021-01-11 17:17:16 +08:00 |
|
LongYinan
|
8f7c5aab5d
|
Merge pull request #414 from napi-rs/dependabot/npm_and_yarn/sinon-9.2.3
build(deps-dev): bump sinon from 9.2.2 to 9.2.3
|
2021-01-11 17:17:02 +08:00 |
|
dependabot[bot]
|
85b77dc377
|
build(deps): bump tslib from 2.0.3 to 2.1.0
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.0.3...2.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-11 05:49:58 +00:00 |
|
dependabot[bot]
|
ad4caed1bf
|
build(deps-dev): bump @types/node from 14.14.19 to 14.14.20
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.19 to 14.14.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-11 05:44:39 +00:00 |
|
dependabot[bot]
|
d049b116ae
|
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.11.1 to 4.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.12.0/packages/eslint-plugin)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-11 05:44:26 +00:00 |
|
dependabot[bot]
|
0e461312bf
|
build(deps-dev): bump eslint-plugin-prettier from 3.3.0 to 3.3.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.3.0...v3.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-11 05:43:47 +00:00 |
|
dependabot[bot]
|
de6880e85d
|
build(deps-dev): bump sinon from 9.2.2 to 9.2.3
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.2 to 9.2.3.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v9.2.2...v9.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-11 05:43:26 +00:00 |
|
LongYinan
|
9ef64474df
|
chore: publish
- @napi-rs/cli@1.0.1
|
2021-01-07 23:55:50 +08:00 |
|
LongYinan
|
27dda517ce
|
Merge pull request #413 from forehalo/fix/build-script
fix(cli): fix random node process got killed issue
|
2021-01-07 23:53:27 +08:00 |
|
forehalo
|
58d4634dac
|
fix(cli): fix random node process got killed issue
|
2021-01-07 23:26:41 +08:00 |
|
LongYinan
|
0c041ee629
|
napi@1.1.1
|
2021-01-07 22:56:15 +08:00 |
|
LongYinan
|
8f9a77fd38
|
Merge pull request #412 from napi-rs/remove-string-ref
fix(napi): remove into_*_ref from JsString
|
2021-01-07 13:14:05 +08:00 |
|
LongYinan
|
c1215379f2
|
feat(napi): impl Clone + Copy for Primitive types
|
2021-01-07 11:34:49 +08:00 |
|
LongYinan
|
e24738a4d8
|
fix(napi): remove into_*_ref from JsString
Close https://github.com/napi-rs/napi-rs/issues/411
|
2021-01-07 11:14:01 +08:00 |
|
LongYinan
|
1ee3145756
|
ci: upgrade actions/setup-node
|
2021-01-05 23:53:23 +08:00 |
|
LongYinan
|
30ef04cbfa
|
napi@1.1.0
|
2021-01-05 23:42:54 +08:00 |
|
LongYinan
|
4a96169b2a
|
Merge pull request #409 from napi-rs/arraybuffer-with-borrowed-data
feat(napi): Env::create_arraybuffer_with_borrowed_data
|
2021-01-05 23:42:10 +08:00 |
|
LongYinan
|
911a0c139d
|
feat(napi): Env::create_arraybuffer_with_borrowed_data
|
2021-01-05 23:27:01 +08:00 |
|
LongYinan
|
f2a4242e50
|
Merge pull request #404 from napi-rs/dependabot/npm_and_yarn/types/lodash-4.14.167
build(deps-dev): bump @types/lodash from 4.14.166 to 4.14.167
|
2021-01-04 18:02:45 +08:00 |
|
LongYinan
|
818e536e3d
|
Merge pull request #405 from napi-rs/dependabot/npm_and_yarn/eslint-7.17.0
build(deps-dev): bump eslint from 7.16.0 to 7.17.0
|
2021-01-04 18:02:33 +08:00 |
|
dependabot[bot]
|
32e1658d90
|
build(deps-dev): bump eslint from 7.16.0 to 7.17.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.16.0...v7.17.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-04 09:54:46 +00:00 |
|
dependabot[bot]
|
59b9466e3a
|
build(deps-dev): bump @types/lodash from 4.14.166 to 4.14.167
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.166 to 4.14.167.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-01-04 09:54:27 +00:00 |
|
LongYinan
|
1bea6faf38
|
Merge pull request #400 from napi-rs/dependabot/npm_and_yarn/eslint-7.17.0
build(deps-dev): bump eslint from 7.16.0 to 7.17.0
|
2021-01-04 17:51:44 +08:00 |
|
LongYinan
|
2535356a1a
|
Merge pull request #401 from napi-rs/dependabot/npm_and_yarn/types/lodash-4.14.167
build(deps-dev): bump @types/lodash from 4.14.166 to 4.14.167
|
2021-01-04 17:51:29 +08:00 |
|
dependabot-preview[bot]
|
9acf32821f
|
build(deps-dev): bump eslint from 7.16.0 to 7.17.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.16.0...v7.17.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-04 09:50:58 +00:00 |
|
dependabot-preview[bot]
|
ed897f4f2f
|
build(deps-dev): bump @types/lodash from 4.14.166 to 4.14.167
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.166 to 4.14.167.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-04 09:50:57 +00:00 |
|
LongYinan
|
a17377779d
|
ci: add dependabot config
|
2021-01-04 17:50:16 +08:00 |
|
LongYinan
|
52c87f694a
|
Merge pull request #402 from napi-rs/dependabot/npm_and_yarn/ava-3.15.0
build(deps-dev): bump ava from 3.14.0 to 3.15.0
|
2021-01-04 17:49:03 +08:00 |
|
LongYinan
|
aaa4bfce77
|
Merge pull request #403 from napi-rs/dependabot/npm_and_yarn/types/node-14.14.19
build(deps-dev): bump @types/node from 14.14.17 to 14.14.19
|
2021-01-04 17:48:49 +08:00 |
|
dependabot-preview[bot]
|
f72498f8e0
|
build(deps-dev): bump @types/node from 14.14.17 to 14.14.19
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.17 to 14.14.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>
|
2021-01-04 07:46:13 +00:00 |
|
dependabot-preview[bot]
|
d0fe817400
|
build(deps-dev): bump ava from 3.14.0 to 3.15.0
Bumps [ava](https://github.com/avajs/ava) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v3.14.0...v3.15.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-04 07:45:03 +00:00 |
|
LongYinan
|
4d0b79aa02
|
napi@1.0.1
|
2021-01-04 15:16:52 +08:00 |
|
LongYinan
|
6bdfe8687e
|
napi-build@1.0.1
|
2021-01-04 15:16:04 +08:00 |
|
LongYinan
|
e89209cccd
|
Merge pull request #399 from napi-rs/useless-aquire-tsfn
fix(napi): remove unexpected napi_acquire_threadsafe_function
|
2021-01-04 15:14:55 +08:00 |
|
LongYinan
|
0c9981beb7
|
fix(napi): enable napi4 when tokio_rt enabled
|
2021-01-04 14:57:45 +08:00 |
|
LongYinan
|
c28f035f5c
|
fix(napi): remove unexpected napi_acquire_threadsafe_function
|
2021-01-04 14:56:32 +08:00 |
|
LongYinan
|
3bea6bba5b
|
Merge pull request #395 from napi-rs/ureq-2
chore(build): upgrade ureq to 2.0
|
2021-01-04 14:34:35 +08:00 |
|
LongYinan
|
294563d8dc
|
chore(build): upgrade ureq to 2.0
|
2021-01-04 13:55:26 +08:00 |
|
LongYinan
|
63b643914b
|
Merge pull request #394 from napi-rs/dependabot/npm_and_yarn/types/node-14.14.17
build(deps-dev): bump @types/node from 14.14.16 to 14.14.17
|
2020-12-31 15:45:32 +08:00 |
|
dependabot-preview[bot]
|
3379a79a6e
|
build(deps-dev): bump @types/node from 14.14.16 to 14.14.17
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.16 to 14.14.17.
- [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-12-31 07:27:17 +00:00 |
|
LongYinan
|
dda5088295
|
docs: format
|
2020-12-30 21:04:07 +08:00 |
|
LongYinan
|
c45e8349a9
|
Merge pull request #391 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.11.1
build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.11.0 to 4.11.1
|
2020-12-30 14:12:44 +08:00 |
|
LongYinan
|
e02bda46c1
|
1.0.0
|
2020-12-30 00:56:08 +08:00 |
|
LongYinan
|
a3658891cc
|
Merge pull request #393 from napi-rs/bench-get-set
chore: add bench suite for object getter setter
|
2020-12-29 18:20:34 +08:00 |
|
dependabot-preview[bot]
|
f30f167708
|
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.11.0 to 4.11.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.11.1/packages/eslint-plugin)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-12-29 10:18:44 +00:00 |
|
LongYinan
|
ac17857ffb
|
Merge pull request #392 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/parser-4.11.1
build(deps-dev): bump @typescript-eslint/parser from 4.11.0 to 4.11.1
|
2020-12-29 18:16:34 +08:00 |
|
LongYinan
|
91609a2343
|
chore: add bench suite for object getter setter
|
2020-12-29 18:03:10 +08:00 |
|
LongYinan
|
f2e046958f
|
napi@1.0.0-alpha.11
|
2020-12-29 16:39:30 +08:00 |
|