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
/
cli
/
tsc
/
dts
Age
Commit message (
Expand
)
Author
2023-02-14
feat: stabilize Deno.osUptime() (#17554)
Bartek Iwańczuk
2023-02-13
feat: Stabilize Deno.Command API (#17628)
Bartek Iwańczuk
2023-02-12
fix: add WouldBlock error (#17339)
Leo Kettmeir
2023-02-11
feat: add signal option to Deno.resolveDns (#17384)
Leo Kettmeir
2023-02-11
feat: add more variants to Deno.build.os (#17340)
Leo Kettmeir
2023-02-10
fix(dts): make Deno.Command accept readonly prop in options.args (#17718)
Kamil Ogórek
2023-01-30
chore: update webgpu (#17534)
Leo Kettmeir
2023-01-28
docs: fix typos in `WriteFileOptions`'s JSDoc (#17507)
RA80533
2023-01-25
fix: remove leftover Deno.spawn references (#17524)
David Sherret
2023-01-25
feat: Add sync APIs for "Deno.permissions" (#17019)
Asher Gomez
2023-01-24
feat: allow first arg in test step to be a function (#17096)
Leo Kettmeir
2023-01-24
feat(runtime/command): make stdin default to inherit for spawn() (#17334)
Leo Kettmeir
2023-01-20
feat: Stabilize Deno.Listener.ref/unref (#17477)
Bartek Iwańczuk
2023-01-19
feat(runtime): add bigint to seek typings (#17314)
Leo Kettmeir
2023-01-15
chore: update std submodule and its imports (#17408)
Asher Gomez
2023-01-12
feat: allow passing a ReadableStream to Deno.writeFile/Deno.writeTextFile (#1...
Leo Kettmeir
2023-01-09
feat(runtime/os): add `Deno.env.has()` (#17315)
Leo Kettmeir
2023-01-08
feat(ext/ffi): structs by value (#15060)
Dj
2023-01-03
fix(declaration): change `Deno.open` example to not use `Deno.close(rid)` (#1...
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-27
feat(unstable): Add "Deno.osUptime()" API (#17179)
Kamil Ogórek
2022-12-15
fix: re-add Response.json static method (#17061)
Leo Kettmeir
2022-12-13
docs: use example & default tags (#17032)
Leo Kettmeir
2022-12-13
feat: support `createNew` in `Deno.writeFile` (#17023)
Leo Kettmeir
2022-12-13
fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` ...
Leo Kettmeir
2022-12-09
unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)
Bartek Iwańczuk
2022-12-07
feat: upgrade to TypeScript 4.9.3 (#16973)
David Sherret
2022-12-03
feat(ext/ffi): better type hints for Deno.dlopen (#16874)
阿豪
2022-11-28
feat(unstable): rework Deno.Command (#16812)
Leo Kettmeir
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
[prev]