mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
v0.2.5
This commit is contained in:
parent
68e009d1d8
commit
320577c131
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -151,7 +151,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
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.4"
|
||||
version = "0.2.5"
|
||||
|
||||
[dependencies]
|
||||
atty = "=0.2.11"
|
||||
|
@ -6,6 +6,13 @@ https://github.com/denoland/deno/releases
|
||||
We also have a one-line install commands at
|
||||
https://github.com/denoland/deno_install
|
||||
|
||||
### v0.2.5 / 2018.12.31
|
||||
|
||||
- Runtime argument checks (#1427 #1415)
|
||||
- Lazily create .mime files only with mismatch/no extension (#1417)
|
||||
- Fix FormData.name (#1412)
|
||||
- Print string with NULL '\0' (#1428)
|
||||
|
||||
### v0.2.4 / 2018.12.23
|
||||
|
||||
- "cargo build" support (#1369 #1296 #1377 #1379)
|
||||
|
Loading…
Reference in New Issue
Block a user