mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
v0.2.7
This commit is contained in:
parent
526fdac053
commit
eb4a19ef6e
3 changed files with 11 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -168,7 +168,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "0.2.6"
|
version = "0.2.7"
|
||||||
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)",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# crates.
|
# crates.
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "0.2.6"
|
version = "0.2.7"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -6,6 +6,15 @@ 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.7 / 2019.01.14
|
||||||
|
|
||||||
|
- Use rust 2018 edition
|
||||||
|
- Native ES modules (#1460 #1492 #1512 #1514)
|
||||||
|
- Properly parse network addresses (#1515)
|
||||||
|
- Added rid to Conn interface (#1513)
|
||||||
|
- Prevent segfault when eval throws an error (#1411)
|
||||||
|
- Add --allow-all flag (#1482)
|
||||||
|
|
||||||
### v0.2.6 / 2019.01.06
|
### v0.2.6 / 2019.01.06
|
||||||
|
|
||||||
- Implement console.groupCollapsed (#1452)
|
- Implement console.groupCollapsed (#1452)
|
||||||
|
|
Loading…
Add table
Reference in a new issue