summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.deno.ns.d.ts
AgeCommit message (Expand)Author
2024-03-20chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)Asher Gomez
2024-02-18feat(fs): `Deno.FsFile.{isTerminal,setRaw}()` (#22234)Asher Gomez
2024-02-14docs: add missing `@category` tags (#22411)Asher Gomez
2024-02-07docs(cli): add unit info for idleTimeout (#22335)Jason Ford
2024-02-07docs: correct JSDoc `@category` for `Deno.fsync[Sync]()` and `Deno.fdatasync[...Asher Gomez
2024-02-07fix: enable "--allow-sys=cpus" for "deno run" (#22260)restlessronin
2024-02-05feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (...Asher Gomez
2024-02-02chore: fix typo in docs (#22232)Dan Rose
2024-02-02docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)Asher Gomez
2024-01-24revert: Remove deprecations of file sync APIs (#22085)Bartek Iwańczuk
2024-01-24feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073)Asher Gomez
2024-01-24feat: deprecate `Deno.FsWatcher.rid` (#22074)Asher Gomez
2024-01-24feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)Asher Gomez
2024-01-24feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn...Asher Gomez
2024-01-24feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)Asher Gomez
2024-01-24feat: deprecate `Deno.close()` (#22066)Asher Gomez
2024-01-24feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069)Asher Gomez
2024-01-24feat: Add warnings for more deprecated APIs (#21992)Bartek Iwańczuk
2024-01-24feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072)Asher Gomez
2024-01-24feat: deprecate `Deno.read()` and `Deno.readSync()` (#22063)Asher Gomez
2024-01-24feat: deprecate `Deno.seek()` and `Deno.seekSync()` (#22065)Asher Gomez
2024-01-24chore: update `Deno.{fsync,fsyncSync}()` deprecation notices (#22071)Asher Gomez
2024-01-24feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017)Asher Gomez
2024-01-24feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019)Asher Gomez
2024-01-24feat: deprecate `Deno.resources()` (#22059)Asher Gomez
2024-01-24feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...Asher Gomez
2024-01-23feat: import.meta.filename and import.meta.dirname (#22061)Bartek Iwańczuk
2024-01-23feat: Add deprecation warning for `Deno.customInspect` (#22027)Asher Gomez
2024-01-23refactor: set removal version for `Deno.RequestEvent`, `Deno.HttpConn` and `D...Asher Gomez
2024-01-23refactor: set removal version for `Deno.Server` (#22024)Asher Gomez
2024-01-22chore: use `FsFile[Symbol.dispose]()` (#22007)Asher Gomez
2024-01-21chore: use `Deno.readTextFile()` where appropriate (#22018)Asher Gomez
2024-01-21chore: use `Deno.writeTextFile()` where appropriate (#22008)Asher Gomez
2024-01-16docs(ns): add a notice on file order returned by readDir (#21953)king8fisher
2024-01-15chore: define removal version for `Deno.metrics()` (#21872)Asher Gomez
2024-01-14chore: define removal version for `Deno.run()` (#21863)Asher Gomez
2024-01-14feat: Deprecate 'Deno.serveHttp' API (#21874)Bartek Iwańczuk
2024-01-10fix: android support (#19437)cions
2024-01-06chore: define removal version in deprecated IO APIs (#21702)Asher Gomez
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-13chore: deprecate `Deno.Reader`, `Deno.ReaderSync`, `Deno.Writer`, `Deno.Write...Asher Gomez
2023-12-06feat: stabilize Deno.HttpServer.shutdown and Unix socket support (#21463)Bartek Iwańczuk
2023-12-05docs: fix description of FileInfo's mode property (#21366)David Sherret
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-11-25fix(dts): `Deno.ChildProcess` actually implements `AsyncDisposable` (#21326)Yusuke Tanaka
2023-11-22docs: update `Deno.*` deprecation notices (#21283)Asher Gomez
2023-11-13chore: remove duplicate esnext.dispoable (#21184)David Sherret
2023-11-07docs: improve some JSDoc (#20841)Luca Casonato
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk