summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
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
2024-08-12feat: deno remove (#24952)David Sherret
2024-08-12fix: update deno_doc (#24972)Leo Kettmeir
2024-08-12feat: `deno upgrade --rc` (#24905)Bartek Iwańczuk
2024-08-12feat: Rename --unstable-hmr to --watch-hmr (#24975)Bartek Iwańczuk
2024-08-09feat(fmt): support CSS, SCSS, Sass and Less (#24870)Pig Fang
2024-08-09fix(add): Better error message when missing npm specifier (#24970)Nathan Whitaker
2024-08-09refactor(upgrade): cleanup pass (#24954)Bartek Iwańczuk
2024-08-08feat: `deno init --serve` (#24897)Bartek Iwańczuk
2024-08-08chore: change property order in generated `deno.json` (#24953)Marvin Hagemeister
2024-08-08feat(install): change 'Add ...' message (#24949)Bartek Iwańczuk
2024-08-08fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)Nathan Whitaker
2024-08-07feat(upgrade): refresh output (#24911)Bartek Iwańczuk
2024-08-07refactor(upgrade): make fetching latest version async (#24919)Bartek Iwańczuk
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06feat: deno run <task> (#24891)Satya Rohith
2024-08-06fix: update dry run success message (#24885)HasanAlrimawi
2024-08-02feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)David Sherret
2024-08-02feat(fmt): support YAML (#24717)Pig Fang
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-08-01feat: codesign for deno compile binaries (#24604)Divy Srivastava
2024-07-31perf: update deno_ast to 0.41 (#24819)David Sherret
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-27refactor(lint): move reporters to separate module (#24757)David Sherret
2024-07-27fix: adapt to new jupyter runtime API and include session IDs (#24762)Kyle Kelley
2024-07-26fix(publish): workspace included license file had incorrect path (#24747)David Sherret
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-25fix(workspaces/publish): include the license file from the workspace root if ...David Sherret
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-24perf: update deno_doc (#24700)Leo Kettmeir
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-23fix: enable the reporting of parsing related problems when running deno lint ...HasanAlrimawi
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-17fix(publish): surface syntax errors when using --no-check (#24620)David Sherret
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-17fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...David Sherret
2024-07-14fix(init): use bare specifier for `jsr:@std/assert` (#24581)David Sherret
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl