summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2024-09-19refactor(ext/kv): align error messages (#25500)Ian Bull
2024-09-19refactor(ext/webidl): align error messages (#25625)Ian Bull
2024-09-19refactor(ext/webgpu): align error messages (#25719)Ian Bull
2024-09-19fix(ext/node): don't throw error for unsupported signal binding on windows (#...Yoshiya Hinosawa
2024-09-18refactor(ext): align error messages (#25496)Ian Bull
2024-09-18fix(ext/http): gracefully handle Response.error responses (#25712)Luca Casonato
2024-09-18feat(ext/node): add rootCertificates to node:tls (#25707)Luca Casonato
2024-09-18Revert "feat(fmt): sort type-only named import/exports last" (#25705)David Sherret
2024-09-17refactor(ext/websocket): align error messages (#25622)Ian Bull
2024-09-17fix(ext/node): stub `inspector/promises` (#25635)Divy Srivastava
2024-09-17feat(fmt): sort type-only named import/exports last (#25690)David Sherret
2024-09-17chore: upgrade deno_core (#25674)Bartek IwaƄczuk