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
/
lib.deno.unstable.d.ts
Age
Commit message (
Expand
)
Author
2023-11-08
fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115)
btoo
2023-11-04
fix(cron): update Deno.cron doc example (#21078)
Igor Zinkovsky
2023-11-02
chore: Add 'jupyter' category for Deno.jupyter APIs (#21061)
Bartek Iwańczuk
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-11-01
feat(cron) implement Deno.cron() (#21019)
Igor Zinkovsky
2023-10-27
feat: rename Deno.Server to Deno.HttpServer (#20842)
Luca Casonato
2023-10-12
feat(unstable): add Deno.jupyter.display API (#20819)
Kyle Kelley
2023-10-11
feat(WebSocketStream): rename connection to opened (#20878)
Leo Kettmeir
2023-10-04
feat(jupyter): send binary data with `Deno.jupyter.broadcast` (#20755)
Trevor Manz
2023-10-04
feat(unstable): add unix domain socket support to Deno.serve (#20759)
Yoshiya Hinosawa
2023-09-30
feat(jupyter): send Jupyter messaging metadata with `Deno.jupyter.broadcast` ...
Trevor Manz
2023-09-27
feat(unstable): add `Deno.jupyter.broadcast` API (#20656)
Bartek Iwańczuk
2023-09-12
fix(ext/http): create a graceful shutdown API (#20387)
Matt Mastracci
2023-08-21
feat(unstable): Improve FFI types (#20215)
Aapo Alasuutari
2023-08-18
feat(ext/kv): key expiration (#20091)
Heyang Zhou
2023-07-28
feat: Deno.createHttpClient allowHost (#19689)
Leo Kettmeir
2023-07-04
feat: stabilize 'alpnProtocols' setting (#19704)
Bartek Iwańczuk
2023-07-04
feat: Stabilize Deno.serve() API (#19141)
Bartek Iwańczuk
2023-07-03
fix(dts): make globals available on globalThis (#19438)
ud2
2023-06-13
feat(kv) queue implementation (#19459)
Igor Zinkovsky
2023-05-21
fix(ci): simplify test assertion for http version enforcing with Deno.createH...
Leo Kettmeir
2023-05-21
feat(unstable): add more options to Deno.createHttpClient (#17385)
Leo Kettmeir
2023-05-19
feat(ext/http): ref/unref for server (#19197)
Matt Mastracci
2023-05-19
BREAKING(unstable): change return type of Deno.serve() API (#19189)
Bartek Iwańczuk
2023-05-17
fix(kv): kv.close() interrupts in-flight operations (#19076)
Heyang Zhou
2023-05-14
fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)
Yoshiya Hinosawa
2023-04-27
feat(kv): return ok bool from atomic commit (#18873)
Luca Casonato
2023-04-27
fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)
Matt Mastracci
2023-04-26
feat(ext/kv): add more atomic operation helpers (#18854)
Ryan Dahl
2023-04-26
BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)
Bartek Iwańczuk
2023-04-24
docs: add categories to APIs without (#18826)
Leo Kettmeir
2023-04-15
feat(kv): AtomicOperation#sum (#18704)
Ryan Dahl
2023-04-03
feat(ext/ffi): support marking symbols as optional (#18529)
Dj
2023-03-30
fix(dts): improve types for the Deno.KV API (#18510)
Luca Casonato
2023-03-30
feat(ext/kv): return versionstamp from set/commit (#18512)
Luca Casonato
2023-03-25
chore(ext/kv): add limits (#18415)
Heyang Zhou
2023-03-22
Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)
Ryan Dahl
2023-03-22
refactor: rename Deno.openKv() to Deno.kv() (#18349)
Ryan Dahl
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou
2023-03-21
chore: update formatting configuration (#18331)
Bartek Iwańczuk
2023-03-20
feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)
Sam Gwilym
2023-03-18
docs(FFI/UnsafePointerView): fix a typo in a docstring (#18034)
Andrew
2023-02-24
refactor(flash): move remoteAddr to options bag (#17913)
Leo Kettmeir
2023-02-22
fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)
Aapo Alasuutari
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-15
feat(flash): add 2nd param to handler to get remote address (#17633)
Leo Kettmeir
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-10
fix(dts): make Deno.Command accept readonly prop in options.args (#17718)
Kamil Ogórek
2023-01-25
fix: remove leftover Deno.spawn references (#17524)
David Sherret
[next]