summaryrefslogtreecommitdiff
path: root/cli/version.rs
AgeCommit message (Expand)Author
2024-08-28build: Allow building 'rc' release from source (#25227)Bartek Iwańczuk
2024-08-16refactor: show release channel in `deno --version` (#25061)Bartek Iwańczuk
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-15refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-20feat(cli): check for updates in background (#15974)Bert Belder
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-01-19fix: full commit hash in canary compile download (#9166)Luca Casonato
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-06refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)Bartek Iwańczuk
2020-12-11refactor(cli): decouple ops from ProgramState and Flags (#8659)Bartek Iwańczuk
2020-11-29feat(cli/tools/upgrade): canary support (#8476)crowlKats
2020-11-29Make canary version semver compatible (#8537)crowlKats
2020-11-25add canary versioning (#8480)crowlKats
2020-11-02add commit hash and target to long_version output (#8133)Yoshiya Hinosawa
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-09-15Make deno_cli installable via crates.io (#2946)Ryan Dahl
2019-09-03Handle typescript version in rust (#2855)Yoshiya Hinosawa
2019-03-30Rename crate deno_core to deno (#2022)Ryan Dahl
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl