summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-14feat(unstable): remove --unstable-workspaces flag (#21891)Bartek Iwańczuk
2024-01-14feat: Stabilize Deno.connect for 'unix' transport (#21937)Bartek Iwańczuk
2024-01-14chore: define removal version for `Deno.run()` (#21863)Asher Gomez
2024-01-14feat: Deprecate 'Deno.serveHttp' API (#21874)Bartek Iwańczuk
2024-01-14feat: remove conditional unstable type-checking (#21825)Bartek Iwańczuk
2024-01-14feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake (#21889)Bartek Iwańczuk
2024-01-14feat: stabilize Deno.Conn.ref/unref (#21890)Bartek Iwańczuk
2024-01-13fix(jsr): ensure proper storage of ahead of time module infos (#21918)David Sherret
2024-01-13chore: forward v1.39.4 release commit to main (#21933)denobot
2024-01-13fix(check): should not panic when all specified files excluded (#21929)David Sherret
2024-01-13fix(config): regression - handle relative patterns with leading dot slash (#2...David Sherret
2024-01-12fix(publish): require http server for tests (#21919)Bartek Iwańczuk
2024-01-12feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)Bartek Iwańczuk
2024-01-12chore: forward v1.39.3 to main (#21915)Bartek Iwańczuk
2024-01-12fix: add EventSource typings (#21908)Leo Kettmeir
2024-01-11chore(publish): add --dry-run flag (#21895)Bartek Iwańczuk
2024-01-11fix(web): use rustyline for prompt (#21893)Divy Srivastava
2024-01-11refactor(lsp): store project version on documents (#21892)Nayeem Rahman
2024-01-11fix(fast_check): analyze identifiers in type assertions/as exprs (#21899)David Sherret
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-10refactor: remove snapshotting from deno_runtime (#21794)Bartek Iwańczuk
2024-01-10fix(lsp): implement host.getGlobalTypingsCacheLocation() (#21882)Nayeem Rahman
2024-01-10fix: android support (#19437)cions
2024-01-10chore: fix issue template discord link (#21885)Marvin Hagemeister
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-09fix(lsp): use a dedicated thread for the parent process checker (#21869)David Sherret
2024-01-09chore: upgrade deno_core to 0.244.0 (#21859)Bartek Iwańczuk
2024-01-09fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)Divy Srivastava
2024-01-09chore: cleanup `readAll()` logic (#21862)Asher Gomez
2024-01-08fix(task): do not eagerly auto-install packages in package.json when `"nodeMo...David Sherret
2024-01-08fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816)David Sherret
2024-01-08chore: rename do-not-use-publish (#21854)Ryan Dahl
2024-01-08fix: cjs export rewritten to invalid identifier (#21853)Marvin Hagemeister
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-08perf(lsp): use host-owned cache for auto-import completions (#21852)Nayeem Rahman
2024-01-08fix(registry): wait for already pending publish (#21663)Bartek Iwańczuk
2024-01-08chore(ext/io): cleanup unused functions (#21844)Asher Gomez
2024-01-07fix(ext): enable prefer-primordials for internal TypeScript (#21813)Kenta Moriuchi
2024-01-06chore: update LICENSE.md to 2024 (#21833)David Sherret
2024-01-06chore: define removal version in deprecated IO APIs (#21702)Asher Gomez
2024-01-06fix(compile): preserve granular unstable features (#21827)Bartek Iwańczuk
2024-01-06fix(kv): improve .listenQueue types (#21781)Kitson Kelly
2024-01-06refactor: split runtime/98_global_scope.js (#21785)Bartek Iwańczuk
2024-01-06feat(ext/crypto): initial support for p521 in `generateKey` and `importKey` (...Divy Srivastava
2024-01-06chore(build): document faster rebuilds with `cargo plonk` (#21823)Divy Srivastava
2024-01-06fix(cli): update import map url (#21824)Jovi De Croock
2024-01-05fix(ext/node): add WriteStream.isTTY (#21801)Divy Srivastava
2024-01-05chore: update format script (#21811)David Sherret