mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
v1.7.2
This commit is contained in:
parent
64f06be0eb
commit
ae10219f59
3 changed files with 17 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -396,7 +396,7 @@ checksum = "993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.7.1"
|
version = "1.7.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
|
15
Releases.md
15
Releases.md
|
@ -6,6 +6,21 @@ https://github.com/denoland/deno/releases
|
||||||
We also have one-line install commands at:
|
We also have one-line install commands at:
|
||||||
https://github.com/denoland/deno_install
|
https://github.com/denoland/deno_install
|
||||||
|
|
||||||
|
### 1.7.2 / 2021.02.05
|
||||||
|
|
||||||
|
- feat(lsp, unstable): add references code lens (#9316)
|
||||||
|
- feat(lsp, unstable): add TS quick fix code actions (#9396)
|
||||||
|
- fix: improve http client builder error message (#9380)
|
||||||
|
- fix(cli): fix handling of non-normalized specifier (#9357)
|
||||||
|
- fix(cli/coverage): display mapped instrumentation line counts (#9310)
|
||||||
|
- fix(cli/lsp): fix using jsx/tsx when not emitting via tsc (#9407)
|
||||||
|
- fix(repl): prevent symbol completion panic (#9400)
|
||||||
|
- refactor: rewrite Blob implementation (#9309)
|
||||||
|
- refactor: rewrite File implementation (#9334)
|
||||||
|
|
||||||
|
Release notes for std version 0.86.0:
|
||||||
|
https://github.com/denoland/deno_std/releases/tag/0.86.0
|
||||||
|
|
||||||
### 1.7.1 / 2021.01.29
|
### 1.7.1 / 2021.01.29
|
||||||
|
|
||||||
- feat(lsp, unstable): add performance measurements (#9209)
|
- feat(lsp, unstable): add performance measurements (#9209)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.7.1"
|
version = "1.7.2"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Add table
Reference in a new issue