mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
v1.8.3
This commit is contained in:
parent
de57846db6
commit
2e6b78be90
3 changed files with 15 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -488,7 +488,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.8.2"
|
version = "1.8.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
|
13
Releases.md
13
Releases.md
|
@ -6,6 +6,19 @@ 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.8.3 / 2021.04.02
|
||||||
|
|
||||||
|
- feat(lsp): add import completions (#9821)
|
||||||
|
- feat(lsp): implement textDocument/selectionRange (#9845)
|
||||||
|
- fix(websocket): ignore resource close error (#9755)
|
||||||
|
- fix(lsp): ensure insert_text is passed back on completions (#9951)
|
||||||
|
- fix(web): add AbortController.abort() (#9907)
|
||||||
|
- fix(crypto): include deno.crypto in `deno types` (#9863)
|
||||||
|
- fix(cli): re-add dom.asynciterable lib (#9888)
|
||||||
|
|
||||||
|
Release notes for std version 0.92.0:
|
||||||
|
https://github.com/denoland/deno_std/releases/tag/0.92.0
|
||||||
|
|
||||||
### 1.8.2 / 2021.03.21
|
### 1.8.2 / 2021.03.21
|
||||||
|
|
||||||
- fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)
|
- fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.8.2"
|
version = "1.8.3"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue