summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-10-16chore: add dhat feature (#26285)David Sherret
2024-10-16fix(jupyter): copy kernels icons to the kernel directory (#26084)Jeremy Tuloup
2024-10-16fix: node-api function call should use preamble (#26297)snek
2024-10-16fix(cli): consolidate pkg parser for install & remove (#26298)Satya Rohith
2024-10-15fix(install): retry downloads of registry info / tarballs (#26278)Nathan Whitaker
2024-10-15fix: add hint for missing `document` global in terminal error (#26218)Bartek Iwańczuk
2024-10-15refactor: always apply hint when formatting JsError (#26252)Bartek Iwańczuk
2024-10-15fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)Nathan Whitaker
2024-10-15chore: upgrade to rust 1.81.0 (#26261)林炳权
2024-10-15fix(repl): remove check flags (#26140)Yoshiya Hinosawa
2024-10-15fix: do not panic running remote cjs module (#26259)David Sherret
2024-10-14fix(cli): named export takes precedence over default export in doc testing (#...Yusuke Tanaka
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-10-14fix(install): support installing npm package with alias (#26246)David Sherret
2024-10-14perf: use fast calls for microtask ops (#26236)Divy Srivastava
2024-10-14feat(cli): improve deno info output for npm packages (#25906)Luca Casonato
2024-10-14fix(ext/napi): pass user context to napi_threadsafe_fn finalizers (#26229)Divy Srivastava
2024-10-12feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...Nathan Whitaker
2024-10-11fix(lsp): relative completions for bare import-mapped specifiers (#26137)Nayeem Rahman
2024-10-10fix(install): duplicate dependencies in `package.json` (#26128)Marvin Hagemeister
2024-10-10fix: do not panic when using methods on classes and interfaces in deno doc ht...Leo Kettmeir
2024-10-09fix(jupyter): keep running event loop when waiting for messages (#26049)Bartek Iwańczuk
2024-10-082.0.0 (#26063)denobot
2024-10-08fix: use tree-sitter for deno_doc (#26066)Leo Kettmeir
2024-10-08refactor: remove usage of full_range (#26065)David Sherret
2024-10-07fix(lsp): exclude missing import quick fixes with bad resolutions (#26025)Nayeem Rahman
2024-10-07feat(lsp): add a message when someone runs 'deno lsp' manually (#26051)Bartek Iwańczuk
2024-10-04refactor: improve node permission checks (#26028)David Sherret
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
2024-10-04Revert "feat: warn when using --allow-run with no allow list" (#26021)David Sherret
2024-10-03fix(task): use current executable for deno even when not named deno (#26019)David Sherret
2024-10-03feat(permissions): allow importing from cdn.jsdelivr.net by default (#26013)David Sherret
2024-10-03v2.0.0-rc.10 (#26002)Bartek Iwańczuk
2024-10-02fix(install): store tags associated with package in node_modules dir (#26000)Nathan Whitaker
2024-10-02fix(install): compare versions directly to decide whether to create a child n...Nathan Whitaker
2024-10-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-10-02fix(node): implement libuv APIs needed to support `npm:sqlite3` (#25893)Nathan Whitaker
2024-10-02fix(workspace): handle when config has members when specified via --config (#...David Sherret
2024-10-02fix(no-slow-types): better `override` handling (#25989)David Sherret
2024-10-02chore: release deno_* crates (#25987)denobot
2024-10-02chore: release deno_* crates (#25976)denobot
2024-10-01feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)Nayeem Rahman
2024-10-01feat: Add suggestion for packages using Node-API addons (#25975)Bartek Iwańczuk
2024-10-01BREAKING: rename "deps" remote cache folder to "remote" (#25969)David Sherret
2024-10-01fix: remove the typo in the help message (#25962)MujahedSafaa
2024-10-01fix: Hide 'deno cache' from help output (#25960)Bartek Iwańczuk
2024-10-01v2.0.0-rc.9 (#25957)Divy Srivastava
2024-10-01v2.0.0-rc.8 (#25950)Bartek Iwańczuk
2024-09-30fix(flags): move some content from docs.deno.com into help output (#25951)Leo Kettmeir
2024-09-30fix(info): error instead of panic for npm specifiers when using byonm (#25947)David Sherret