summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-14feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)Pig Fang
2024-08-14test: run unit tests with DENO_FUTURE=1 (#24400)Bartek Iwańczuk
2024-08-14feat(node): support `username` and `_password` in `.npmrc` file (#24793)Asher Gomez
2024-08-14fix(node/fs): node:fs.read and write should accept typed arrays other than Ui...Nathan Whitaker
2024-08-14fix(node/inspector): Session constructor should not throw (#25041)Marvin Hagemeister
2024-08-14fix(cli): support --watch when running cjs npm packages (#25038)Luca Casonato
2024-08-14fix: `node:inspector` not being registered (#25007)Marvin Hagemeister
2024-08-14chore: fix wrong extension in lsp mappings (#25037)Marvin Hagemeister
2024-08-14feat(clean): add progress bar (#25026)Bartek Iwańczuk
2024-08-14fix(ext/node): don't throw when calling PerformanceObserver.observe (#25036)Luca Casonato
2024-08-14feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860)Łukasz Czerniawski
2024-08-14fix: dd-trace http message compat (#25021)snek
2024-08-13fix(upgrade): use proper version display (#25029)Bartek Iwańczuk
2024-08-13fix(tls): print a warning if a system certificate can't be loaded (#25023)Bartek Iwańczuk
2024-08-12feat(publish): error on missing license file (#25011)David Sherret
2024-08-12fix(upgrade): return no RC versions if fetching fails (#25013)Bartek Iwańczuk
2024-08-12fix(runtime/windows): fix calculation of console size (#23873)Roy Ivy III
2024-08-12chore: mark upgrade_prompt as flaky (#25009)David Sherret
2024-08-12feat: deno remove (#24952)David Sherret
2024-08-12fix: update deno_doc (#24972)Leo Kettmeir
2024-08-12feat: `deno upgrade --rc` (#24905)Bartek Iwańczuk
2024-08-12chore: update the copyright of c, mjs, and jsx (#25005)Kenta Moriuchi
2024-08-12feat: better help output (#24958)Leo Kettmeir
2024-08-12fix(lsp): directly use file referrer when loading document (#24997)Nayeem Rahman
2024-08-12fix(ext/node): don't concat set-cookie in ServerResponse.appendHeader (#25000)Luca Casonato
2024-08-12feat: Rename --unstable-hmr to --watch-hmr (#24975)Bartek Iwańczuk
2024-08-11fix(ext/node): rewrite X509Certificate resource and add `publicKey()` (#24988)Divy Srivastava
2024-08-11fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981)Divy Srivastava
2024-08-11fix(ext/node): createBrotliCompress params (#24984)Divy Srivastava
2024-08-09feat(fmt): support CSS, SCSS, Sass and Less (#24870)Pig Fang
2024-08-09fix(add): Better error message when missing npm specifier (#24970)Nathan Whitaker
2024-08-09fix(ext/node): use pem private keys in createPublicKey (#24969)Luca Casonato
2024-08-09fix(install): Properly handle dist tags when setting up node_modules (#24968)Nathan Whitaker
2024-08-09fix: stub `node:module.register()` (#24965)Marvin Hagemeister
2024-08-09fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957)Luca Casonato
2024-08-09refactor(upgrade): cleanup pass (#24954)Bartek Iwańczuk
2024-08-09fix(lsp): don't always use byonm resolver when DENO_FUTURE=1 (#24865)David Sherret
2024-08-09chore: make node:http.OutgoingMessage a function (#24853)snek
2024-08-08fix(add): better error message providing scoped pkg missing leading `@` symbo...David Sherret
2024-08-08feat: `deno init --serve` (#24897)Bartek Iwańczuk
2024-08-08fix(add): Support dist tags in deno add (#24960)Nathan Whitaker
2024-08-08fix(ext/fetch): include TCP src/dst socket info in error messages (#24939)Yusuke Tanaka
2024-08-08chore: change property order in generated `deno.json` (#24953)Marvin Hagemeister
2024-08-08feat(install): change 'Add ...' message (#24949)Bartek Iwańczuk
2024-08-08feat: treat bare deno command with run arguments as deno run (#24887)Leo Kettmeir
2024-08-08feat: refresh "Download" progress bar with a spinner (#24913)Bartek Iwańczuk
2024-08-08feat(cli): Add --env-file as alternative to --env (#24555)Birk Skyum
2024-08-08feat: support short flags for permissions (#24883)Ryan Dahl
2024-08-08feat(permissions): link to docs in permission prompt (#24948)Bartek Iwańczuk
2024-08-08feat: deno clean (#24950)David Sherret