Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-26 | DenoFlags -> Flags (#4136) | Ryan Dahl | |
2020-02-17 | feat: add --cert flag for http client (#3972) | geoFlux | |
2020-02-11 | dont use env vars in multiple installer tests (#3967) | Bartek Iwańczuk | |
2020-02-11 | refactor: rewrite deno test, add Deno.test() (#3865) | Bartek Iwańczuk | |
* rewrite test runner in Rust * migrate "test" and "runTests" functions from std to "Deno" namespace * use "Deno.test()" to run internal JS unit tests * remove std downloads for Deno subcommands | |||
2020-02-11 | refactor: Use PathBuf for paths in flag parsing and whitelists (#3955) | Nayeem Rahman | |
* Use PathBuf for DenoSubcommand::Bundle's out_file * Use PathBuf for DenoSubcommand::Format's files * Use PathBuf for DenoSubcommand::Install's dir * Use PathBuf for read/write whitelists | |||
2020-02-08 | install: add --force flag and remove yes/no prompt (#3917) | Kevin (Kun) "Kassimo" Qian | |
2020-02-07 | Remove conditionals from installer (#3909) | Ryan Dahl | |
2020-02-02 | Remove //tests symlink (#3849) | Luka Hartwig | |
2020-01-30 | feat: deno install in Rust (#3806) | Bartek Iwańczuk | |
//std/installer couldn't be removed due to bug, but it's now deprecated. |