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
/
pm.rs
Age
Commit message (
Expand
)
Author
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-10
FUTURE: support `deno install <alias>@npm:<package>` (#24156)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-08
FUTURE: `deno install` changes (#23498)
Bartek Iwańczuk
2024-04-18
fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...
nokazn
2024-03-26
feat(add): always produce multiline config file (#23077)
Bartek Iwańczuk
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-06
feat(unstable/pm): support npm packages in 'deno add' (#22715)
Nayeem Rahman
2024-03-01
feat(unstable/pm): support version contraints in 'deno add' (#22646)
Nayeem Rahman
2024-02-29
feat(unstable): `deno add` subcommand (#22520)
Bartek Iwańczuk