Age | Commit message (Expand) | Author |
2024-09-18 | refactor(ext): align error messages (#25496) | Ian Bull |
2024-09-18 | fix(ext/http): gracefully handle Response.error responses (#25712) | Luca Casonato |
2024-09-18 | feat(check): turn on noImplicitOverride (#25695) | Bartek Iwańczuk |
2024-09-18 | tests: re-enable WebGPU tests on macOS aarch64 (#25702) | Luca Casonato |
2024-09-17 | chore(fs): undeprecate `Deno.FsWatcher.prototype.return()` (#25623) | Asher Gomez |
2024-09-16 | refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) | David Sherret |
2024-09-16 | fix(runtime): don't error `child.output()` on consumed stream (#25657) | Luca Casonato |
2024-09-14 | feat: print `Listening on` messages on stderr instead of stdout (#25491) | Marvin Hagemeister |
2024-09-14 | feat: TypeScript 5.6 and `npm:@types/node@22` (#25614) | David Sherret |
2024-09-13 | refactor(runtime): align error messages (#25563) | Ian Bull |
2024-09-12 | fix(ext/console): prevent duplicate error printing when the cause is assigned... | MujahedSafaa |
2024-09-12 | test: remove `DENO_FUTURE` (#25587) | Asher Gomez |
2024-09-11 | BREAKING(net): remove `Deno.[Tls]Listener.prototype.rid` (#25556) | Asher Gomez |
2024-09-10 | BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}... | Asher Gomez |
2024-09-11 | BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499) | Asher Gomez |
2024-09-10 | feat(cli): use NotCapable error for permission errors (#25431) | Luca Casonato |
2024-09-10 | test: remove usage of `--unstable` flag (#25549) | Bartek Iwańczuk |
2024-09-09 | BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448) | Asher Gomez |
2024-09-10 | BREAKING(io): remove `Deno.{Reader,Writer}[Sync]` and `Deno.Closer` (#25524) | Asher Gomez |
2024-09-09 | BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520) | Asher Gomez |
2024-09-06 | BREAKING(net): remove `Deno.{Conn,TlsConn,TcpConn,UnixConn}.prototype.rid` (#... | Asher Gomez |
2024-09-07 | chore: soft-remove `Deno.{stdin,stderr,stdout}.rid` (#25479) | Asher Gomez |
2024-09-06 | fix: invalid ipv6 hostname on `deno serve` (#25482) | Marvin Hagemeister |
2024-09-06 | BREAKING(buffer): remove `Deno.Buffer` (#25441) | Asher Gomez |
2024-09-06 | chore(net): soft-remove `Deno.serveHttp()` (#25451) | Asher Gomez |
2024-09-05 | feat(check): turn on useUnknownInCatchVariables (#25465) | David Sherret |
2024-09-05 | chore(tests): reduce the use of `--unstable` flag in test util (#25443) | Yoshiya Hinosawa |
2024-09-05 | refactor(ext/cron): align error messages (#25300) | Ian Bull |
2024-09-05 | BREAKING(fs): remove `Deno.File` (#25447) | Asher Gomez |
2024-09-05 | fix(ext/http): do not set localhost to hostname unnecessarily (#24777) | Yoshiya Hinosawa |
2024-09-05 | BREAKING(types): soft-remove `Deno.run()` (#25403) | Asher Gomez |
2024-09-04 | fix(windows): Deno.Command - align binary resolution with linux and mac (#25429) | David Sherret |
2024-09-04 | fix: lock down allow-run permissions more (#25370) | David Sherret |
2024-09-04 | BEAKING(buffer): remove `Deno.readAll[Sync]()` (#25386) | Asher Gomez |
2024-09-04 | chore(tty): soft-remove `Deno.isatty()` (#25410) | Asher Gomez |
2024-09-04 | refactor(cli/js): align error messages (#25406) | Ian Bull |
2024-09-04 | BREAKING(buffer): remove `Deno.writeAll[Sync]()` (#25407) | Asher Gomez |
2024-09-04 | refactor(ext/fetch): align error messages (#25374) | Ian Bull |
2024-09-04 | BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351) | Asher Gomez |
2024-09-03 | BREAKING(io): remove `Deno.copy()` (#25345) | Asher Gomez |
2024-09-03 | BREAKING(permissions): remove --allow-hrtime (#25367) | Luca Casonato |
2024-09-03 | BREAKING(unstable): drop support for Deno.run.{clearEnv,gid,uid} (#25371) | Bartek Iwańczuk |
2024-09-03 | chore(fs): remove `Deno.flock[Sync]()` (#25350) | Asher Gomez |
2024-09-03 | BREAKING(io): remove `Deno.iter[Sync]()` (#25346) | Asher Gomez |
2024-09-03 | BREAKING: remove `Deno.close()` (#25347) | Asher Gomez |
2024-08-31 | chore(fs): remove `Deno.futime[Sync]()` (#25252) | Asher Gomez |
2024-08-31 | chore: remove `Deno.resources()` (#25251) | Asher Gomez |
2024-08-30 | BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213) | Bartek Iwańczuk |
2024-08-28 | fix(permissions): disallow any `LD_` or `DYLD_` prefixed env var without full... | David Sherret |
2024-08-27 | chore: ignore lint warning in test (#25234) | Marvin Hagemeister |