1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
This commit is contained in:
Ryan Dahl 2019-01-06 18:16:53 -05:00
parent bc2c808da1
commit 404e6f8634
3 changed files with 9 additions and 2 deletions

2
Cargo.lock generated
View file

@ -156,7 +156,7 @@ dependencies = [
[[package]] [[package]]
name = "deno" name = "deno"
version = "0.2.5" version = "0.2.6"
dependencies = [ dependencies = [
"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)",
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -6,7 +6,7 @@
# crates. # crates.
[package] [package]
name = "deno" name = "deno"
version = "0.2.5" version = "0.2.6"
[dependencies] [dependencies]
atty = "=0.2.11" atty = "=0.2.11"

View file

@ -6,6 +6,13 @@ 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.6 / 2019.01.06
- Implement console.groupCollapsed (#1452)
- Add deno.pid (#1464)
- Add Event web API (#1059)
- Support more fetch init body types (#1449)
### v0.2.5 / 2018.12.31 ### v0.2.5 / 2018.12.31
- Runtime argument checks (#1427 #1415) - Runtime argument checks (#1427 #1415)