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