summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-18refactor(napi): simplify types (#19179)Bartek Iwańczuk
2023-05-18fix(cli/napi): handle finalizers (#19168)Divy Srivastava
2023-05-18fix(node): support passing parent stdio streams (#19171)Marvin Hagemeister
2023-05-18fix(napi): BigInt related APIs (#19174)Bartek Iwańczuk
2023-05-18chore: lint server_test.ts (#19175)Bartek Iwańczuk
2023-05-17fix(runtime): Box the main future to avoid blowing up the stack (#19155)Matt Mastracci
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-17fix(ext/node): fix whatwg url formatting (#19146)Yoshiya Hinosawa
2023-05-17fix(kv): kv.close() interrupts in-flight operations (#19076)Heyang Zhou
2023-05-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
2023-05-17refactor(node): reimplement http client (#19122)Leo Kettmeir
2023-05-16fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)Matt Mastracci
2023-05-16fix(fetch): Correctly decode `multipart/form-data` names and filenames (#19145)Andreu Botella
2023-05-16docs: fix typos (#19118)Lenni
2023-05-16fix(deno/upgrade): allow --version vX.Y.Z (#19139)Levente Kurusa
2023-05-16feat(node/crypto): Builtin Diffie-Hellman Groups (#19137)Levente Kurusa
2023-05-15feat(node/crypto): Diffie Hellman Support (#18943)Levente Kurusa
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-14fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)Yoshiya Hinosawa
2023-05-13fix(lsp): increase default max heap size to 3Gb (#19115)Bartek Iwańczuk
2023-05-13chore(ext/node): removed skipped compat test cases (#19109)Yoshiya Hinosawa
2023-05-13chore: fix & update node compat config (#19106)Yoshiya Hinosawa
2023-05-12refactor(lsp): make `RequestMethod` private (#19114)David Sherret
2023-05-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-11fix(lsp): preload documents when `deno.documentPreloadLimit` changes (#19103)David Sherret
2023-05-11feat(lsp): ability to configure document pre-load limit (#19097)David Sherret
2023-05-11fix(lsp): hard to soft error when unable to get completion info (#19091)David Sherret
2023-05-11fix(cli): upgrade to Typescript 5.0.4 (#19090)David Sherret
2023-05-11fix(console): handle error when inspecting promise-like (#19083)Nayeem Rahman
2023-05-11fix(runtime): `ChildProcess::kill()` doesn't require additional perms (#15339)Nayeem Rahman
2023-05-11fix(node): expose channels in worker_threads (#19086)Marvin Hagemeister
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-11feat(node): add `Module.runMain()` (#19080)Marvin Hagemeister
2023-05-10fix(node): conditional exports edge case (#19082)Bartek Iwańczuk
2023-05-10fix(dts): align `seekSync` `position` arg with `seek` (#19077)David Sherret
2023-05-10refactor(core): http_next generic over request extractor (#19071)Matt Mastracci
2023-05-10feat(ext/http): Automatic compression for Deno.serve (#19031)Matt Mastracci
2023-05-09fix(vendor): better handling of redirects (#19063)David Sherret
2023-05-09fix(core): let V8 drive extension ESM loads (#18997)Luca Casonato
2023-05-09perf(fmt): faster formatting for minified object literals (#19050)David Sherret
2023-05-08fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)Matt Mastracci
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-04chore: forward v1.33.2 release commit to main (#18990)denobot
2023-05-04docs: update Deno.Writer docstring (#18987)Bartek Iwańczuk
2023-05-04refactor(ext/node): remove NodeEnv trait (#18986)Luca Casonato
2023-05-04fix(core): allow esm extensions not included in snapshot (#18980)Nayeem Rahman
2023-05-03fix(test): disable preventDefault() for beforeunload event (#18911)Nayeem Rahman
2023-05-03fix(ext/kv): throw on the Kv constructor (#18978)Luca Casonato