| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-06 | fix(publish): lazily parse sources (#22301) | David Sherret | |
| Closes #22290 | |||
| 2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
| 2023-12-27 | refactor: simplify hyper, http, h2 deps (#21715) | Bartek Iwańczuk | |
| Main change is that: - "hyper" has been renamed to "hyper_v014" to signal that it's legacy - "hyper1" has been renamed to "hyper" and should be the default | |||
| 2023-12-27 | refactor: finish test_util server cleanup, simplify dependencies (#21714) | Bartek Iwańczuk | |
| Closes https://github.com/denoland/deno/issues/21578 | |||
| 2023-12-27 | refactor: rewrite remaining test server to Hyper 1.1 (#21708) | Bartek Iwańczuk | |
| Ref https://github.com/denoland/deno/issues/21578 | |||
| 2023-12-15 | refactor: check if scope and package exist before publish (#21575) | Bartek Iwańczuk | |
| Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
| 2023-12-14 | refactor(test_util): move servers to a separate module (#21577) | Bartek Iwańczuk | |
| This commit has no functional changes, just moves all the testing servers to "test_util::servers" module to make "test_util/src/lib.rs" shorter. | |||
