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 (
Expand
)
Author
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-07-26
fix(publish): workspace included license file had incorrect path (#24747)
David Sherret
2024-07-25
fix(workspaces/publish): include the license file from the workspace root if ...
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-04-24
fix(publish): --dry-publish should error for gitignored excluded files (#23540)
David Sherret
2024-03-09
fix(publish): regression - publishing with vendor folder (#22830)
David Sherret
2024-03-08
fix(publish): do not include .gitignore (#22789)
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-02-29
fix(publish): print a warning when .jsx or .tsx is imported (#22631)
Bartek Iwańczuk
2024-02-28
feat(publish): provenance attestation (#22573)
Divy Srivastava
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato
2024-02-23
feat(publish): respect .gitignore during `deno publish` (#22514)
Divy Srivastava
2024-02-20
fix(publish): print files that will be published (#22495)
Luca Casonato
2024-02-19
fix(publish): ignore .DS_Store while publishing (#22478)
Luca Casonato
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-06
fix(publish): lazily parse sources (#22301)
David Sherret
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
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