index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
registry
/
mod.rs
Age
Commit message (
Expand
)
Author
2024-11-19
refactor: update deno_doc, use prismjs, remove internal reference html genera...
Leo Kettmeir
2024-11-16
fix(cli): show prefix hint when installing a package globally (#26629)
Miguel Rodrigues
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-08-31
fix(publish): ensure provenance is spec compliant (#25200)
Bob Callaway
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-08-21
fix(add): Handle packages without root exports (#25102)
Nathan Whitaker
2024-08-16
feat(config/jsr): add license field (#25056)
David Sherret
2024-08-12
feat: deno remove (#24952)
David Sherret
2024-08-09
fix(add): Better error message when missing npm specifier (#24970)
Nathan Whitaker
2024-08-06
fix: update dry run success message (#24885)
HasanAlrimawi
2024-07-26
fix(publish): workspace included license file had incorrect path (#24747)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-25
fix(workspaces/publish): include the license file from the workspace root if ...
David Sherret
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-22
fix(publish): warn about missing license file (#24677)
David Sherret
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-12
fix(publish): show dirty files on dirty check failure (#24541)
David Sherret
2024-07-05
fix(publish): unfurling should always be done with the package json (#24435)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-28
fix(publish): raise diagnostics for triple-slash directives for `--dry-run` i...
David Sherret
2024-05-14
fix(publish): always include config file when publishing (#23797)
David Sherret
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-24
fix(publish): --dry-publish should error for gitignored excluded files (#23540)
David Sherret
2024-04-11
fix(publish): do not warn about excluded external modules in node_modules dir...
David Sherret
2024-03-31
fix(check): ignore certain diagnostics in remote modules and when publishing ...
David Sherret
2024-03-22
feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)
Asher Gomez
2024-03-21
feat(unstable/publish): error when a package's module is excluded from publis...
David Sherret
2024-03-12
fix(slow-types): improved exports tracing and infer type literals in as exprs...
David Sherret
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-11
chore: hidden tool for overwriting files with fast check output (#22822)
David Sherret
2024-03-09
fix(publish): regression - publishing with vendor folder (#22830)
David Sherret
2024-03-08
fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)
David Sherret
2024-03-07
fix(publish): reland error if there are uncommitted changes (#22613) (#22632)
Bartek Iwańczuk
2024-03-07
perf(cli): use faster_hex (#22761)
Matt Mastracci
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-03-06
fix(publish): permissionless dry-run in GHA (#22679)
Divy Srivastava
2024-03-05
refactor: move deno json functionality to args module (#22710)
David Sherret
2024-03-01
fix(unstable/publish): repect `--no-check` in no-slow-types (#22653)
David Sherret
2024-02-29
fix(publish): disable provenance if not in GHA (#22638)
Bartek Iwańczuk
2024-02-29
feat(unstable): `deno add` subcommand (#22520)
Bartek Iwańczuk
2024-02-29
feat(publish): enable package provenance by default on github actions (#22635)
Divy Srivastava
2024-02-28
Revert "fix(publish): error if there are uncommitted changes (#22613)" (#22625)
Bartek Iwańczuk
2024-02-28
fix(publish): make the already published message look like a warning (#22620)
Ryan Dahl
2024-02-28
fix(publish): error if there are uncommitted changes (#22613)
Bartek Iwańczuk
2024-02-28
feat(publish): provenance attestation (#22573)
Divy Srivastava
[next]