summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
AgeCommit message (Expand)Author
2024-04-24chore: update deno_doc (#23544)Leo Kettmeir
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-04-17fix: add `DENO_FUTURE` to `deno --help` (#23368)Asher Gomez
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-04fix(cli): update `deno doc` help to fit current usage (#23224)JOTSR
2024-04-04refactor(flags): prepare for deno install changes (#23217)Bartek Iwańczuk
2024-03-27feat: add `--watch-exclude` flag (#21935)Łukasz Czerniawski
2024-03-27feat(install): require -g / --global flag (#23060)Bartek Iwańczuk
2024-03-22perf(cli): use args_os (#23039)Matt Mastracci
2024-03-21feat(lint): `deno lint --fix` and lsp quick fixes (#22615)David Sherret
2024-03-14chore(cli): move away from PathBuf in clap (#22036)Łukasz Czerniawski
2024-03-13chore(permissions): add allow_all flag (#22890)Matt Mastracci
2024-03-08fix(publish): typo in `--allow-dirty` help text (#22799)mimikun
2024-03-07fix(publish): reland error if there are uncommitted changes (#22613) (#22632)Bartek Iwańczuk
2024-02-29feat(unstable): `deno add` subcommand (#22520)Bartek Iwańczuk
2024-02-29feat(publish): enable package provenance by default on github actions (#22635)Divy Srivastava
2024-02-28Revert "fix(publish): error if there are uncommitted changes (#22613)" (#22625)Bartek Iwańczuk
2024-02-28chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)Matt Mastracci
2024-02-28fix(publish): error if there are uncommitted changes (#22613)Bartek Iwańczuk
2024-02-28feat(publish): provenance attestation (#22573)Divy Srivastava
2024-02-23fix(compile): allow to compile for ARM linux (#22542)Bartek Iwańczuk
2024-02-23feat: infer dependencies from package.json (#22563)Marvin Hagemeister
2024-02-21feat(publish): type check on publish (#22506)David Sherret
2024-02-19feat(unstable/lint): no-slow-types for JSR packages (#22430)David Sherret
2024-02-19fix: write lockfile in `deno info` (#22272)Luca Casonato
2024-02-14feat(publish): allow passing config flag (#22416)Leo Kettmeir
2024-02-04perf: remove duplicate `env::current_dir` call in package.json search (#22255)David Sherret
2024-02-01fix(publish): rename --no-fast-check to --no-zap (#22214)Bartek Iwańczuk
2024-01-31chore(publish): add --no-fast-check flag (#22203)Bartek Iwańczuk
2024-01-24refactor: set removal version for `deno bundle` (#22062)Asher Gomez
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 `--ts`/`-T` flags (#22039)Asher Gomez
2024-01-23refactor: set removal version for `--jobs` flag (#22028)Asher Gomez
2024-01-22refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)Bartek Iwańczuk
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-14feat(unstable): remove --unstable-workspaces flag (#21891)Bartek Iwańczuk
2024-01-11chore(publish): add --dry-run flag (#21895)Bartek Iwańczuk
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret
2024-01-08chore: rename do-not-use-publish (#21854)Ryan Dahl
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-06fix(cli): update import map url (#21824)Jovi De Croock
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-18feat(coverage): add default coverage include dir (#21625)Yoshiya Hinosawa
2023-12-12fix(coverage): rename --pretty to --detailed (#21543)Yoshiya Hinosawa
2023-12-12feat(coverage): add summary reporter (#21535)Yoshiya Hinosawa
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08feat(test): add default to --coverage option (#21510)Yoshiya Hinosawa
2023-12-08feat(coverage): add html reporter (#21495)Yoshiya Hinosawa