mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
v0.3.3
This commit is contained in:
parent
7e09221031
commit
3dbb06e699
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -199,7 +199,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "deno"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
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.2"
|
||||
version = "0.3.3"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
19
Releases.md
19
Releases.md
@ -6,6 +6,25 @@ https://github.com/denoland/deno/releases
|
||||
We also have one-line install commands at
|
||||
https://github.com/denoland/deno_install
|
||||
|
||||
### v0.3.3 / 2019.03.13
|
||||
|
||||
In deno itself:
|
||||
|
||||
- Rename Deno.build.gnArgs to Deno.build.args (#1912, #1909)
|
||||
- Upgrade to TypeScript 3.3 (#1908)
|
||||
- Basic Arm64 support (#1887)
|
||||
- Remove builtin "deno" module, use Deno global var (#1895)
|
||||
- Improvements to internal deno_core crate (#1904, #1914)
|
||||
- Add --no-prompt flag for non-interactive environments (#1913)
|
||||
|
||||
In deno_std
|
||||
|
||||
- Add fs extras: ensureDir, ensireFile, readJson, emptyDir, move, exists (#269,
|
||||
#266, #264, #263, #260)
|
||||
- Datetime module improvement (#259)
|
||||
- asserts: Add unimplemented, unreachable, assertNotEquals, assertArrayContains
|
||||
(#246, #248)
|
||||
|
||||
### v0.3.2 / 2019.03.06
|
||||
|
||||
In deno itself:
|
||||
|
Loading…
Reference in New Issue
Block a user