summaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2024-09-05feat(check): turn on useUnknownInCatchVariables (#25465)David Sherret
2024-09-05chore(tests): reduce the use of `--unstable` flag in test util (#25443)Yoshiya Hinosawa
2024-09-05refactor(ext/cron): align error messages (#25300)Ian Bull
2024-09-05BREAKING(fs): remove `Deno.File` (#25447)Asher Gomez
2024-09-05fix(ext/http): do not set localhost to hostname unnecessarily (#24777)Yoshiya Hinosawa
2024-09-05BREAKING(types): soft-remove `Deno.run()` (#25403)Asher Gomez
2024-09-04fix(windows): Deno.Command - align binary resolution with linux and mac (#25429)David Sherret
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-09-04BEAKING(buffer): remove `Deno.readAll[Sync]()` (#25386)Asher Gomez
2024-09-04chore(tty): soft-remove `Deno.isatty()` (#25410)Asher Gomez
2024-09-04refactor(cli/js): align error messages (#25406)Ian Bull
2024-09-04BREAKING(buffer): remove `Deno.writeAll[Sync]()` (#25407)Asher Gomez
2024-09-04refactor(ext/fetch): align error messages (#25374)Ian Bull
2024-09-04BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)Asher Gomez
2024-09-03BREAKING(io): remove `Deno.copy()` (#25345)Asher Gomez
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-09-03BREAKING(unstable): drop support for Deno.run.{clearEnv,gid,uid} (#25371)Bartek Iwańczuk
2024-09-03chore(fs): remove `Deno.flock[Sync]()` (#25350)Asher Gomez
2024-09-03BREAKING(io): remove `Deno.iter[Sync]()` (#25346)Asher Gomez
2024-09-03BREAKING: remove `Deno.close()` (#25347)Asher Gomez
2024-08-31chore(fs): remove `Deno.futime[Sync]()` (#25252)Asher Gomez
2024-08-31chore: remove `Deno.resources()` (#25251)Asher Gomez
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-28fix(permissions): disallow any `LD_` or `DYLD_` prefixed env var without full...David Sherret
2024-08-27chore: ignore lint warning in test (#25234)Marvin Hagemeister
2024-08-26Reland "test: run unit tests with DENO_FUTURE=1" (#25212)Bartek Iwańczuk
2024-08-26Revert "feat(fetch): accept async iterables for body" (#25207)Luca Casonato
2024-08-23fix(ext/crypto): throw DataError for invalid EC key import (#25181)Divy Srivastava
2024-08-22fix(urlpattern): fallback to empty string for undefined group values (#25151)Leo Kettmeir
2024-08-20fix(ext/net): validate port in Deno.{connect,serve,listen} (#24399)seb
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-19chore: improve accessing special file test (#25099)David Sherret
2024-08-19fix: add permission name when accessing a special file errors (#25085)Bedis Nbiba
2024-08-15Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)Bartek Iwańczuk
2024-08-14test: run unit tests with DENO_FUTURE=1 (#24400)Bartek Iwańczuk
2024-08-08fix(ext/fetch): include TCP src/dst socket info in error messages (#24939)Yusuke Tanaka
2024-08-07fix(ext/fetch): include URL and error details on fetch failures (#24910)Yusuke Tanaka
2024-08-07fix: `rename` watch event missing (#24893)Marvin Hagemeister
2024-08-06feat(fetch): accept async iterables for body (#24623)Leo Kettmeir
2024-08-01fix(ext/webgpu): assign missing `constants` property of shader about `GPUDevi...Hajime-san
2024-08-01fix(ext/console): render properties of Intl.Locale (#24827)Leo Kettmeir
2024-08-01fix(ext/http): correctly consume response body in `Deno.serve` (#24811)Luca Casonato
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-28fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698)Yazan AbdAl-Rahman
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-24fix(ext/fetch): respect authority from URL (#24705)Bartek Iwańczuk
2024-07-22fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)MujahedSafaa
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl