mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
v0.2.9
This commit is contained in:
parent
240ca25617
commit
1681bda14d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -182,7 +182,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "0.2.8"
|
||||
version = "0.2.9"
|
||||
dependencies = [
|
||||
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -6,7 +6,7 @@
|
||||
# crates.
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "0.2.8"
|
||||
version = "0.2.9"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
11
Releases.md
11
Releases.md
@ -6,6 +6,17 @@ https://github.com/denoland/deno/releases
|
||||
We also have a one-line install commands at
|
||||
https://github.com/denoland/deno_install
|
||||
|
||||
### v0.2.9 / 2019.01.29
|
||||
|
||||
- Add REPL functions "help" and "exit" (#1563)
|
||||
- Split out compiler snapshot (#1566)
|
||||
- Combine deno.removeAll into deno.remove (#1596)
|
||||
- Add console.table (#1608)
|
||||
- Add console.clear() (#1562)
|
||||
- console output with format (#1565)
|
||||
- env key/value should both be strings (#1567)
|
||||
- Add CustomEvent API (#1505)
|
||||
|
||||
### v0.2.8 / 2019.01.19
|
||||
|
||||
- Add --prefetch flag for deps prefetch without running (#1475)
|
||||
|
Loading…
Reference in New Issue
Block a user