Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-24 | feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064) | Asher Gomez | |
For removal in Deno v2. | |||
2024-01-24 | feat: deprecate `Deno.read()` and `Deno.readSync()` (#22063) | Asher Gomez | |
For removal in Deno v2. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-02 | chore: update std to 0.208.0 (#21318) | Asher Gomez | |
Re-attempt at #21284. I was more thorough this time. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> | |||
2023-11-22 | refactor: replace `deferred()` from `std/async` with ↵ | Asher Gomez | |
`Promise.withResolvers()` (#21234) Closes #21041 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> | |||
2023-11-22 | Revert "chore: update to `std@0.207.0` (#21284)" (#21295) | Bartek Iwańczuk | |
This reverts commit 20aa0796e6ff7651cdfce4d0292bdb11da5dfe2e. `main` has been failing consistenly on `kv_undelivered_test` and `serve_test` after this upgrade. | |||
2023-11-22 | chore: update to `std@0.207.0` (#21284) | Asher Gomez | |
Closes #21002 | |||
2023-10-28 | Revert "chore: update deno_std submodule (#20994)" (#21001) | Bartek Iwańczuk | |
This reverts commit 6e2abb2b13af5dff5d631fb1bc0c279c49ebd066. | |||
2023-10-27 | chore: update deno_std submodule (#20994) | Bartek Iwańczuk | |
2023-08-11 | fix(node): implement TLSSocket._start (#20120) | Divy Srivastava | |
Closes https://github.com/denoland/deno/issues/19983 Closes https://github.com/denoland/deno/issues/18303 Closes https://github.com/denoland/deno/issues/16681 Closes https://github.com/denoland/deno/issues/19978 | |||
2023-02-23 | test(ext/node): add tls_test (#17871) | Yoshiya Hinosawa | |