mirror of
https://github.com/denoland/deno.git
synced 2024-12-24 08:09:08 -05:00
v0.2.11
- Add deps to --info output (#1720) - Add --allow-read (#1689) - Add deno.isTTY() (#1622) - Add emojis to permission prompts (#1684) - Add basic WebAssembly support (#1677) - Add `NO_COLOR` support https://no-color.org/ (#1716) - Add color exceptions (#1698) - Fix: do not load cache files when recompile flag is set (#1695) - Upgrade V8 to 7.4.98 (#1640)
This commit is contained in:
parent
bbe2004f5d
commit
b2fb8261e7
3 changed files with 14 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -198,7 +198,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "0.2.10"
|
version = "0.2.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# crates.
|
# crates.
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "0.2.10"
|
version = "0.2.11"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
12
Releases.md
12
Releases.md
|
@ -6,6 +6,18 @@ https://github.com/denoland/deno/releases
|
||||||
We also have a one-line install commands at
|
We also have a one-line install commands at
|
||||||
https://github.com/denoland/deno_install
|
https://github.com/denoland/deno_install
|
||||||
|
|
||||||
|
### v0.2.11 / 2019.02.08
|
||||||
|
|
||||||
|
- Add deps to --info output (#1720)
|
||||||
|
- Add --allow-read (#1689)
|
||||||
|
- Add deno.isTTY() (#1622)
|
||||||
|
- Add emojis to permission prompts (#1684)
|
||||||
|
- Add basic WebAssembly support (#1677)
|
||||||
|
- Add `NO_COLOR` support https://no-color.org/ (#1716)
|
||||||
|
- Add color exceptions (#1698)
|
||||||
|
- Fix: do not load cache files when recompile flag is set (#1695)
|
||||||
|
- Upgrade V8 to 7.4.98 (#1640)
|
||||||
|
|
||||||
### v0.2.10 / 2019.02.02
|
### v0.2.10 / 2019.02.02
|
||||||
|
|
||||||
- Add --fmt (#1646)
|
- Add --fmt (#1646)
|
||||||
|
|
Loading…
Reference in a new issue