Yoshiya Hinosawa
|
b23cf6aac8
|
Revert "refactor(bytes): remove equalsNaive (#2852)" (#2854)
|
2022-11-09 00:17:16 +09:00 |
|
Asher Gomez
|
b7e9dee53c
|
chore: upgrade rust to 0.165.0 and wasmbuild to 0.10.2 (#2850)
|
2022-11-08 21:15:44 +09:00 |
|
Asher Gomez
|
e86f7cdbba
|
refactor(bytes): remove equalsNaive (#2852)
|
2022-11-08 18:56:50 +09:00 |
|
Tim Reichen
|
0ca0641842
|
chore(semver): rename inc and diff (#2826)
|
2022-11-07 12:09:54 -05:00 |
|
Yoshiya Hinosawa
|
fe302bfeb6
|
chore: ignore deno.lock (#2848)
|
2022-11-07 12:04:14 -05:00 |
|
Alex Kladov
|
a283766895
|
docs(fs): remove misleading docs from fs.walk (#2836)
|
2022-11-07 18:44:04 +09:00 |
|
Proudust
|
52791bb091
|
docs(encoding): remove ColumnDetails["fn"] (#2840)
|
2022-11-07 16:12:53 +09:00 |
|
Damien Arrachequesne
|
8dd5e5c5d1
|
docs(log): add note for module authors (#2843)
|
2022-11-07 16:12:22 +09:00 |
|
Asher Gomez
|
1859a59268
|
refactor(crypto): move crypto/_wasm_crypto/ to crypto/_wasm/ (#2845)
|
2022-11-07 15:53:46 +09:00 |
|
Asher Gomez
|
60466e8618
|
refactor(_util): remove deepAssign (#2847)
|
2022-11-07 15:16:37 +09:00 |
|
Asher Gomez
|
5c8bd0b6f6
|
refactor(encoding): move varint/_wasm_varint/ to varint/_wasm/ (#2844)
|
2022-11-07 15:10:38 +09:00 |
|
Asher Gomez
|
f3aca16f92
|
refactor(_tools): use fs/walk in deprecations check (#2837)
|
2022-11-07 14:19:18 +09:00 |
|
Josa Gesell
|
dfa29ea249
|
docs(flags): fix broken link to minimist (#2842)
|
2022-11-05 16:38:09 -04:00 |
|
Asher Gomez
|
84af9ffe55
|
refactor: cleanup check licence headers tool (#2830)
|
2022-11-05 19:03:44 +09:00 |
|
李瑞丰
|
fea04e5247
|
docs(encoding): remove await (#2831)
|
2022-11-04 20:42:07 +09:00 |
|
denobot
|
241e7eb8f9
|
0.162.0 (#2835)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
|
2022-11-03 22:10:58 +01:00 |
|
Asher Gomez
|
b25e5808e8
|
feat(streams): add ByteSliceStream (#2795)
|
2022-11-03 15:34:08 +09:00 |
|
Schwarzkopf Balázs
|
1470f8a84c
|
fix(node/fs): add support for numeric flags in fs.open() (#2828)
|
2022-11-02 12:17:23 +09:00 |
|
Schwarzkopf Balázs
|
bc544b76d9
|
feat(tools): add import path check in docs (#2820)
|
2022-11-01 13:50:00 -04:00 |
|
Asher Gomez
|
70a9da5ad1
|
fix(node): node:setup task honours -y flag (#2825)
|
2022-10-31 20:29:19 +09:00 |
|
Benjamin Fischer
|
0c73654365
|
fix(flags): set boolean aliases to false by default (#2824)
|
2022-10-30 00:47:59 +09:00 |
|
Lino Le Van
|
3c364df445
|
fix(dotenv): Empty string crashing parsing (#2819)
|
2022-10-28 12:02:35 -04:00 |
|
Schwarzkopf Balázs
|
11e3cb70c7
|
feat(encoding/front_matter): add support for different formats of front matter (#2801)
|
2022-10-28 17:07:56 +09:00 |
|
denobot
|
c8d8a08e45
|
0.161.0 (#2818)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
|
2022-10-27 01:23:36 +02:00 |
|
Colin Ihrig
|
e81c0960cb
|
chore: drop Deno.getGid() and Deno.getUid() (#2816)
The API rename has been completed in the CLI repo.
|
2022-10-26 19:02:10 -04:00 |
|
Colin Ihrig
|
e26ced48ce
|
chore: use renamed Deno.getUid() and Deno.getGid() (#2815)
These are being renamed to Deno.uid() and Deno.gid() in core.
|
2022-10-26 15:20:57 -04:00 |
|
Colin Ihrig
|
176495f426
|
chore(node): update node test suite to 18.12.0 (LTS) (#2814)
parallel/test-stream-writable-callback-twice.js was removed in
Node in https://github.com/nodejs/node/pull/44313, so it is
removed here as well.
|
2022-10-26 12:43:29 -04:00 |
|
Bartek Iwańczuk
|
d33127d604
|
chore: update to stabilized Deno.consoleSize() API (#2813)
|
2022-10-26 15:11:09 +02:00 |
|
Bartek Iwańczuk
|
f2c97ea9c3
|
chore: add ts-ignores for Deno.consoleSize() API (#2812)
|
2022-10-25 22:24:14 +02:00 |
|
Asher Gomez
|
6e899ab420
|
feat(node): list remaining Node tests in documentation (#2787)
|
2022-10-25 15:50:02 -04:00 |
|
Bartek Iwańczuk
|
91cebba581
|
chore: add ts-ignores for Deno.consoleSize() API (#2808)
|
2022-10-25 21:49:38 +02:00 |
|
Asher Gomez
|
4de657fc5b
|
feat(crypto): createHash utility (#2805)
|
2022-10-25 15:48:13 -04:00 |
|
Colin Ihrig
|
a09522beed
|
test: ignore two failing tests on windows (#2811)
Fixes: https://github.com/denoland/deno_std/issues/2807
|
2022-10-25 15:12:10 -04:00 |
|
Yoshiya Hinosawa
|
e91bc6318e
|
docs(streams): remove obsolete note (#2803)
|
2022-10-24 13:30:20 -04:00 |
|
Yoshiya Hinosawa
|
820474d600
|
feat(node): add support of .node module (#2804)
|
2022-10-24 23:55:04 +09:00 |
|
Asher Gomez
|
627844f47f
|
test(node): enable parallel/test-whatwg-* tests (#2802)
|
2022-10-24 16:04:02 +09:00 |
|
Asher Gomez
|
964ae5bcb6
|
refactor(http): use hashing functions from std/crypto (#2799)
|
2022-10-24 14:43:54 +09:00 |
|
Asher Gomez
|
c1e1240c03
|
BREAKING: remove deprecated std/hash module (#2786)
remove: deprecated `std/hash` module
|
2022-10-23 11:12:18 -04:00 |
|
Hirotaka Tagawa / wafuwafu13
|
9edf3df1a6
|
fix(node/fs): enable to check error thrown on invalid values of bufferSize (#2782)
|
2022-10-22 09:44:25 -04:00 |
|
Asher Gomez
|
ec002ed067
|
chore(node): update vendored streams implementation (#2800)
|
2022-10-22 09:40:02 -04:00 |
|
Asher Gomez
|
e00830ae5f
|
chore(http/file_server): remove transform stream for partial content response (#2794)
remove: transform stream in partial response
|
2022-10-21 17:34:59 -04:00 |
|
Asher Gomez
|
28eda83ec0
|
feat(crypto): toHashString utility (#2767)
|
2022-10-21 17:44:32 +09:00 |
|
Asher Gomez
|
db40030a4f
|
chore(uuid): cleanup unused internal functions (#2797)
|
2022-10-21 17:40:24 +09:00 |
|
ikkitang
|
ac27913868
|
chore(ci): use GITHUB_OUTPUT instead of deprecated set-output (#2780)
|
2022-10-21 02:41:18 +09:00 |
|
Yoshiya Hinosawa
|
a635511e7a
|
fix(node/net): modify close event timing (#2793)
|
2022-10-19 21:28:04 +09:00 |
|
Nash Kabbara
|
2c7274741c
|
fix(fs/expandGlob): globstar false does not take effect (#2571) (#2779)
|
2022-10-18 10:40:00 -04:00 |
|
Asher Gomez
|
c1ec22566d
|
chore: correct ignored files for checks, linting and formatting (#2789)
chore: correct ignored files for checks, etc.
|
2022-10-18 10:35:39 -04:00 |
|
Asher Gomez
|
f7e66097a8
|
test(crypto): test ReadableStream in digest (#2766)
|
2022-10-18 12:12:39 +09:00 |
|
denobot
|
0ce558fec1
|
0.160.0 (#2784)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
|
2022-10-17 19:57:34 +02:00 |
|
Yoshiya Hinosawa
|
ff73361f85
|
chore: modify warning message for unimplemented APIs (#2783)
|
2022-10-18 00:37:14 +09:00 |
|