summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2024-09-04BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)Asher Gomez
2024-09-04BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)Asher Gomez
2024-09-03fix(install): recommend using `deno install -g` when using a single http url ...Bartek Iwańczuk
2024-09-03fix(task): correct name for scoped npm package binaries (#25390)David Sherret
2024-09-03chore(fs): remove `Deno.flock[Sync]()` (#25350)Asher Gomez
2024-09-03BREAKING: remove `deno vendor` (#25343)Asher Gomez
2024-09-02fix(cli/tools): correct `deno init --serve` template behavior (#25318)Coty
2024-09-02BREAKING: remove `--allow-none` flag (#25337)Asher Gomez
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-08-31fix(publish): ensure provenance is spec compliant (#25200)Bob Callaway
2024-08-31chore(fs): remove `Deno.futime[Sync]()` (#25252)Asher Gomez
2024-08-31fix(upgrade): more informative information on invalid version (#25319)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-30fix: upgrade deno_ast 0.42 (#25313)David Sherret
2024-08-30feat(upgrade): print info links for Deno 2 RC releases (#25225)Bartek Iwańczuk
2024-08-29feat(config): Node modules option for 2.0 (#25299)Nathan Whitaker
2024-08-28fix(fmt): fix incorrect quotes in components (#25249)Pig Fang
2024-08-28feat: remove `--lock-write` flag (#25214)Bartek Iwańczuk
2024-08-26fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)Armaan Salam
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-21fix(add): Handle packages without root exports (#25102)Nathan Whitaker
2024-08-21fix(upgrade): better error message when check_exe fails (#25133)Divy Srivastava
2024-08-21feat(flags): improve help output and make `deno run` list tasks (#25108)Leo Kettmeir
2024-08-20fix(add): error when config file contains importMap field (#25115)David Sherret
2024-08-20feat(config): Support frozen lockfile config option in deno.json (#25100)Nathan Whitaker
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-20feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)Hajime-san
2024-08-20fix(repl): Prevent panic on broken pipe (#21945)melbourne2991
2024-08-19fix(lint): support linting tsx/jsx from stdin (#24955)Yazan AbdAl-Rahman
2024-08-19feat(upgrade): support `deno upgrade 1.46.0` (#25096)Bartek Iwańczuk
2024-08-19fix(upgrade): support RC release with --version flag (#25091)Bartek Iwańczuk
2024-08-18fix: clean up flag help output (#24686)Luca Casonato
2024-08-19fix(upgrade): correctly compute latest version based on current release chann...Bartek Iwańczuk
2024-08-18fix: log current version when using deno upgrade (#25079)HasanAlrimawi
2024-08-18fix: make `deno add` output more deterministic (#25083)David Sherret
2024-08-16ci: add script to promote to RC release (#25072)Bartek Iwańczuk
2024-08-16refactor: show release channel in `deno --version` (#25061)Bartek Iwańczuk
2024-08-16feat(publish): suggest importing `jsr:@std/` for `deno.land/std` urls (#25046)David Sherret
2024-08-16feat(config/jsr): add license field (#25056)David Sherret
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-15feat(lint): Add lint for usage of node globals (with autofix) (#25048)Nathan Whitaker
2024-08-15refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)Bartek Iwańczuk
2024-08-15feat: `deno compile --icon <ico>` (#25039)Divy Srivastava
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-14feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)Pig Fang
2024-08-14feat(clean): add progress bar (#25026)Bartek Iwańczuk
2024-08-14feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860)Łukasz Czerniawski
2024-08-13fix(upgrade): use proper version display (#25029)Bartek Iwańczuk
2024-08-12feat(publish): error on missing license file (#25011)David Sherret
2024-08-12fix(upgrade): return no RC versions if fetching fails (#25013)Bartek Iwańczuk