Bartek Iwańczuk
46d76a7562
upgrade: Tokio 0.2 ( #3418 )
2019-12-30 14:57:17 +01:00
Kevin (Kun) "Kassimo" Qian
df1665a8fc
net: expose shutdown TS def ( #3560 )
2019-12-30 11:30:20 +01:00
Kevin (Kun) "Kassimo" Qian
176d1ff12e
net: expose shutdown() and ShutdownMode ( #3558 )
2019-12-29 10:20:23 -05:00
Alexandre Szymocha
4d4908dde3
Fix: allow reading into a 0-length array ( #3329 )
2019-12-28 08:48:36 -05:00
Nayeem Rahman
954a0c64e7
doc: Update and improve build instructions ( #3547 )
2019-12-24 22:00:30 -05:00
Kevin (Kun) "Kassimo" Qian
43fb24f4cd
Drop unnecessary Object.assign from createResolvable() ( #3548 )
2019-12-24 21:59:46 -05:00
Axetroy
3bb15ceaea
Upgrades rust to 1.40.0 ( #3542 )
2019-12-23 09:59:44 -05:00
Axetroy
e88c801e76
std: remove wildcard export in uuid module ( #3540 )
2019-12-23 04:36:25 -05:00
Nayeem Rahman
f07ffe8980
feat: Add Deno.dir("executable") ( #3526 )
2019-12-21 06:30:13 -05:00
Nayeem Rahman
f4f4c6bcb4
fix: Use sync ops when clearing the console ( #3533 )
2019-12-21 03:58:28 -05:00
Yoshiya Hinosawa
80da2ac8de
fix(std/encoding/yaml): support document separator in parseAll ( #3535 )
2019-12-21 03:57:51 -05:00
Nayeem Rahman
b7b0668c78
feat: Return null on error in Deno.dir() ( #3531 )
2019-12-20 19:06:07 -05:00
Nayeem Rahman
e8d82a6348
feat: Add missing mod.ts files in std ( #3509 )
...
std/archive/tar.ts:
- Remove FileReader.
- Remove FileWriter.
std/encoding/csv.ts:
- ExtendedParseOptions -> ParseOptions
- HeaderOption -> HeaderOptions
- ParseOptions -> ReadOptions
- readAll() -> readMatrix()
std/encoding/yaml.ts:
- DumpOptions -> StringifyOptions
std/fmt/colors.ts:
- getEnabled() -> getColorEnabled()
- setEnabled() -> setColorEnabled()
std/testing/mod.ts:
- Re-export sibling modules.
2019-12-20 15:21:30 -05:00
Yoshiya Hinosawa
29562ed61e
docs(std/encoding/yaml): add usage document ( #3529 )
2019-12-20 11:32:05 -05:00
Kevin (Kun) "Kassimo" Qian
9ef0b18eb0
repl: do not crash on async op reject ( #3527 )
2019-12-20 00:04:14 -05:00
Ryan Dahl
fcae4a7c0d
v0.27.0
2019-12-18 18:48:41 -05:00
Axetroy
ef30d376db
fix permission errors are swallowed by fs.copy() ( #3504 )
2019-12-18 09:45:19 -05:00
Christian Bromann
1c09cc63c8
fix code example ( #3519 )
2019-12-18 09:44:30 -05:00
Ry Dahl
077b6f7672
Reduce all directory functions to Deno.dir() ( #3518 )
2019-12-18 09:29:00 -05:00
Yoshiya Hinosawa
ff6b514a7b
Improve empty test case error messages ( #3514 )
2019-12-18 08:05:58 -05:00
Axetroy
bb24fb74ff
fix permission errors are swallowed by fs.emptyDir ( #3501 )
2019-12-18 05:12:36 -05:00
Yoshiya Hinosawa
3115781e43
feat: show detailed version with --version ( #3507 )
2019-12-15 21:38:34 +08:00
Bartek Iwańczuk
e1eb458cad
upgrade: tokio 0.2 in deno_core_http_bench, take2 ( #3435 )
2019-12-15 18:47:26 +08:00
Kevin (Kun) "Kassimo" Qian
33d2e3d536
std/node: better error message for read perm in require() ( #3502 )
2019-12-15 17:23:12 +08:00
Axetroy
de94698915
Feat: Add more dir APIs for Deno ( #3491 )
2019-12-15 13:14:20 +08:00
Gurwinder Singh
22a2afe558
Use async-await at few places, fix spelling mistake ( #3499 )
2019-12-15 06:12:34 +08:00
Axetroy
83f95fb8df
fetch support URL instance as input ( #3496 )
2019-12-14 20:49:30 +08:00
木杉
7e116dd70d
Support utf8 in file_server ( #3495 )
2019-12-14 16:03:30 +08:00
木杉
d8e60309d2
feat(file_server): add help & switch to flags ( #3489 )
2019-12-14 10:01:32 +08:00
Axetroy
8cf470474f
flag: upgrade std to v0.26.0 ( #3492 )
2019-12-14 10:00:29 +08:00
Axetroy
8cf8a29d35
fix permission errors are swallowed by fs.exists ( #3493 )
2019-12-13 22:47:09 +08:00
Weijia Wang
df7d8288d9
file_server: get file and fileInfo concurrently ( #3486 )
2019-12-12 15:59:46 +08:00
木杉
7f27f649cc
fix: file_server swallowing permission errors ( #3467 )
2019-12-12 13:05:26 +08:00
Kevin (Kun) "Kassimo" Qian
d146d45861
benchmark: align deno_http and node_http response ( #3484 )
2019-12-12 13:02:23 +08:00
dnalborczyk
ef17488398
fix v8-flags example to manual ( #3470 )
2019-12-12 13:02:07 +08:00
Kevin (Kun) "Kassimo" Qian
c3c69aff7e
fix(std/http): close connection on .respond() error ( #3475 )
2019-12-12 08:46:03 +08:00
Nayeem Rahman
407195ea87
fix: Only swallow NotFound errors in std/fs/expandGlob() ( #3479 )
2019-12-12 08:42:21 +08:00
Andy Hayden
c93ae0b05a
Fix release assets not being executable ( #3480 )
2019-12-11 13:48:53 +08:00
AleksandrukTad
31ddfd5a42
fix: decoding uri in file_server ( #3187 )
2019-12-10 20:11:55 +08:00
Kevin (Kun) "Kassimo" Qian
ec7f3ce1c2
timer: due/now Math.max instead of min ( #3477 )
2019-12-10 12:21:30 +01:00
Ry Dahl
4b9953b6ac
Disable flaky plugin test on windows ( #3474 )
2019-12-10 12:20:08 +01:00
木杉
90c5aadbca
fix(installer): installs to the wrong directory on Windows ( #3462 )
...
Close: #3443
2019-12-08 14:59:27 +01:00
Kevin (Kun) "Kassimo" Qian
50b6907bc3
Replace deprecated GetContent with GetBackingStore ( #3458 )
2019-12-08 05:25:40 +08:00
Luca Casonato
7144bbed34
fix: plugin ops should change op count metrics ( #3455 )
2019-12-08 04:09:09 +08:00
Bartek Iwańczuk
e02029c602
fix isolate tests ( #3459 )
...
Some tests were silently failing after #3358 and #3434 because pool.spawn_ok
was used which doesn't panic on errors. For reference, the failure looked like this:
thread '<unnamed>' panicked at 'assertion failed: match isolate.poll_unpin(cx) { Poll::Ready(Ok(_)) => true, _ => false, }', core/isolate.rs:1408:7
2019-12-08 04:04:17 +08:00
Ryan Dahl
0ce9011edc
v0.26.0
2019-12-05 21:41:16 -05:00
Ry Dahl
e6228bc3c4
Revert "Synchronize deno and deno_std versions" ( #3446 )
...
Preventing release v0.26.0
This reverts commit 81efa9d938
.
2019-12-05 21:14:46 -05:00
Andy Finch
7c3b9b4f4f
feat: first pass at native plugins ( #3372 )
2019-12-05 15:30:20 -05:00
Christian Moritz
214b3eb29a
fix depot_tools on macOS Catalina by upgrading it to 23247b9 ( #3441 )
...
Fixes: #3440
Fixes: #3153
2019-12-04 18:16:39 -05:00
Kevin (Kun) "Kassimo" Qian
3293725131
Timer/microtask ordering fix ( #3439 )
2019-12-03 22:19:03 -05:00