mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
v0.3.1
This commit is contained in:
parent
2afc877935
commit
b0c7b54f69
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -199,7 +199,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
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)",
|
||||
|
@ -13,7 +13,7 @@ members = [
|
||||
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -6,6 +6,14 @@ https://github.com/denoland/deno/releases
|
||||
We also have one-line install commands at
|
||||
https://github.com/denoland/deno_install
|
||||
|
||||
### v0.3.1 / 2019.02.27
|
||||
|
||||
- Add import.meta.main (#1835)
|
||||
- Fix console.table display of Map (#1839)
|
||||
- New low-level Rust API (#1827)
|
||||
- Upgrade V8 to 7.4.238 (#1849)
|
||||
- Upgrade crates (#1848)
|
||||
|
||||
### v0.3.0 / 2019.02.18
|
||||
|
||||
The major API change in this release is that instead of importing a `"deno"`
|
||||
|
Loading…
Reference in New Issue
Block a user