summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-12fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546)Satya Rohith
2024-07-12perf(ext/crypto): make randomUUID() 5x faster (#24510)Satya Rohith
2024-07-12fix(ext/webgpu): GPUDevice.createRenderPipelineAsync should return a Promise ...chirsz
2024-07-11fix: unblock fsevents native module (#24542)snek
2024-07-12chore: forward v1.45.1 release commit to main (#24540)denobot
2024-07-11fix(npm): use start directory deno.json as "root deno.json config" in npm wor...David Sherret
2024-07-11fix(node): revert invalid package target change (#24539)David Sherret
2024-07-11fix(node): Ignore broken default install scripts (#24534)Nathan Whitaker
2024-07-11chore: `@netlify/edge-bundler` workaround until Deno 2.0 (#24532)David Sherret
2024-07-11fix(workspace): allow using --import-map flag with workspace (#24527)Bartek Iwańczuk
2024-07-11fix(npm): only warn about lifecycle scripts not being run when setting up dir...David Sherret
2024-07-11chore: add std import mapping for tests (#24521)Marvin Hagemeister
2024-07-10chore: format yaml internally (#24520)David Sherret
2024-07-11build: update wgpu-core to unblock release (#24515)Bartek Iwańczuk
2024-07-111.45.0 (#24512)denobot
2024-07-10chore: update deno_doc (#24509)Leo Kettmeir
2024-07-10chore: fix flaky publish::npm_workspace test (#24511)David Sherret
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10feat(jsr): support publishing jsr packages in npm workspaces (#24507)David Sherret
2024-07-10chore: tweak warning message for un-run install scripts (#24508)Nathan Whitaker
2024-07-10fix(node/perf_hooks): stub eventLoopUtilization (#24501)Marvin Hagemeister
2024-07-10fix(node/v8): stub serializer methods (#24502)Marvin Hagemeister
2024-07-10fix: memory leak when transpiling (#24490)Bartek Iwańczuk
2024-07-10fix: Add sys permission kinds for node compat (#24242)Adam Gregory
2024-07-10fix(node/http): don't send destroyed requests (#24498)Marvin Hagemeister
2024-07-10fix(node/http): don't error if request destroyed before send (#24497)Marvin Hagemeister
2024-07-10fix(ext/webgpu): fix `GPUUncapturedErrorEvent` parent type (#24369)Victor Turansky
2024-07-10fix(net): set correct max size for Datagram (#21611)Andrew Johnston
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-10feat: deprecate `deno vendor` (#22183)Asher Gomez
2024-07-09feat(cli): `deno init --lib` (#22499)muddlebee
2024-07-09fix: panic when piping "deno help" or "deno --version" (#22917)muddlebee
2024-07-09feat(compile): support --env (#24166)HasanAlrimawi
2024-07-09ci: update release steps related to dotcom (#24467)Leo Kettmeir
2024-07-09fix: do not download compilerOptions -> types when not type checking (#24473)David Sherret
2024-07-09feat(workspace): support object config (#24483)David Sherret
2024-07-09fix: restore reference to dom.extras in lib.dom.d.ts (#24489)Bartek Iwańczuk
2024-07-09fix: make .setup-cache.bin in node_modules more reproducible (#24480)Zebreus
2024-07-09fix: test in presence of .npmrc (#24486)snek
2024-07-09fix: only use maglev in DENO_FUTURE for now (#24485)snek
2024-07-09fix: do not return undefined for missing global properties (#24474)snek
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-07-09fix(node/http): support all `.writeHead()` signatures (#24469)Marvin Hagemeister
2024-07-09feat: upgrade deno_core to 0.293.0 (#24482)Bartek Iwańczuk
2024-07-09fix(lsp): do sloppy resolution for node-to-node imports in byonm (#24481)Nayeem Rahman
2024-07-09fix(net): handle panic on Windows for Unix socket usage in Deno.serve() (#24...Yazan AbdAl-Rahman
2024-07-09docs(ext/net): explain `port: 0` behavior (#24475)Asher Gomez
2024-07-09fix: add warning for invalid unstable feature use in deno.json/jsonc (#24120)HasanAlrimawi
2024-07-09feat: support wildcards in npm workspaces (#24471)David Sherret
2024-07-08fix(lsp): inherit workspace-root-only fields in members (#24440)Nayeem Rahman