summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-09-05feat: include version number in all --json based outputs (#25335)Kamil Ogórek
2024-09-05feat: Allow importing .cjs files (#25426)Bartek Iwańczuk
2024-09-05fix(config): validate export names (#25436)Marvin Hagemeister
2024-09-05feat: Add a hint on error about 'Relative import path ... not prefixed with ....Bartek Iwańczuk
2024-09-05BREAKING(fs): remove `Deno.FsWatcher.prototype.rid` (#25444)Asher Gomez
2024-09-05BREAKING(fs): remove `Deno.File` (#25447)Asher Gomez
2024-09-05BREAKING(types): soft-remove `Deno.run()` (#25403)Asher Gomez
2024-09-04feat(install): deno install with entrypoint (#25411)Nathan Whitaker
2024-09-04chore: forward v1.46.3 release commit to main (#25425)denobot
2024-09-04BREAKING(config): make supported compilerOptions an allow list (#25432)David Sherret
2024-09-04fix(byonm): resolve npm deps of jsr deps (#25399)David Sherret
2024-09-04chore(cli): remove deno_emit dependency (#25427)Luca Casonato
2024-09-04feat(add): strip package subpath when adding a package (#25419)Bartek Iwańczuk
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-09-04fix(lsp): update diagnostics on npm install (#25352)Nayeem Rahman
2024-09-04chore: remove some dead code around DENO_FUTURE env var (#25418)Bartek Iwańczuk
2024-09-04BREAKING(io): remove `Deno.read[Sync]()` (#25409)Asher Gomez
2024-09-04BREAKING(io): remove `Deno.write[Sync]()` (#25408)Asher Gomez
2024-09-04BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)Asher Gomez
2024-09-04chore(tty): soft-remove `Deno.isatty()` (#25410)Asher Gomez
2024-09-04refactor(cli/js): align error messages (#25406)Ian Bull
2024-09-04BREAKING(buffer): remove `Deno.writeAll[Sync]()` (#25407)Asher Gomez
2024-09-04BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)Asher Gomez
2024-09-03fix(cli): Map error kind to `PermissionDenied` when symlinking fails due to p...Nathan Whitaker
2024-09-03fix(flags): require global flag for permission flags in install subcommand (#...Leo Kettmeir
2024-09-03fix(install): recommend using `deno install -g` when using a single http url ...Bartek Iwańczuk
2024-09-03docs(serve): fix default `Deno.serve` hostname (#25392)Caleb Cox
2024-09-03fix(task): correct name for scoped npm package binaries (#25390)David Sherret
2024-09-03BREAKING(io): remove `Deno.copy()` (#25345)Asher Gomez
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-09-03fix: only enable byonm if workspace root has pkg json (#25379)David Sherret
2024-09-03feat: hide several --unstable-* flags (#25378)Bartek Iwańczuk
2024-09-03BREAKING(dts): improve types for `Deno.serve` (#25369)Luca Casonato
2024-09-03BREAKING(console): remove `Deno.customInspect` (#25348)Asher Gomez
2024-09-03fix: make some warnings more standard (#25324)David Sherret
2024-09-03fix: fix jupyter display function type (#25326)Bedis Nbiba
2024-09-03chore(fs): remove `Deno.flock[Sync]()` (#25350)Asher Gomez
2024-09-03feat: support DENO_LOG env var instead of RUST_LOG (#25356)Bartek Iwańczuk
2024-09-03BREAKING(io): remove `Deno.iter[Sync]()` (#25346)Asher Gomez
2024-09-03BREAKING: remove `Deno.close()` (#25347)Asher Gomez
2024-09-03chore: cleanup code for deprecation notices in JS code (#25368)Bartek Iwańczuk
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-02feat(lsp): html/css/yaml file formatting (#25353)Nayeem Rahman
2024-09-02BREAKING: remove `--trace-ops` (#25344)Asher Gomez
2024-09-02fix: remove entrypoint hack for Deno 2.0 (#25332)David Sherret
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-09-02BREAKING: remove `--ts` flag (#25338)Asher Gomez
2024-09-02BREAKING: remove `--jobs` flag (#25336)Asher Gomez