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
/
integration
Age
Commit message (
Expand
)
Author
2024-11-19
feat(fmt): support SQL (#26750)
João Baptista
2024-11-18
fix(lsp): ignore editor indent settings if deno.json is present (#26912)
Nayeem Rahman
2024-11-17
feat(cli): support multiple env file argument (#26527)
Bhuwan Pandit
2024-11-16
feat(watch): log which file changed on HMR or watch change (#25801)
HasanAlrimawi
2024-11-16
fix(cli): show prefix hint when installing a package globally (#26629)
Miguel Rodrigues
2024-11-15
feat(fetch): accept async iterables for body (#26882)
Luca Casonato
2024-11-15
feat(lsp): auto-imports with @deno-types directives (#26821)
Nayeem Rahman
2024-11-15
chore: remove some unused tests (#26878)
Bartek Iwańczuk
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-06
refactor(ext/net): Use hickory dns instead of unmaintained trust-dns (#26741)
Kaveh
2024-11-06
feat(lsp): auto-import completions from byonm dependencies (#26680)
Nayeem Rahman
2024-11-05
chore: deprecate run itests (#26444)
Mohammad Sulaiman
2024-11-05
chore: fix serve_watch_all test (#26725)
Nathan Whitaker
2024-11-04
fix(lsp): scope attribution for lazily loaded assets (#26699)
Nayeem Rahman
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix(lsp): include unstable features from editor settings (#26655)
Nayeem Rahman
2024-10-30
docs(console): Update docstrings for install and uninstall (#26623)
McSneaky
2024-10-29
fix: support watch flag to enable watching other files than the main module o...
HasanAlrimawi
2024-10-28
fix: report exceptions from nextTick (#26579)
snek
2024-10-25
feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)
Nayeem Rahman
2024-10-21
fix(lsp): import-map-remap quickfix for type imports (#26454)
Nayeem Rahman
2024-10-21
feat(lsp): interactive inlay hints (#26382)
Nayeem Rahman
2024-10-18
fix(npm): ensure scoped package name is encoded in URLs (#26390)
Marvin Hagemeister
2024-10-16
Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)
Nayeem Rahman
2024-10-16
Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio… (#26...
Bartek Iwańczuk
2024-10-16
feat(lsp): "deno/didRefreshDenoConfigurationTree" notifications (#26215)
Nayeem Rahman
2024-10-15
chore: upgrade to rust 1.81.0 (#26261)
林炳权
2024-10-14
fix(console/ext/repl): support using parseFloat() (#25900)
Mohammad Sulaiman
2024-10-11
fix(lsp): relative completions for bare import-mapped specifiers (#26137)
Nayeem Rahman
2024-10-09
fix: do not panic on wsl share file paths on windows (#26081)
David Sherret
2024-10-09
fix(repl): importing json files (#26053)
Bartek Iwańczuk
2024-10-09
fix(jupyter): keep running event loop when waiting for messages (#26049)
Bartek Iwańczuk
2024-10-07
fix(lsp): exclude missing import quick fixes with bad resolutions (#26025)
Nayeem Rahman
2024-10-04
chore: enable lock_deno_json_package_json_deps (#26029)
David Sherret
2024-10-04
tests: enable package_json_node_modules_none (#25825)
Satya Rohith
2024-10-03
fix: don't prompt when using `Deno.permissions.request` with `--no-prompt` (#...
Simon Lecoq
2024-10-02
chore: deprecate check itests (#25963)
Mohammad Sulaiman
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
2024-10-01
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
David Sherret
2024-10-01
fix: Hide 'deno cache' from help output (#25960)
Bartek Iwańczuk
2024-09-27
BREAKING(ext/net): improved error code accuracy (#25383)
Luca Casonato
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-25
chore: deprecate npm itests (#25804)
Mohammad Sulaiman
2024-09-24
refactor: reenable more tests after DENO_FUTURE migration (#25752)
Bartek Iwańczuk
2024-09-23
BREAKING: remove support for remote import maps in deno.json (#25836)
David Sherret
2024-09-23
feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)
Bartek Iwańczuk
2024-09-20
refactor(tests): migrate npm itests to specs (#25764)
Satya Rohith
2024-09-18
feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)
Asher Gomez
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-18
feat: require jsr prefix for `deno install` and `deno add` (#25698)
Leo Kettmeir
[next]