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
2022-07-09
fix(ext/ffi): allow opting out of fast ffi calls (#15131)
Divy Srivastava
2022-07-04
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
Bartek Iwańczuk
2022-07-04
feat: add "unhandledrejection" event support (#12994)
Bartek Iwańczuk
2022-07-04
fix(dts): stop default export type behavior (#14977)
Carter Snook
2022-07-04
fix: update to TypeScript 4.7.4 (#15022)
Rafael Ávila de Espíndola
2022-06-28
feat(ext/ffi): Thread safe callbacks (#14942)
Aapo Alasuutari
2022-06-27
fix(dts/ffi): non-exact types break FFI inference (#14968)
Carter Snook
2022-06-22
fix: upgrade swc via deno_ast 0.16 (#14930)
David Sherret
2022-06-21
chore(ext/ffi): simplify FFI types (#14920)
Aapo Alasuutari
2022-06-20
BREAKING(ext/ffi): Remove `Deno.UnsafePointer` indirection (#14915)
Divy Srivastava
2022-06-20
feat(ext/ffi): Callbacks (#14663)
Aapo Alasuutari
2022-06-16
fix: make Performance global an EventTarget
cjihrig
2022-06-13
Deno.exit() is an alias to self.close() in worker contexts (#14826)
Bartek Iwańczuk
2022-06-13
feat(runtime/signal): implement SIGINT and SIGBREAK for windows (#14694)
Geert-Jan Zwiers
2022-06-13
Remove unstable Deno.sleepSync (#14719)
Ryan Dahl
2022-06-11
chore(docs): remove senseless `await` (#14844)
Roj
2022-06-08
feat(ext/ffi): support passing and returning bigints (#14523)
Elias Sjögreen
2022-06-01
feat: update to TypeScript 4.7 (#14242)
Kitson Kelly
2022-05-31
feat(unstable): add Deno.getGid (#14528)
James Bradlee
2022-05-30
chore(docs): use cross-platform example in `Deno.run` jsdoc (#14754)
Geert-Jan Zwiers
2022-05-30
chore: update deprecated APIs docs (#14756)
Bartek Iwańczuk
2022-05-30
fix(cli/dts): add `captureStackTrace` to `lib.dom.extras` (#14748)
Mark Ladyshau
2022-05-21
fix(cli/dts): change `ChildStatus.signal` from `string` to `Deno.Signal` (#14...
Simon Lecoq
2022-05-19
feat: make Child.kill argument optional (#14669)
Leo Kettmeir
2022-05-18
fix: add types for `Response.json` (#14655)
Luca Casonato
2022-05-18
feat: return a signal string instead number on ChildStatus (#14643)
Leo Kettmeir
2022-05-17
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
Nayeem Rahman
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-05-16
feat(ext/net): add `CAA` DNS record support in Deno.resolveDns() API (#14624)
Craig Morten
2022-05-15
feat(ext/net): support NAPTR records in Deno.resolveDns() API (#14613)
Craig Morten
2022-05-15
feat(ext/net): support full `SOA` record interface (#14617)
Craig Morten
2022-05-14
feat(ext/net): add support for SOA records in Deno.resolveDns() API (#14534)
Thanapat Chotipun
2022-05-14
feat: add userAgent property to Navigator's prototype (#14415)
randomicon00
2022-05-13
feat(ext/web): add performance.toJSON (#14548)
Geert-Jan Zwiers
2022-05-11
feat(runtime/spawn): add `AbortSignal` support (#14538)
Leo Kettmeir
2022-05-06
feat(web): add `performance.timeOrigin` (#14489)
Geert-Jan Zwiers
2022-05-03
feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)
Thanapat Chotipun
2022-05-03
BREAKING: Remove unstable Deno.applySourceMap API (#14473)
Bartek Iwańczuk
2022-04-29
fix(cli): add dom.extras lib (#14430)
Kitson Kelly
2022-04-25
feat(ext/console): Add string abbreviation size option for "Deno.inspect" (#1...
Ben Heidemann
2022-04-24
fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358)
Nayeem Rahman
2022-04-21
chore(cli/dts): fix the display of the Deno.spawnSync() document (#14342)
ayame113
2022-04-21
feat(runtime): two-tier subprocess API (#11618)
Leo Kettmeir
2022-04-20
feat(bench): update API, new console reporter (#14305)
evan
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-04-06
feat(test): Add "name", "origin" and "parent" to "Deno.TestContext" (#14007)
Yongwook Choi
2022-03-25
fix: `Deno.run` - do not modify user provided `cmd` array (#14109)
David Sherret
2022-03-25
docs(cli): fix typo in `PermissionOptionsObject` (#14114)
Aleksandr Bukhalo
2022-03-24
docs: `WorkerOptions` - fix permissions description (#14011)
David Sherret
2022-03-23
feat(unstable): add ref/unref to Listener (#13961)
Yoshiya Hinosawa
[next]