Skip to content

Commit d60bdb6

Browse files
committed
v0.8.0
1 parent 307e092 commit d60bdb6

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Releases.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ https://github.com/denoland/deno/releases
66
We also have one-line install commands at
77
https://github.com/denoland/deno_install
88

9+
### v0.8.0 / 2019.06.08
10+
11+
In deno:
12+
13+
- feat: Add 'bundle' subcommand. (#2467)
14+
- feat: Handle compiler diagnostics in Rust (#2445)
15+
- feat: add deno fmt --stdout option (#2439)
16+
- feat: CLI defaults to run subcommand (#2451)
17+
- fix: Compiler exit before emit if preEmitDiagnostics found (#2441)
18+
- fix: Deno.core.evalContext & Deno.core.print (#2465)
19+
- fix: Improve setup.py for package managers (#2423)
20+
- fix: Use body when Request instance is passed to fetch (#2435)
21+
- perf: Create fewer threads (#2476)
22+
- upgrade: TypeScript to 3.5.1 (#2437)
23+
- upgrade: std/[email protected] to std/[email protected] (#2425)
24+
25+
In deno_std:
26+
27+
- ci: Check file changes during test (denoland/deno_std#476)
28+
- ci: Implement strict mode (denoland/deno_std#453)
29+
- ci: Make CI config DRY (denoland/deno_std#470)
30+
- encoding/csv: add easy api (denoland/deno_std#458)
31+
- io: make port BufReader.readByte() return
32+
`number | EOF`(denoland/deno_std#472)
33+
- ws: Add sec-websocket-version to handshake header (denoland/deno_std#468)
34+
935
### v0.7.0 / 2019.05.29
1036

1137
In deno:

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "main.rs"
1212

1313
[package]
1414
name = "deno_cli"
15-
version = "0.7.0"
15+
version = "0.8.0"
1616
edition = "2018"
1717

1818
[dependencies]

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno"
5-
version = "0.7.0"
5+
version = "0.8.0"
66
edition = "2018"
77
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
88
authors = ["The deno authors <[email protected]>"]

0 commit comments

Comments
 (0)