mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
v0.3.4
This commit is contained in:
parent
9831a440ca
commit
223a2adbb4
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -199,7 +199,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
dependencies = [
|
||||
"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)",
|
||||
|
@ -17,7 +17,7 @@ path = "cli/main.rs"
|
||||
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
14
Releases.md
14
Releases.md
@ -6,6 +6,20 @@ https://github.com/denoland/deno/releases
|
||||
We also have one-line install commands at
|
||||
https://github.com/denoland/deno_install
|
||||
|
||||
### v0.3.4 / 2019.03.20
|
||||
|
||||
In deno itself:
|
||||
|
||||
- Performance improvements (#1959, #1938)
|
||||
- Improve pretty printing of objects (#1969)
|
||||
- More permissions prompt options (#1926)
|
||||
|
||||
In deno_std:
|
||||
|
||||
- Add prettier styling options (#281)
|
||||
- Extract internal method isSubdir to fs/utils.ts (#285)
|
||||
- Add strings/pad (#282)
|
||||
|
||||
### v0.3.3 / 2019.03.13
|
||||
|
||||
In deno itself:
|
||||
|
Loading…
Reference in New Issue
Block a user