summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-10-14refactor(ext/url): use concrete error types (#26172)Leo Kettmeir
2024-10-14refactor(ext/webstorage): use concrete error types (#26173)Leo Kettmeir
2024-10-14perf: use fast calls for microtask ops (#26236)Divy Srivastava
2024-10-14fix(ext/node): compute pem length (upper bound) for key exports (#26231)Divy Srivastava
2024-10-14fix(ext/node): allow writing to tty columns (#26201)Divy Srivastava
2024-10-14fix(ext/webgpu): allow GL backend on Windows (#26206)Divy Srivastava
2024-10-12refactor(ext/tls): use concrete error types (#26174)Leo Kettmeir
2024-10-12refactor(ext/cron): use concrete error type (#26135)Leo Kettmeir
2024-10-12fix(node/util): export `styleText` from `node:util` (#26194)Nathan Whitaker
2024-10-12refactor(ext/canvas): use concrete error type (#26111)Leo Kettmeir
2024-10-12refactor(ext/cache): use concrete error type (#26109)Leo Kettmeir
2024-10-12refactor(ext/broadcastchannel): use concrete error type (#26105)Leo Kettmeir
2024-10-11fix(node): make `process.stdout.isTTY` writable (#26130)Marvin Hagemeister
2024-10-082.0.0 (#26063)denobot
2024-10-08fix(ext/node): internal buffer length in readSync (#26064)Satya Rohith
2024-10-08fix(console): missing cause property on non-error objects (#26061)Marvin Hagemeister
2024-10-07fix(ext/webstorage): make `getOwnPropertyDescriptor` with symbol return `unde...Leo Kettmeir
2024-10-07feat(ext/crypto): X448 support (#26043)Divy Srivastava
2024-10-04refactor: improve node permission checks (#26028)David Sherret
2024-10-04fix(node): fix worker_threads issues blocking Angular support (#26024)Nathan Whitaker
2024-10-03fix(ext/crypto): fix identity test for x25519 derive bits (#26011)Divy Srivastava
2024-10-02Revert "fix(urlpattern): fallback to empty string for undefined group values"...Leo Kettmeir
2024-10-02chore: release deno_* crates (#25987)denobot
2024-10-02chore: release deno_* crates (#25976)denobot
2024-10-02feat(ext/node): buffer.transcode() (#25972)Satya Rohith
2024-10-02fix(ext/node): remove unimplemented promiseHook stubs (#25979)Divy Srivastava
2024-10-01refactor(ext): align error messages (#25914)Ian Bull
2024-09-28refactor: extract out sloppy imports resolution from CLI crate (#25920)David Sherret
2024-09-28refactor: move NpmCacheDir to deno_cache_dir (#25916)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-27BREAKING(ext/net): improved error code accuracy (#25383)Luca Casonato
2024-09-27chore: update `simd-json` (#25897)Asher Gomez
2024-09-26fix(ext/node): fix process.stdin.pause() (#25864)Divy Srivastava
2024-09-24fix(ext/node): Fix vm sandbox object panic (#24985)Divy Srivastava
2024-09-23chore: add code generation for @types/deno (#25545)David Sherret
2024-09-23feat(ext/crypto): import and export p521 keys (#25789)Divy Srivastava
2024-09-23fix(ext/web): don't ignore capture in EventTarget.removeEventListener (#25788)carles escrig royo
2024-09-23fix(ext/node): stub cpu_info() for OpenBSD (#25807)Volker Schlecht
2024-09-22BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...Divy Srivastava
2024-09-21fix(node): Include "node" condition during CJS re-export analysis (#25785)Nathan Whitaker
2024-09-20chore: Revert child_process close ordering change (#25781)Nathan Whitaker
2024-09-20perf(ext/web): optimize performance.measure() (#25774)carles escrig royo
2024-09-20fix(ext/crypto): ensure EC public keys are exported uncompressed (#25766)Divy Srivastava
2024-09-20fix(ext/crypto): reject empty usages in SubtleCrypto#importKey (#25759)Divy Srivastava
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-19fix(node): Don't error out if we fail to statically analyze CJS re-export (#2...Nathan Whitaker
2024-09-19fix(ext/node): support x509 certificates in `createPublicKey` (#25731)Divy Srivastava
2024-09-19fix(ext/console): more precision in console.time (#25723)Luca Casonato
2024-09-19fix(ext/fetch): fix lowercase http_proxy classified as https (#25686)Sean McArthur