index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
upgrade.rs
Age
Commit message (
Collapse
)
Author
2020-11-08
refactor: auto detect target triples for upgrade (#8286)
crowlKats
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-18
Use reqwest from deno_fetch export (#7562)
Ryan Dahl
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
Also re-exports deno_core::futures and deno_core::serde_json but these are not yet used in the CLI.
2020-09-16
Remove unnecessary extern statements
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-07-06
feat: deno upgrade --output (#6352)
crowlKats
2020-07-05
feat(cli): Added support for the --cert flag with 'deno upgrade' (#6609)
Jacob Gee-Clarke
2020-06-29
fix(cli/upgrade): upgrade fails on Windows with space in temp path (#6522)
Andrey Filatkin
2020-06-17
Fix failure message for deno upgrade (#6348)
crowlKats
2020-06-05
fix: 'deno upgrade' doesn't work on Windows 8.1/PowerShell 4.0 (#6132)
Bert Belder
Fixes: #6109
2020-05-09
feat(upgrade): allow specifying a version (#5156)
crowlKats
2020-03-23
feat: first pass at "deno upgrade" (#4328)
bartOssh