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
/
tests
/
specs
Age
Commit message (
Expand
)
Author
2024-11-19
feat(compile): ability to embed directory in executable (#26939)
David Sherret
2024-11-19
feat(compile): ability to embed local data files (#26934)
David Sherret
2024-11-19
feat(fmt): support SQL (#26750)
João Baptista
2024-11-19
refactor: update deno_doc, use prismjs, remove internal reference html genera...
Leo Kettmeir
2024-11-19
fix(node): handle resolving ".//<something>" in npm packages (#26920)
David Sherret
2024-11-19
feat(task): dependencies (#26467)
David Sherret
2024-11-18
feat(runtime): remove public OTEL trace API (#26854)
Luca Casonato
2024-11-18
feat: fmt and lint respect .gitignore file (#26897)
Bartek Iwańczuk
2024-11-18
perf(compile): code cache (#26528)
David Sherret
2024-11-17
feat(cli): support multiple env file argument (#26527)
Bhuwan Pandit
2024-11-16
chore: reenable some tests disabled during Deno 1->2 migration (#26898)
Bartek Iwańczuk
2024-11-16
feat(task): support object notation, remove support for JSDocs (#26886)
Bartek Iwańczuk
2024-11-15
fix: update message for unsupported schemes with npm and jsr (#26884)
Bartek Iwańczuk
2024-11-14
feat(cli): add `--unstable-node-globals` flag (#26617)
Marvin Hagemeister
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
fix(cli): preserve comments in doc tests (#26828)
Yusuke Tanaka
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-13
feat: OpenTelemetry Tracing API and Exporting (#26710)
snek
2024-11-12
fix(permissions): say to use --allow-run instead of --allow-all (#26842)
David Sherret
2024-11-12
fix(install): re-setup bin entries after running lifecycle scripts (#26752)
Nathan Whitaker
2024-11-10
Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" (#26799)
Divy Srivastava
2024-11-09
perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)
Bartek Iwańczuk
2024-11-08
fix(install): cache jsr deps from all workspace config files (#26779)
Nathan Whitaker
2024-11-06
fix(fmt): don't use self-closing tags in HTML (#26754)
Bartek Iwańczuk
2024-11-05
chore: deprecate run itests (#26444)
Mohammad Sulaiman
2024-11-05
fix(add): better error message when adding package that only has pre-release ...
Nathan Whitaker
2024-11-05
fix(workspace): support wildcard packages (#26568)
Bartek Iwańczuk
2024-11-04
fix(fmt): ignore file directive for YAML files (#26717)
Bartek Iwańczuk
2024-11-01
fix(add): only add npm deps to package.json if it's at least as close as deno...
Nathan Whitaker
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-10-31
fix(cli): set `npm_config_user_agent` when running npm packages or tasks (#26...
Nathan Whitaker
2024-10-31
fix(ext/node): resolve exports even if parent module filename isn't present (...
Nathan Whitaker
2024-10-31
fix: surface package.json location on dep parse failure (#26665)
David Sherret
2024-10-29
fix: provide hints in terminal errors for Node.js globals (#26610)
Bartek Iwańczuk
2024-10-28
fix(check): expose more globals from @types/node (#26603)
David Sherret
2024-10-28
fix: report exceptions from nextTick (#26579)
snek
2024-10-28
fix(compile): regression handling redirects (#26586)
David Sherret
2024-10-28
fix(npm): match npm bearer token generation (#26544)
Marvin Hagemeister
2024-10-25
fix(install): cache json exports of JSR packages (#26552)
Nathan Whitaker
2024-10-25
fix(check): ignore resolving `jsxImportSource` when jsx is not used in graph ...
David Sherret
2024-10-24
perf(compile): pass module source data from binary directly to v8 (#26494)
David Sherret
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-23
fix(ext/node): only set our end of child process pipe to nonblocking mode (#2...
Nathan Whitaker
2024-10-23
fix(install): cache all exports of JSR packages listed in `deno.json` (#26501)
Nathan Whitaker
2024-10-23
fix(install): cache type only module deps in `deno install` (#26497)
Nathan Whitaker
2024-10-22
fix(check): support `--frozen` on deno check (#26479)
Nathan Whitaker
2024-10-22
refactor: add 'docs' suggestion (#26463)
Bartek Iwańczuk
2024-10-22
fix(install): update lockfile when using package.json (#26458)
Bartek Iwańczuk
2024-10-21
fix(install): better json editing (#26450)
David Sherret
[next]