Commit graph

1301 commits

Author SHA1 Message Date
LongYinan
b835c7ef3f
feat(build): remove ureq to support windows arm64 2021-05-31 23:31:17 +08:00
dependabot[bot]
7d0bf4b580
build(deps-dev): bump sinon from 10.0.0 to 11.1.1 2021-05-31 08:33:27 +00:00
dependabot[bot]
c46b671297
build(deps-dev): bump @typescript-eslint/eslint-plugin 2021-05-31 08:33:15 +00:00
dependabot[bot]
4ca93279e4
build(deps-dev): bump @types/node from 15.6.0 to 15.6.1 2021-05-31 08:32:59 +00:00
dependabot[bot]
502ae8bc84
build(deps): bump @octokit/rest from 18.5.3 to 18.5.5 2021-05-31 06:09:04 +00:00
dependabot[bot]
5d61da7af5
build(deps-dev): bump eslint-plugin-import from 2.23.3 to 2.23.4 2021-05-31 06:08:51 +00:00
dependabot[bot]
1b7507ba23
build(deps-dev): bump @typescript-eslint/parser from 4.24.0 to 4.25.0 2021-05-31 06:08:46 +00:00
dependabot[bot]
abb422910f
build(deps-dev): bump @types/sinon from 10.0.0 to 10.0.1 2021-05-31 06:08:12 +00:00
dependabot[bot]
7469991d2e
build(deps-dev): bump typescript from 4.2.4 to 4.3.2 2021-05-31 06:08:06 +00:00
LongYinan
4ffc513c3f
style: typo 2021-05-29 23:36:49 +08:00
LongYinan
6fb68d018d
Merge pull request #586 from napi-rs/memory-testing
Perform memory testing in CI
2021-05-29 23:35:27 +08:00
LongYinan
72960906dc
ci: add memory leak detect job 2021-05-29 23:24:25 +08:00
LongYinan
1145f2ee0b
napi@1.7.3 2021-05-28 10:50:39 +08:00
LongYinan
4e50a6eccf
Merge pull request #584 from napi-rs/fix-js-string-leak
fix(napi): JsString* leak in from_js_value
2021-05-28 10:49:41 +08:00
LongYinan
66ff37d9ff
fix(napi): JsString* leak in from_js_value 2021-05-28 10:34:42 +08:00
LongYinan
00235f2554
napi@1.7.2 2021-05-28 07:59:04 +08:00
LongYinan
33de299e1d
Merge pull request #582 from pimeys/handle-manual-drop-leaks
Allow dropping of string&buffer values when converting
2021-05-28 07:58:20 +08:00
Julius de Bruijn
3db5c56fbf Allow dropping of string&buffer values when converting 2021-05-27 20:47:22 +02:00
LongYinan
03fcd19580
napi@1.7.1 2021-05-27 23:21:51 +08:00
LongYinan
185074f11d
Merge pull request #579 from napi-rs/fix-memory-alloc
fix(napi): wrong memory location of data in future resolved callback
2021-05-27 23:21:07 +08:00
LongYinan
f792feba0b
fix(napi): wrong memory location of data in future resolved callback 2021-05-27 22:54:23 +08:00
LongYinan
a90dacd709
ci: fix FreeBSD 2021-05-27 22:41:31 +08:00
LongYinan
a939c1b103
napi@1.7.0 2021-05-25 11:03:50 +08:00
LongYinan
990e16bb90
napi-sys@1.1.1 2021-05-25 11:03:01 +08:00
LongYinan
b707d9bb82
Merge pull request #578 from napi-rs/arraybuffer
feat(napi): impl more types AsRef and AsMut for TypedArray
2021-05-25 10:56:03 +08:00
LongYinan
bb9a819188
feat(napi): impl more types AsRef and AsMut for TypedArray 2021-05-25 00:07:16 +08:00
dependabot[bot]
afcdfb9574
build(deps): bump fdir from 5.0.0 to 5.1.0 2021-05-24 10:31:23 +00:00
dependabot[bot]
a3dff4e9ed
build(deps-dev): bump @typescript-eslint/parser from 4.23.0 to 4.24.0 2021-05-24 09:57:09 +00:00
dependabot[bot]
2d399aa9cc
build(deps-dev): bump @types/lodash from 4.14.169 to 4.14.170 2021-05-24 09:19:00 +00:00
dependabot[bot]
583f408fc6
build(deps-dev): bump eslint from 7.26.0 to 7.27.0 2021-05-24 07:37:10 +00:00
dependabot[bot]
2ea6f8668b
build(deps-dev): bump ts-node from 9.1.1 to 10.0.0 2021-05-24 07:35:35 +00:00
dependabot[bot]
f9bc9bb290
build(deps-dev): bump @typescript-eslint/eslint-plugin 2021-05-24 06:34:17 +00:00
dependabot[bot]
48f084bc5a
build(deps-dev): bump eslint-plugin-import from 2.23.2 to 2.23.3 2021-05-24 06:33:29 +00:00
dependabot[bot]
af40e9df0d
build(deps-dev): bump @types/node from 15.3.0 to 15.6.0 2021-05-24 06:32:42 +00:00
dependabot[bot]
42dd33ec88
build(deps): bump inquirer from 8.0.0 to 8.1.0 2021-05-24 06:31:55 +00:00
LongYinan
9b7b6b0eaf
Merge pull request #568 from orangecms/patch-1 2021-05-20 09:50:38 +08:00
Daniel Maslowski
983c8cc7bd
readme: fix references to Node-API after its renaming
It has been renaned, see also:
https://nodejs.medium.com/renaming-n-api-to-node-api-27aa8ca30ed8
2021-05-19 22:22:40 +02:00
LongYinan
be27e3e097
Merge pull request #565 from napi-rs/napi-raw
refactor: change more generic constraint from NapiValue => NapiRaw
2021-05-17 18:12:48 +08:00
LongYinan
457cc6f1ee
refactor: change more generic constraint from NapiValue => NapiRaw 2021-05-17 17:29:38 +08:00
dependabot[bot]
d1ff0fd77e
build(deps-dev): bump @types/node from 15.0.2 to 15.3.0 2021-05-17 08:23:00 +00:00
dependabot[bot]
09f18d168f
build(deps-dev): bump @typescript-eslint/eslint-plugin 2021-05-17 08:22:27 +00:00
dependabot[bot]
ba9ea0d4ef
build(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.23.2 2021-05-17 05:48:59 +00:00
dependabot[bot]
1d02d98bf8
build(deps-dev): bump @typescript-eslint/parser from 4.22.1 to 4.23.0 2021-05-17 05:48:31 +00:00
dependabot[bot]
86b704fe71
build(deps-dev): bump @types/lodash from 4.14.168 to 4.14.169 2021-05-17 05:48:17 +00:00
LongYinan
07a60125d5
Merge pull request #558 from napi-rs/bench-array
bench: add array suite
2021-05-17 11:52:33 +08:00
LongYinan
22099972d2
style: apply latest prettier and eslint rules 2021-05-17 11:42:58 +08:00
LongYinan
b01dae728b
bench: add array suite 2021-05-17 11:42:57 +08:00
LongYinan
1986cf0c9a
ci: pin rust toolchain on 1.51.0 on windows-i686 target 2021-05-17 10:46:29 +08:00
dependabot[bot]
ec8bb3b548
build(deps-dev): bump @typescript-eslint/parser from 4.22.0 to 4.22.1 2021-05-10 10:52:30 +00:00
dependabot[bot]
424e2612ee
build(deps-dev): bump prettier from 2.2.1 to 2.3.0 2021-05-10 05:59:30 +00:00