summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-06-08fix(check): attempt to resolve types from pkg before `@types` pkg (#24152)David Sherret
2024-06-09fix(ext/web): correct string tag for MessageEvent (#24134)Luca Casonato
2024-06-09fix(ext/http): print `[]` around ipv6 addresses (#24150)Luca Casonato
2024-06-09fix(ext/node): add crypto and zlib constants (#24151)Luca Casonato
2024-06-09fix(ext/net): make node:http2 work with DENO_FUTURE=1 (#24144)Bartek Iwańczuk
2024-06-08fix(ext/websocket): correctly order messages when sending blobs (#24133)Luca Casonato
2024-06-08fix(ext/node): lossy UTF-8 read node_modules files (#24140)Luca Casonato
2024-06-07fix: upgrade deno_core (#24128)Bartek Iwańczuk
2024-06-07fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)Divy Srivastava
2024-06-07chore(ext/node): remove dead op (#24131)Satya Rohith
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-06chore: forward v1.44.1 release commit to main (#24115)denobot
2024-06-05chore: upgrade trust-dns-resolver and friends (#24108)Ryan Dahl
2024-06-05chore: upgrade dlint to 0.60.0 (#24041)Bartek Iwańczuk
2024-06-05chore(ext/web): use `Error.captureStackTrace` in `DOMException` constructor (...ud2
2024-06-04chore(ext/webgpu): clean up buffer_get_map_async (#24087)Luca Casonato
2024-06-03fix(console): add missing AssertionError to js (#22358)Oliver Medhurst
2024-06-02fix: validate integer values in `Deno.exitCode` setter (#24068)Kenta Moriuchi
2024-05-30fix(cron): enable chrono `now` feature (#24047)Divy Srivastava
2024-05-301.44.0 (#24045)denobot
2024-05-30BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983)Aapo Alasuutari
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-29fix(ext/node): windows cancel stdin read in line mode (#23969)Divy Srivastava
2024-05-29fix(ext/node): don't encode buffer data as utf8 in http2 (#24016)Satya Rohith
2024-05-28fix(ext/http): flush gzip streaming response (#23991)Bartek Iwańczuk
2024-05-28fix(ext/node/fs): `position` argument not applied (#24009)Marvin Hagemeister
2024-05-28fix(ext/node): add `throwIfNoEntry` option in `fs.lstatSync` (#24006)Marvin Hagemeister
2024-05-28BREAKING(ffi/unstable): always return u64 as bigint (#23981)Divy Srivastava
2024-05-28fix(ext/fs): truncate files when a ReadableStream is passed to writeFile (#23...charlotte ✨
2024-05-27fix(ext/web): `ReadableStream.from()` allows `Iterable` instead of `IterableI...Milly
2024-05-26fix(node): set default http server response code 200 (#23977)Marvin Hagemeister
2024-05-26fix(ext/websocket): change default idleTimeout to 30s (#23985)Alex Gleason
2024-05-23feat(ext/webgpu): byow support for {Free,Open}BSD (#23832)Volker Schlecht
2024-05-23fix(ext/node): return cancelled flag in get_response_body_chunk op (#23962)Satya Rohith
2024-05-23chore: update denokv_* crates (#23949)Bartek Iwańczuk
2024-05-23fix(ext/node): add stubs for perf_hooks.PerformaceObserver (#23958)Divy Srivastava
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-23fix(ext/web): `ReadableStream.from()` ignores null `Symbol.asyncIterator` (#2...Milly
2024-05-23feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)Asher Gomez
2024-05-23feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sy...Asher Gomez
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-05-22feat(ext/fs): stabilize `Deno.FsFile.syncData[Sync]()` and `Deno.FsFile.sync[...Asher Gomez
2024-05-22refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)Leo Kettmeir
2024-05-22chore: forward v1.43.6 release commit to main (#23936)Bartek Iwańczuk
2024-05-21feat(node): buffer isUtf8/isAscii (#23928)snek
2024-05-21fix(ext/web): fix potential leak of unread buffers (#23923)Matt Mastracci
2024-05-21perf: analyze cjs re-exports in parallel (#23894)David Sherret
2024-05-20fix(ext/webgpu): Allow `depthClearValue` to be undefined when `depthLoadOp` i...chirsz
2024-05-20fix(node): stub findSourceMap for `ava` (#23899)Marvin Hagemeister
2024-05-20fix(node): track `SIG*` listeners in `process.listeners` (#23890)Marvin Hagemeister