mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
v0.3.4
This commit is contained in:
parent
9831a440ca
commit
223a2adbb4
3 changed files with 16 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -199,7 +199,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
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)",
|
||||||
|
|
|
@ -17,7 +17,7 @@ path = "cli/main.rs"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[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
|
We also have one-line install commands at
|
||||||
https://github.com/denoland/deno_install
|
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
|
### v0.3.3 / 2019.03.13
|
||||||
|
|
||||||
In deno itself:
|
In deno itself:
|
||||||
|
|
Loading…
Add table
Reference in a new issue