Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-11-29 | build(cli): allow to build without upgrade feature (#19910) | Jakub Jirutka | |
The self-upgrade feature is undesirable when deno is installed from (Linux) distribution repository - using a system package manager. This change will allow package maintainers to build deno with the "upgrade" subcommand and background check disabled. When the user runs `deno upgrade <args>` and the upgrade feature is disabled, it will exit with error message explaining that this deno binary was built without the upgrade feature. Note: This patch is already used in the Alpine Linux’s [deno](https://pkgs.alpinelinux.org/packages?name=deno) package. | |||
2023-11-17 | chore: various improvements to tests (#21222) | David Sherret | |
2023-10-28 | chore: Remove 'UNSTABLE:' from 'deno compile' help (#21003) | Bartek Iwańczuk | |
Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-06-28 | fix(cli): Fix the bug where the command description is not displayed. (#19604) | nasa | |
2023-01-13 | tests: move integration tests to a single module (#17380) | Bartek Iwańczuk | |
Effectively reverts changes done in https://github.com/denoland/deno/pull/16816 | |||
2022-11-26 | tests: move integration tests to separate modules (#16816) | Bartek Iwańczuk | |
2022-09-19 | refactor: move out test files from root testdata directory into sub ↵ | David Sherret | |
directories (#15949) |