summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-01-24feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)Asher Gomez
2024-01-24feat: Change deprecation warning formatting (#22080)Bartek Iwańczuk
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-24chore: improve unanalyzable dynamic import diagnostic (#22051)Luca Casonato
2024-01-24feat: deprecate `window` global (#22057)Bartek Iwańczuk
2024-01-24feat: TC39 decorator proposal support (#22040)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-24refactor: set removal version for `deno bundle` (#22062)Asher Gomez
2024-01-24fix(ext/cron): automatically override unspecified values (#22042)Igor Zinkovsky
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-23chore: upgrade deno_core to 0.249.0 (#22058)Bartek Iwańczuk
2024-01-23feat: Add deprecation warning for `Deno.customInspect` (#22027)Asher Gomez
2024-01-23chore: deflake rejection_handled_web_process test (#22056)Bartek Iwańczuk
2024-01-23chore: make deno --help more colorful (#21962)Bartek Iwańczuk
2024-01-23fix(BREAKING): remove dead `--prompt` flag (#22038)Asher Gomez
2024-01-23refactor: set removal version for `Deno.ListenTlsOptions.certFile`, `Deno.Lis...Asher Gomez
2024-01-23refactor: set removal version for `--ts`/`-T` flags (#22039)Asher Gomez
2024-01-23feat(cli): improved diagnostics printing (#22049)Luca Casonato
2024-01-23feat: warn when using --unstable, prefer granular flags (#21452)Bartek Iwańczuk
2024-01-23chore: use ensureFastOps in 02_surface.js (#22045)Divy Srivastava
2024-01-23BREAKING(unstable): remove `Deno.cron()` overload (#22035)Asher Gomez
2024-01-23feat: Stabilize Deno.listen for 'unix' transport (#21938)Bartek Iwańczuk
2024-01-23refactor: use parsed source cache when unfurling import map (#22001)Luca Casonato
2024-01-23chore: update deno_ast and deno_graph (#22033)Bartek Iwańczuk
2024-01-23feat(lsp): include scope uri in "deno/didChangeDenoConfiguration" (#22002)Nayeem Rahman
2024-01-23fix(ext/node): fix no arg call of fs.promises.readFile (#22030)Yoshiya Hinosawa
2024-01-23refactor: set removal version for `Deno.RequestEvent`, `Deno.HttpConn` and `D...Asher Gomez
2024-01-23fix(info): return proper exit code on error (#21952)Anwesh
2024-01-23refactor: set removal version for `Deno.Server` (#22024)Asher Gomez
2024-01-23refactor: set removal version for `--jobs` flag (#22028)Asher Gomez
2024-01-22feat(unstable): remove Deno.upgradeHttp API (#21856)Bartek Iwańczuk
2024-01-22feat(lockfile): track JSR and npm dependencies in config file (#22004)David Sherret
2024-01-22refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)Bartek Iwańczuk
2024-01-22fix(runtime): only discard extension sources if a snapshot is provided (#22023)Nayeem Rahman
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-22refactor: don't error when `.env` is not present (#21879)Asher Gomez
2024-01-22chore: use `FsFile[Symbol.dispose]()` (#22007)Asher Gomez
2024-01-21fix: remove conditional unstable type-checking from other commands (#21991)Bartek Iwańczuk
2024-01-21chore: use `Deno.readTextFile()` where appropriate (#22018)Asher Gomez
2024-01-21fix(lsp): improved npm specifier to import map entry mapping (#22016)David Sherret
2024-01-21chore: use `Deno.writeTextFile()` where appropriate (#22008)Asher Gomez