summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2024-11-16feat(jupyter): Add `Deno.jupyter.image` API (#26284)Bartek Iwańczuk
2024-11-15feat(fetch): accept async iterables for body (#26882)Luca Casonato
2024-11-13feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)Łukasz Czerniawski
2024-11-12fix(ext/websocket): initialize `error` attribute of WebSocket ErrorEvent (#26...Divy Srivastava
2024-11-08feat(ext/http): abort event when request is cancelled (#26781)Divy Srivastava
2024-11-07chore: make commandWithCwdIsAsync test less flaky (#26770)Nathan Whitaker
2024-11-07feat(ext/http): abort signal when request is cancelled (#26761)Divy Srivastava
2024-11-04chore: update dlint to v0.68.0 for internal (#26711)Kenta Moriuchi
2024-10-22fix(ext/console): ignore casing for named colors in css parsing (#26466)Leo Kettmeir
2024-10-22refactor(runtime/ops): use concrete error types (#26409)Leo Kettmeir
2024-10-14fix(console/ext/repl): support using parseFloat() (#25900)Mohammad Sulaiman
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-04refactor: improve node permission checks (#26028)David Sherret
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-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-24fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...Leo Kettmeir
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-22BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...Divy Srivastava
2024-09-20perf(ext/web): optimize performance.measure() (#25774)carles escrig royo
2024-09-19refactor(ext/kv): align error messages (#25500)Ian Bull
2024-09-19refactor(ext/webgpu): align error messages (#25719)Ian Bull
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(check): turn on noImplicitOverride (#25695)Bartek Iwańczuk
2024-09-18tests: re-enable WebGPU tests on macOS aarch64 (#25702)Luca Casonato
2024-09-17chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623)Asher Gomez
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-16fix(runtime): don't error `child.output()` on consumed stream (#25657)Luca Casonato
2024-09-14feat: print `Listening on` messages on stderr instead of stdout (#25491)Marvin Hagemeister
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-09-13refactor(runtime): align error messages (#25563)Ian Bull
2024-09-12fix(ext/console): prevent duplicate error printing when the cause is assigned...MujahedSafaa
2024-09-12test: remove `DENO_FUTURE` (#25587)Asher Gomez
2024-09-11BREAKING(net): remove `Deno.[Tls]Listener.prototype.rid` (#25556)Asher Gomez
2024-09-10BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...Asher Gomez
2024-09-11BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499)Asher Gomez
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-10test: remove usage of `--unstable` flag (#25549)Bartek Iwańczuk
2024-09-09BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)Asher Gomez
2024-09-10BREAKING(io): remove `Deno.{Reader,Writer}[Sync]` and `Deno.Closer` (#25524)Asher Gomez
2024-09-09BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520)Asher Gomez
2024-09-06BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#...Asher Gomez
2024-09-07chore: soft-remove `Deno.{stdin,stderr,stdout}.rid` (#25479)Asher Gomez
2024-09-06fix: invalid ipv6 hostname on `deno serve` (#25482)Marvin Hagemeister
2024-09-06BREAKING(buffer): remove `Deno.Buffer` (#25441)Asher Gomez
2024-09-06chore(net): soft-remove `Deno.serveHttp()` (#25451)Asher Gomez