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
/
tar.rs
Age
Commit message (
Collapse
)
Author
2024-02-06
fix(publish): lazily parse sources (#22301)
David Sherret
Closes #22290
2024-01-24
feat(publish): give diagnostic on invalid package files (#22082)
Luca Casonato
2024-01-24
feat(publish): exclude and include (#22055)
Luca Casonato
2024-01-24
chore: improve unanalyzable dynamic import diagnostic (#22051)
Luca Casonato
2024-01-23
refactor: use parsed source cache when unfurling import map (#22001)
Luca Casonato
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-08
fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-26
refactor: change cli/ to use hyper 1.1 (#21705)
Bartek Iwańczuk
2023-12-14
chore(unstable/publish): ordered publish of packages in workspace (#21550)
David Sherret
Co-authored-by: Luca Casonato <hello@lcas.dev>
2023-12-12
refactor: nicer warning display (#21547)
Bartek Iwańczuk
2023-11-30
fix: batch upload authentication (#21397)
Luca Casonato
2023-11-23
feat(unstable): tar up directory with deno.json (#21228)
Bartek Iwańczuk
Co-authored-by: David Sherret <dsherret@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Luca Casonato <hello@lcas.dev>