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
/
standalone
Age
Commit message (
Expand
)
Author
2024-09-30
refactor: move ByonmNpmResolver to deno_resolver (#25937)
David Sherret
2024-09-30
refactor: bury descriptor parsing in PermissionsContainer (#25936)
David Sherret
2024-09-28
refactor: move NpmCacheDir to deno_cache_dir (#25916)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-26
fix(compile): support 'deno compile' in RC and LTS releases (#25875)
Bartek Iwańczuk
2024-09-19
fix: cjs resolution cases (#25739)
snek
2024-09-16
chore: remove `warnOnDeprecatedApi()` (#25673)
Asher Gomez
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-09-03
chore: cleanup code for deprecation notices in JS code (#25368)
Bartek Iwańczuk
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-27
fix(task): support tasks with colons in name in `deno run` (#25233)
Marvin Hagemeister
2024-08-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-08-19
feat: Deprecate "import assertions" with a warning (#24743)
Bartek Iwańczuk
2024-08-19
fix(compile): make output more deterministic (#25092)
David Sherret
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-08-15
refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)
Bartek Iwańczuk
2024-08-15
feat: `deno compile --icon <ico>` (#25039)
Divy Srivastava
2024-08-08
fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)
Nathan Whitaker
2024-08-07
fix(compile): support workspace members importing other members (#24909)
David Sherret
2024-08-06
feat: deno run <task> (#24891)
Satya Rohith
2024-08-01
fix: regressions around Error.prepareStackTrace (#24839)
Bartek Iwańczuk
2024-08-01
fix(compile): adhoc codesign mach-o by default (#24824)
Divy Srivastava
2024-08-01
feat: codesign for deno compile binaries (#24604)
Divy Srivastava
2024-07-31
feat: upgrade V8 to 12.8 (#24693)
snek
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-24
fix(node): better detection for when to surface node resolution errors (#24653)
David Sherret
2024-07-24
Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)
Bartek Iwańczuk
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-22
Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)
Bartek Iwańczuk
2024-07-21
fix: CFunctionInfo and CTypeInfo leaks (#24634)
Divy Srivastava
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-17
fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...
David Sherret
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-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-09
feat(compile): support --env (#24166)
HasanAlrimawi
2024-07-09
refactor: use concrete error types for node resolution (#24470)
David Sherret
2024-07-05
fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)
Nathan Whitaker
2024-07-04
fix: revert accidentally added `parentPath` on `DirEntry` (#24438)
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-07-02
fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)
Nathan Whitaker
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-26
refactor: bump deno_graph to 0.79 (#24337)
David Sherret
2024-06-19
fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)
Divy Srivastava
[next]