Age | Commit message (Expand) | Author |
2024-01-24 | feat: deprecate `Deno.FsWatcher.rid` (#22074) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068) | Asher Gomez |
2024-01-24 | feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn... | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064) | Asher Gomez |
2024-01-24 | feat: Change deprecation warning formatting (#22080) | Bartek Iwańczuk |
2024-01-24 | feat: deprecate `Deno.close()` (#22066) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069) | Asher Gomez |
2024-01-24 | feat: Add warnings for more deprecated APIs (#21992) | Bartek Iwańczuk |
2024-01-24 | feat: deprecate `window` global (#22057) | Bartek Iwańczuk |
2024-01-24 | feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.read()` and `Deno.readSync()` (#22063) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.seek()` and `Deno.seekSync()` (#22065) | Asher Gomez |
2024-01-24 | chore: update `Deno.{fsync,fsyncSync}()` deprecation notices (#22071) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.shutdown()` (#22067) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.resources()` (#22059) | Asher Gomez |
2024-01-24 | feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#... | Asher Gomez |
2024-01-23 | feat: Add deprecation warning for `Deno.customInspect` (#22027) | Asher Gomez |
2024-01-23 | refactor: port more ops to `ensureFastOps()` (#22046) | Asher Gomez |
2024-01-23 | refactor: set removal version for `Deno.RequestEvent`, `Deno.HttpConn` and `D... | Asher Gomez |
2024-01-22 | feat(unstable): remove Deno.upgradeHttp API (#21856) | Bartek Iwańczuk |
2024-01-22 | feat(web): ImageBitmap (#21898) | Leo Kettmeir |
2024-01-19 | feat:: External webgpu surfaces / BYOW (#21835) | Divy Srivastava |
2024-01-18 | feat: Start warning on each use of a deprecated API (#21939) | Bartek Iwańczuk |
2024-01-15 | feat(unstable): add Temporal API support (#21738) | Bartek Iwańczuk |
2024-01-12 | feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875) | Bartek Iwańczuk |
2024-01-11 | fix(web): use rustyline for prompt (#21893) | Divy Srivastava |
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi |
2024-01-06 | refactor: split runtime/98_global_scope.js (#21785) | Bartek Iwańczuk |
2024-01-05 | chore(ext/webgpu): include GPUCanvasContext in snapshot (#21773) | Divy Srivastava |
2024-01-04 | fix: strict type check for cross realms (#21669) | Kenta Moriuchi |
2024-01-02 | Revert "fix(runtime): Make native modal keyboard interaction consistent with ... | Divy Srivastava |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret |
2023-12-30 | chore(runtime): internalize pipe fd for ext/node (#21570) | Divy Srivastava |
2023-12-28 | chore: update deno_core to 0.240.0 (#21726) | Bartek Iwańczuk |
2023-12-27 | perf: remove opAsync (#21690) | Matt Mastracci |
2023-12-15 | refactor: setup child process pipe in Rust (#21579) | Divy Srivastava |
2023-12-13 | fix(runtime): Make native modal keyboard interaction consistent with browsers... | lionel-rowe |
2023-12-13 | fix: implement child_process IPC (#21490) | Divy Srivastava |
2023-12-09 | feat: bring back WebGPU (#20812) | Leo Kettmeir |
2023-12-08 | fix(unstable): Honor granular unstable flags in js runtime (#21466) | Julien Cayzac |
2023-12-08 | chore: use primordials in 40_testing.js (#21422) | Divy Srivastava |
2023-12-07 | refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) | Bartek Iwańczuk |
2023-12-06 | chore: bump deno_core and update tests (#21467) | Matt Mastracci |
2023-12-06 | fix: display unstable flags at bottom of help text (#21468) | David Sherret |
2023-12-06 | feat(ext/web): add ImageData Web API (#21183) | Jamie |
2023-11-25 | feat(unstable): --unstable-unsafe-proto (#21313) | David Sherret |
2023-11-25 | perf: move "cli/js/40_testing.js" out of main snapshot (#21212) | Divy Srivastava |
2023-11-19 | fix(ext,runtime): add missing custom inspections (#21219) | Kenta Moriuchi |
2023-11-15 | perf: static bootstrap options in snapshot (#21213) | Divy Srivastava |
2023-11-15 | fix(runtime): fix Deno.noColor when stdout is not tty (#21208) | Yoshiya Hinosawa |