Leo K
|
3f0cf9619f
|
refactor(cli/tests): remove unnecessary void return types (#11577)
|
2021-08-05 13:08:58 +02:00 |
|
David Sherret
|
299c7cfe54
|
feat(fmt): format top-level JSX elements/fragments with parens when multi-line (#11582)
|
2021-08-04 23:17:32 -04:00 |
|
David Sherret
|
fcaf8cd8e3
|
chore: refactor netHangsOnClose test to not use deferred (#11585)
|
2021-08-04 19:45:10 -04:00 |
|
Leo K
|
2ac031d6fd
|
feat(unstable): clean environmental variables for subprocess (#11571)
This commit adds "Deno.RunOptions.clearEnv" option, that allows
to clear environmental variables from parent process before spawning
a subprocess.
|
2021-08-04 21:47:43 +02:00 |
|
David Sherret
|
1cd95dd8b5
|
chore: surface import map JSON parse error to user (#11573)
|
2021-08-03 15:29:12 -04:00 |
|
David Sherret
|
d7d452efc1
|
chore: format toml files internally (#11563)
|
2021-08-02 10:19:27 -04:00 |
|
Bartek Iwańczuk
|
505d253436
|
Revert "fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)" (#11565)
This reverts commit f87aa44d94 .
|
2021-08-02 15:56:52 +02:00 |
|
Bartek Iwańczuk
|
3a2e94492b
|
feat: stabilize Deno.serveHttp() (#11544)
This commit moves "Deno.serveHttp()" and related types
to stable namespace.
|
2021-08-02 14:40:46 +02:00 |
|
Feng Yu
|
f87aa44d94
|
fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)
|
2021-08-02 02:19:21 -07:00 |
|
David Sherret
|
ecb4c9492f
|
chore: fix failing netTcpListenCloseWhileIterating test on some machines (#11552)
|
2021-07-31 21:10:19 -04:00 |
|
David Sherret
|
a13db3650e
|
fix(lsp): do not output to stderr before exiting the process (#11562)
|
2021-07-31 21:05:09 -04:00 |
|
Yusuke Tanaka
|
8f00b5542c
|
chore: upgrade Rust to 1.54.0 (#11554)
|
2021-07-30 15:03:41 +02:00 |
|
Divy Srivastava
|
2b13bb6945
|
feat(runtime): implement navigator.hardwareConcurrency (#11448)
This commit implements "navigator.hardwareConcurrency" API, which
supersedes "Deno.systemCpuInfo()" API (which was removed in this commit).
|
2021-07-29 21:45:11 +02:00 |
|
David Sherret
|
eece46f0d8
|
fix: support windows file specifiers with import maps (#11551)
|
2021-07-29 15:20:34 -04:00 |
|
Casper Beyer
|
c276b52828
|
feat: type check codeblocks in Markdown file with "deno test --doc" (#11421)
|
2021-07-29 21:03:06 +02:00 |
|
Satya Rohith
|
d0ec29b493
|
chore: release deno_fetch (#11549)
|
2021-07-29 21:59:44 +05:30 |
|
Feng Yu
|
935083d99a
|
fix(cli): deno doc panics on invalid url (#11536)
|
2021-07-29 04:07:25 -07:00 |
|
Nayeem Rahman
|
42afbed053
|
BREAKING(unstable): Rename Deno.WebSocketUpgrade::websocket to socket (#11542)
|
2021-07-28 13:13:14 +02:00 |
|
Bartek Iwańczuk
|
c198535caf
|
fix: flaky worker test (#11540)
|
2021-07-28 13:12:45 +02:00 |
|
Kitson Kelly
|
667b026798
|
feat(lsp): ability to set DENO_DIR via settings (#11527)
Ref: denoland/vscode_deno#287
|
2021-07-28 07:25:09 +10:00 |
|
Yasser A.Idrissi
|
fd0b24b246
|
test(cli): add test for deno test --shuffle (#11523)
|
2021-07-27 20:18:16 +02:00 |
|
Bartek Iwańczuk
|
f47c550100
|
test: make integration::workers::workers test inspectable (#11524)
|
2021-07-27 02:11:38 +02:00 |
|
Kitson Kelly
|
c6f4e41529
|
refactor(lsp): minor improvements to handling closed documents (#11518)
Ref #10897
|
2021-07-27 07:40:12 +10:00 |
|
Liam Murphy
|
091a26104b
|
fix(cli/dts): Type Deno.errors.* as subclasses of Error (#10702)
|
2021-07-26 20:40:24 +02:00 |
|
Casper Beyer
|
2e69d2135a
|
feat(cli/tools/test): imply media type from doc attribute (#11438)
|
2021-07-26 19:48:35 +02:00 |
|
Bartek Iwańczuk
|
dfba7a2b01
|
v1.12.2
|
2021-07-26 16:38:27 +02:00 |
|
Bartek Iwańczuk
|
f9bb7949b8
|
chore: release crates (#11519)
|
2021-07-26 15:45:40 +02:00 |
|
Casper Beyer
|
b2fcd3d014
|
fix(cli): side-load test modules (#11515)
This fixes a regression introduced in 1.9 where test modules became main
modules by side loading them in a generated module.
|
2021-07-26 14:05:44 +02:00 |
|
Kitson Kelly
|
72ac9c3ae0
|
fix(lsp): handle importmaps properly (#11496)
Fixes: #11146
Fixes: #11456
Fixes: #10439
|
2021-07-25 15:33:42 +10:00 |
|
Pavel Hrách
|
74c7559d20
|
fix(http): support multiple options in connection header for websocket (#11505)
Fixes #11494
|
2021-07-24 12:14:03 +10:00 |
|
Luca Casonato
|
28f2f02b7a
|
feat: add --enable-testing-features-do-not-use (#11499)
This flag does nothing yet. It is added in preparation for the addition
of classic workers.
|
2021-07-23 16:31:16 +02:00 |
|
Luca Casonato
|
8b34f07bb0
|
fix(http/ws): case insensitive connection header (#11489)
The "connection" header should be case insensitive:
https://datatracker.ietf.org/doc/html/rfc7230#section-6.1
|
2021-07-22 14:28:55 +02:00 |
|
Casper Beyer
|
4861b13aab
|
fix(cli): normalize test command errors (#11375)
|
2021-07-22 13:34:29 +02:00 |
|
Luca Casonato
|
78fc9a4c60
|
fix: support --cert flag for tls connect APIs (#11484)
|
2021-07-22 12:28:46 +02:00 |
|
Kitson Kelly
|
7d151efc68
|
fix(cli): info now displays type reference deps (#11478)
Fixes #11476
|
2021-07-22 15:34:28 +10:00 |
|
Kitson Kelly
|
bdc53b45b7
|
fix(lsp): do not populate maybe_type slot with import type dep (#11477)
Fixes: #11458
Fixes: #11461
Closes: denoland/vscode_deno#414
|
2021-07-22 15:00:45 +10:00 |
|
Bert Belder
|
63546c15bf
|
fix(cli): rebuild when environment variables change (#11471)
|
2021-07-20 19:06:40 -07:00 |
|
Kitson Kelly
|
c34fef4b71
|
feat(lsp): add workspace config to status page (#11459)
|
2021-07-21 11:50:43 +10:00 |
|
Luca Casonato
|
a2512de95f
|
fix: close fetch response body on GC (#11467)
This commit fixes fetch response bodies to be automatically closed if
the `Response.body` readable stream goes out of scope and is GC'ed.
|
2021-07-20 21:06:24 +02:00 |
|
Bartek Iwańczuk
|
9b9becf1ae
|
fix: panic for non-WS connections to inspector (#11466)
|
2021-07-20 15:41:36 +02:00 |
|
Yoshiya Hinosawa
|
65a1724acb
|
test(cli): add test case for 'deno test --watch' (#11434)
|
2021-07-20 18:29:17 +09:00 |
|
Luca Casonato
|
55632266e9
|
tests: re-enable disabled Response.formData test (#11453)
|
2021-07-20 00:11:50 +02:00 |
|
Bartek Iwańczuk
|
7d69f06db8
|
v1.12.1
|
2021-07-19 21:09:07 +02:00 |
|
Bartek Iwańczuk
|
cd445a2a0d
|
chore: release crates (#11454)
|
2021-07-19 20:20:42 +02:00 |
|
Ayato Tokubi
|
af4912ed0d
|
fix(repl): output error without hanging when input is invalid (#11426)
|
2021-07-19 05:38:13 -07:00 |
|
Kitson Kelly
|
07eb44e483
|
fix(tsc): add .at() types manually to tsc (#11443)
Fixes: #11441
|
2021-07-19 11:56:14 +10:00 |
|
Casper Beyer
|
3d3bb1e65c
|
fix(cli): re-enable --watch flag for test (#11433)
|
2021-07-18 17:55:25 +09:00 |
|
Casper Beyer
|
e0e26b4101
|
fix(cli): add help description for test --jobs option (#11415)
|
2021-07-17 18:27:37 -04:00 |
|
Andreu Botella
|
240545282a
|
fix(workers): silently ignore non-existent worker IDs (#11417)
Fixes #11416
|
2021-07-17 08:51:06 +10:00 |
|
Luca Casonato
|
91bbd1a6d5
|
fix(ext/http): correctly concat cookie headers (#11422)
Cookie headers should not be concatenated by commas, rather by
semicolons.
|
2021-07-16 16:31:16 +02:00 |
|