index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
js
Age
Commit message (
Expand
)
Author
2024-11-18
feat(runtime): remove public OTEL trace API (#26854)
Luca Casonato
2024-11-16
feat(jupyter): Add `Deno.jupyter.image` API (#26284)
Bartek Iwańczuk
2024-11-14
feat(cli): add `--unstable-node-globals` flag (#26617)
Marvin Hagemeister
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
feat: OpenTelemetry Tracing API and Exporting (#26710)
snek
2024-11-08
fix: performance.timeOrigin (#26787)
snek
2024-11-04
chore: update dlint to v0.68.0 for internal (#26711)
Kenta Moriuchi
2024-10-23
fix: share inotify fd across watchers (#26200)
Divy Srivastava
2024-10-10
fix(unstable/worker): ensure import permissions are passed (#26101)
David Sherret
2024-10-04
fix(node): fix worker_threads issues blocking Angular support (#26024)
Nathan Whitaker
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-26
chore: cleanup unused deprecated code (#25839)
Asher Gomez
2024-09-24
fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...
Leo Kettmeir
2024-09-23
feat: make 'globalThis.location' a configurable property (#25812)
Bartek Iwańczuk
2024-09-16
chore: remove `warnOnDeprecatedApi()` (#25673)
Asher Gomez
2024-09-16
chore: lint `40_fs_events.js` (#25672)
Asher Gomez
2024-09-17
chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623)
Asher Gomez
2024-09-16
chore: cleanup remaining `internals.future` code (#25624)
Asher Gomez
2024-09-14
feat: print `Listening on` messages on stderr instead of stdout (#25491)
Marvin Hagemeister
2024-09-13
refactor(runtime): align error messages (#25563)
Ian Bull
2024-09-12
fix(ext/node): Implement detached option in `child_process` (#25218)
Nathan Whitaker
2024-09-12
refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)
Asher Gomez
2024-09-12
feat: stabilize `Deno.createHttpClient()` (#25569)
Asher Gomez
2024-09-10
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)
Kenta Moriuchi
2024-09-11
BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)
Asher Gomez
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-09
BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)
Asher Gomez
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-09
BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520)
Asher Gomez
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-09-06
BREAKING(buffer): remove `Deno.Buffer` (#25441)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.FsWatcher.prototype.rid` (#25444)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.File` (#25447)
Asher Gomez
2024-09-05
BREAKING(types): soft-remove `Deno.run()` (#25403)
Asher Gomez
2024-09-04
test: run js_unit_tests with `--unstable-*` flags (#25394)
Bartek Iwańczuk
2024-09-04
chore: remove some dead code around DENO_FUTURE env var (#25418)
Bartek Iwańczuk
2024-09-04
BREAKING(io): remove `Deno.read[Sync]()` (#25409)
Asher Gomez
2024-09-04
feat(cli): give access to `process` global everywhere (#25291)
Luca Casonato
2024-09-04
BREAKING(io): remove `Deno.write[Sync]()` (#25408)
Asher Gomez
2024-09-04
BEAKING(buffer): remove `Deno.readAll[Sync]()` (#25386)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)
Asher Gomez
2024-09-04
chore(tty): soft-remove `Deno.isatty()` (#25410)
Asher Gomez
2024-09-04
BREAKING(buffer): remove `Deno.writeAll[Sync]()` (#25407)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)
Asher Gomez
2024-09-03
BREAKING(io): remove `Deno.copy()` (#25345)
Asher Gomez
2024-09-03
BREAKING(permissions): remove --allow-hrtime (#25367)
Luca Casonato
2024-09-03
BREAKING(console): remove `Deno.customInspect` (#25348)
Asher Gomez
2024-09-03
BREAKING(unstable): drop support for Deno.run.{clearEnv,gid,uid} (#25371)
Bartek Iwańczuk
[next]