Age | Commit message (Expand) | Author |
2023-02-16 | chore(cli/test): stabilize coverage, doc, shuffle flags (#17661) | Geert-Jan Zwiers |
2023-02-14 | feat: Deprecate 'deno bundle' subcommand (#17695) | Bartek Iwańczuk |
2023-02-12 | feat(bench): Add JSON reporter for "deno bench" subcommand (#17595) | Serhiy Barhamon |
2023-02-11 | fix(fmt): make fmt options CLI args less verbose (#17550) | aryan02420 |
2023-02-09 | refactor: deno_graph 0.43 upgrade (#17692) | David Sherret |
2023-02-05 | refactor: rename `deno` specifiers to `internal` (#17655) | Leo Kettmeir |
2023-01-28 | fix(lsp): update document dependencies on configuration change (#17556) | David Sherret |
2023-01-27 | chore: upgrade to Rust 1.67 (#17548) | David Sherret |
2023-01-25 | fix: support import map specified as data uri (#17531) | David Sherret |
2023-01-25 | feat: embed import map in the config file (#17478) | Bartek Iwańczuk |
2023-01-25 | feat(fmt): make semi-colon option a boolean (#17527) | David Sherret |
2023-01-25 | feat(cli): add `DENO_V8_FLAGS` env var (#17313) | Leo Kettmeir |
2023-01-24 | feat(fmt): add ability to configure semicolons (#17292) | Bartek Iwańczuk |
2023-01-24 | feat: log detection of config file (#17338) | Leo Kettmeir |
2023-01-23 | refactor: Move lockfile to a separate crate (#17503) | Bartek Iwańczuk |
2023-01-18 | refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419) | Andreu Botella |
2023-01-14 | chore: use rustfmt imports_granularity option (#17421) | Divy Srivastava |
2023-01-15 | refactor: clean up `unwrap` and `clone` (#17282) | Yiyu Lin |
2023-01-14 | refactor: create enum for `--builtin` doc flag (#17423) | David Sherret |
2023-01-13 | refactor(coverage): use FileFlags struct (#17388) | Geert-Jan Zwiers |
2023-01-09 | fix(cli/args): update value_name of inspect args to resolve broken completion... | Geert-Jan Zwiers |
2023-01-07 | refactor(cli/tools): move flag and config logic to CliOptions (#17008) | Geert-Jan Zwiers |
2023-01-06 | fix(npm): support old packages and registries with no integrity, but with a s... | David Sherret |
2023-01-06 | fix(cli): uninstall command accept short flags (#17259) | Doni Rubiagatra |
2023-01-05 | refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274) | Yiyu Lin |
2023-01-05 | refactor(cli): clean up clones (#17268) | Geert-Jan Zwiers |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret |
2022-12-20 | fix: ignore local lockfile for deno install and uninstall (#17145) | David Sherret |
2022-12-19 | fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127) | Kamil Ogórek |
2022-12-17 | chore: update to Rust 1.66.0 (#17078) | linbingquan |
2022-12-16 | fix(npm): fix require resolution if using --node-modules-dir (#17087) | Bartek Iwańczuk |
2022-12-12 | fix: always derive http client from cli flags (#17029) | David Sherret |
2022-12-12 | feat: add `--inspect-wait` flag (#17001) | Bartek Iwańczuk |
2022-12-10 | feat(cli): support deno bench in the config file (#16608) | Geert-Jan Zwiers |
2022-12-09 | fix: respect the `--quiet` flag in more cases (#16998) | David Sherret |
2022-12-08 | fix(compile): ensure import map is used when specified in deno config file (#... | David Sherret |
2022-12-08 | feat(cli): support configuring the lock file in the config file (#16781) | Roj |
2022-12-07 | feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980) | David Sherret |
2022-12-07 | feat(repl): run "deno repl" with no permissions (#16795) | Bartek Iwańczuk |
2022-12-07 | feat(flags): add `deno check --all` as new preferred alias for `--remote` (#1... | David Sherret |
2022-12-06 | refactor: remove `deno_graph::Locker` usage (#16877) | David Sherret |
2022-11-30 | fix(repl): respect --quiet flag (#16875) | Bartek Iwańczuk |
2022-11-28 | refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca... | David Sherret |
2022-11-26 | refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823) | David Sherret |
2022-11-25 | refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820) | David Sherret |
2022-11-25 | refactor: move lockfile.rs to args module (#16818) | David Sherret |
2022-11-24 | feat(cli): add warning for incorrectly ordered flags (#16734) | Asher Gomez |
2022-11-18 | chore: use Rust 1.65.0 (#16688) | Aaron O'Mullan |
2022-11-03 | fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526) | Bartek Iwańczuk |
2022-11-02 | fix(lock): autodiscovery of lockfile (#16498) | Bartek Iwańczuk |