summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-09-23chore: add code generation for @types/deno (#25545)David Sherret
2024-09-23BREAKING: remove support for remote import maps in deno.json (#25836)David Sherret
2024-09-23feat(fmt): support vto and njk extensions (#25831)Óscar Otero
2024-09-23feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)Bartek Iwańczuk
2024-09-23fix: consistent with deno_config and treat `"experimentalDecorators"` as depr...Kenta Moriuchi
2024-09-23feat: Show hints when using `window` global (#25805)Bartek Iwańczuk
2024-09-22BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...Divy Srivastava
2024-09-20feat(fmt): upgrade markup_fmt (#25768)Pig Fang
2024-09-20fix(cli): Default to auto with --node-modules-dir flag (#25772)Nathan Whitaker
2024-09-20fix(flags): properly error out for urls (#25770)Leo Kettmeir
2024-09-20chore: update sui to 0.3.1 (#25758)Divy Srivastava
2024-09-20fix(coverage): ignore urls from doc testing (#25736)Yoshiya Hinosawa
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-19fix(node): Don't error out if we fail to statically analyze CJS re-export (#2...Nathan Whitaker
2024-09-19fix(cli): Only set allow net flag for deno serve if not already allowed all (...Nathan Whitaker
2024-09-19v2.0.0-rc.4 (#25728)Bartek Iwańczuk
2024-09-19fix: don't include extensionless files in file collection for lint & fmt by d...Leo Kettmeir
2024-09-19fix(cli): handle edge cases around `export`s in doc tests and default export ...Yusuke Tanaka
2024-09-18v2.0.0-rc.3 (#25704)Bartek Iwańczuk
2024-09-18fix: update nodeModulesDir config JSON schema (#25653)Marvin Hagemeister
2024-09-18feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)Asher Gomez
2024-09-18feat: default to TS for file extension and support ext flag in more scenarios...Leo Kettmeir
2024-09-18feat: improve warnings for deprecations and lifecycle script for npm packages...Bartek Iwańczuk
2024-09-18feat(lint): add `no-process-global` lint rule (#25709)Divy Srivastava
2024-09-18fix: error on unsupported compiler options (#25714)Marvin Hagemeister
2024-09-18feat: require jsr prefix for `deno install` and `deno add` (#25698)Leo Kettmeir
2024-09-18fix(flags): don't treat empty run command as task subcommand (#25708)Leo Kettmeir
2024-09-18fix: remove --allow-run warning when using deno without args or subcommand (#...HasanAlrimawi
2024-09-18Revert "feat(fmt): sort type-only named import/exports last" (#25705)David Sherret
2024-09-18fix: do not panic running invalid file specifier (#25530)Yazan AbdAl-Rahman
2024-09-18feat(check): turn on noImplicitOverride (#25695)Bartek Iwańczuk
2024-09-17fix(dts): stabilize `fetch` declaration for use with `Deno.HttpClient` (#25683)Yusuke Tanaka
2024-09-17feat(cli): evaluate code snippets in JSDoc and markdown (#25220)Yusuke Tanaka
2024-09-18chore: bump `deno_lint` to 0.66.0 (#25697)Asher Gomez
2024-09-18feat: update warning message for --allow-run with no list (#25693)Bartek Iwańczuk
2024-09-17fix(lsp): properly resolve jsxImportSource for caching (#25688)Nayeem Rahman
2024-09-17feat(lsp): auto-import types with 'import type' (#25662)Nayeem Rahman
2024-09-17feat(fmt): sort type-only named import/exports last (#25690)David Sherret
2024-09-17chore: upgrade deno_core (#25674)Bartek Iwańczuk
2024-09-16chore: remove `warnOnDeprecatedApi()` (#25673)Asher Gomez
2024-09-16feat: warn when using `--allow-run` with no allow list (#25215)David Sherret
2024-09-17chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623)Asher Gomez
2024-09-16fix(npm): better error handling for remote npm deps (#25670)David Sherret
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-16fix(types): simplify mtls related types (#25658)Luca Casonato
2024-09-16BREAKING(ext/ffi): remove deprecated `UnsafeFnPointer` constructor type with ...Aapo Alasuutari
2024-09-15fix(cli): `deno task` exit with status 0 (#25637)Divy Srivastava
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-09-13fix(check): move is cjs check from resolving to loading (#25597)David Sherret
2024-09-13feat(flags): support user provided args in repl subcommand (#25605)Leo Kettmeir