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
/
dts
Age
Commit message (
Expand
)
Author
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-09-24
docs: fix native http jsdoc examples (#12207)
Leo K
2021-09-19
fix(cli): move Deno.flock and Deno.funlock to unstable types (#12138)
Casper Beyer
2021-09-13
feat(unstable): allow specifing gid and uid for subprocess (#11586)
Leo K
2021-09-13
feat: stabilise Deno.upgradeWebSocket (#12024)
Bartek Iwańczuk
2021-09-06
BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)
Ryan Dahl
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
2021-08-31
fix: move unstable declarations to deno.unstable (#11876)
Luca Casonato
2021-08-27
feat(cli): Update to TypeScript 4.4 (#11678)
Kitson Kelly
2021-08-26
docs: Add async iterator alternative for Deno.serveHttp (#11850)
Sebastien Filion
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-24
fix(typings): fix property name in DiagnosticMessageChain interface (#11821)
Sebastien Filion
2021-08-24
feat(unstable): Add file locking APIs (#11746)
Tilman Roeder
2021-08-24
feat(unstable): Support file URLs in Deno.dlopen() (#11658)
Nayeem Rahman
2021-08-24
BREAKING(unstable): Fix casing in FfiPermissionDescriptor (#11659)
Nayeem Rahman
2021-08-15
fix: don't statically type name on Deno.errors (#11715)
Luca Casonato
2021-08-10
feat: add new esnext types (#11627)
Kitson Kelly
2021-08-10
feat: add experimental WebSocketStream API (#10365)
Leo K
2021-08-09
feat(extensions/web): add structuredClone function (#11572)
Leo K
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-08-06
revert: allow URL for permissions (#11600)
Bartek Iwańczuk
2021-08-06
feat: support AbortSignal in writeFile (#11568)
Benjamin Gruenbaum
2021-08-06
feat(runtime): allow URL for permissions (#11578)
Leo K
2021-08-04
feat(unstable): clean environmental variables for subprocess (#11571)
Leo K
2021-08-02
feat: stabilize Deno.serveHttp() (#11544)
Bartek Iwańczuk
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-07-26
fix(cli/dts): Type `Deno.errors.*` as subclasses of `Error` (#10702)
Liam Murphy
2021-07-19
fix(tsc): add .at() types manually to tsc (#11443)
Kitson Kelly
2021-07-12
chore(runtime): deprecate `Deno.copy` (#11369)
Luca Casonato
2021-07-12
refactor: deno_http op crate (#11335)
Luca Casonato
2021-07-11
Revert "Remove unstable native plugins (#10908)"
Ryan Dahl
2021-07-03
feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...
Andreu Botella
2021-07-02
Remove unstable native plugins (#10908)
Bartek Iwańczuk
2021-06-29
feat: Add "deno_net" extension (#11150)
Bartek Iwańczuk
2021-06-25
chore(ext/console): deprecate Deno.customInspect (#10035)
Yoshiya Hinosawa
2021-06-22
feat(core): support AbortSignal in readFile (#10943)
Benjamin Gruenbaum
2021-06-22
feat: transfer MessagePort between workers (#11076)
Luca Casonato
2021-06-22
feat(fetch): add programmatic proxy (#10907)
Tomofumi Chiba
2021-06-22
fix: move stable/unstable types/APIs to their correct places (#10880)
Muthu Kumar
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-06-21
feat: `MessageChannel` and `MessagePort` (#11051)
Luca Casonato
2021-06-21
fix: add support for module es2020 to Deno.emit (#11065)
Kitson Kelly
2021-06-18
fix: Worker accepts specifier as URL (#11038)
Bartek Iwańczuk
2021-06-15
fix(cli): improve worker types (#10965)
Kitson Kelly
2021-06-11
docs(unstable/emit): Note that for emit, Deno.formatDiagnostics can be used (...
Edward Bebbington
2021-06-10
refactor: merge deno_file crate into deno_web (#10914)
Bartek Iwańczuk
2021-06-03
feat(cli): support URL overload for `Deno.chdir` (#10793)
Casper Beyer
2021-06-03
feat(runtime): support URL overloads for `Deno.symlink` and `Deno.symlinkSync...
Casper Beyer
2021-06-03
feat(runtime): support URL overloads for Deno.rename/Deno.renameSync (#10512)
Casper Beyer
2021-06-01
feat: add FsWatcher interface (#10798)
Yoshiya Hinosawa
[next]