summaryrefslogtreecommitdiff
path: root/cli/tsc/dts
AgeCommit message (Expand)Author
2023-04-27feat(kv): return ok bool from atomic commit (#18873)Luca Casonato
2023-04-27feat: Deprecate Deno.run API in favor of Deno.Command (#17630) (#18866)Bartek Iwańczuk
2023-04-26fix(dts): `URLPatternComponentResult` groups should have possibly undefined k...David Sherret
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-26feat(ext/kv): add more atomic operation helpers (#18854)Ryan Dahl
2023-04-26BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)Bartek Iwańczuk
2023-04-24docs: add categories to APIs without (#18826)Leo Kettmeir
2023-04-15feat(kv): AtomicOperation#sum (#18704)Ryan Dahl
2023-04-03feat(ext/ffi): support marking symbols as optional (#18529)Dj
2023-03-31fix: upgrade to TypeScript 5.0.3 (#18532)David Sherret
2023-03-30fix(dts): improve types for the Deno.KV API (#18510)Luca Casonato
2023-03-30feat(ext/kv): return versionstamp from set/commit (#18512)Luca Casonato
2023-03-30docs: clarify `Deno.consoleSize` returns the window size (#18508)David Sherret
2023-03-25chore(ext/kv): add limits (#18415)Heyang Zhou
2023-03-22Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)Ryan Dahl
2023-03-22refactor: rename Deno.openKv() to Deno.kv() (#18349)Ryan Dahl
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou
2023-03-21chore: update formatting configuration (#18331)Bartek Iwańczuk
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-21docs: fix broken `Deno.FsFile#readable` example code (#18277)ayame113
2023-03-20feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)Sam Gwilym
2023-03-18docs(FFI/UnsafePointerView): fix a typo in a docstring (#18034)Andrew
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-17BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237)Bartek Iwańczuk
2023-03-16feat(fs): support FileInfo.dev on Windows (#18073)Bartek Iwańczuk
2023-03-07chore(docs): Fixed manual link (#18060)ayame113
2023-03-05fix(check): include dts files in tsc roots (#18026)Nayeem Rahman
2023-03-04chore(docs): add note about loadavg returning 0 on windows (#18006)Geert-Jan Zwiers
2023-02-24refactor(flash): move remoteAddr to options bag (#17913)Leo Kettmeir
2023-02-22fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)Aapo Alasuutari
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-02-22Revert "feat: Deprecate Deno.run API in favor of Deno.Command (#17630)" (#17875)Ryan Dahl
2023-02-16feat: Deprecate Deno.run API in favor of Deno.Command (#17630)Bartek Iwańczuk
2023-02-15feat(flash): add 2nd param to handler to get remote address (#17633)Leo Kettmeir
2023-02-14feat: stabilize Deno.osUptime() (#17554)Bartek Iwańczuk
2023-02-13feat: Stabilize Deno.Command API (#17628)Bartek Iwańczuk
2023-02-12fix: add WouldBlock error (#17339)Leo Kettmeir
2023-02-11feat: add signal option to Deno.resolveDns (#17384)Leo Kettmeir
2023-02-11feat: add more variants to Deno.build.os (#17340)Leo Kettmeir
2023-02-10fix(dts): make Deno.Command accept readonly prop in options.args (#17718)Kamil Ogórek
2023-01-30chore: update webgpu (#17534)Leo Kettmeir
2023-01-28docs: fix typos in `WriteFileOptions`'s JSDoc (#17507)RA80533
2023-01-25fix: remove leftover Deno.spawn references (#17524)David Sherret
2023-01-25feat: Add sync APIs for "Deno.permissions" (#17019)Asher Gomez
2023-01-24feat: allow first arg in test step to be a function (#17096)Leo Kettmeir
2023-01-24feat(runtime/command): make stdin default to inherit for spawn() (#17334)Leo Kettmeir
2023-01-20feat: Stabilize Deno.Listener.ref/unref (#17477)Bartek Iwańczuk
2023-01-19feat(runtime): add bigint to seek typings (#17314)Leo Kettmeir
2023-01-15chore: update std submodule and its imports (#17408)Asher Gomez
2023-01-12feat: allow passing a ReadableStream to Deno.writeFile/Deno.writeTextFile (#1...Leo Kettmeir