mirror of
https://github.com/denoland/deno.git
synced 2024-12-25 00:29:09 -05:00
v1.9.1
This commit is contained in:
parent
3432833574
commit
7760d9a669
3 changed files with 21 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -509,7 +509,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.9.0"
|
version = "1.9.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
|
19
Releases.md
19
Releases.md
|
@ -6,6 +6,25 @@ 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.9.1 / 2021.04.20
|
||||||
|
|
||||||
|
- feat(lsp, unstable): Implement textDocument/documentSymbol (#9981)
|
||||||
|
- feat(lsp, unstable): implement textDocument/prepareCallHierarchy (#10061)
|
||||||
|
- feat(lsp, unstable): Implement textDocument/semanticTokens/full (#10233)
|
||||||
|
- feat(lsp, unstable): improve diagnostic status page (#10253)
|
||||||
|
- fix: revert changes to Deno.Conn type (#10255)
|
||||||
|
- fix(lsp): handle x-typescript-types header on type only imports properly
|
||||||
|
(#10261)
|
||||||
|
- fix(lsp): remove documents when closed (#10254)
|
||||||
|
- fix(runtime): correct URL in Request (#10256)
|
||||||
|
- fix(runtime): handle race condition in postMessage where worker has terminated
|
||||||
|
(#10239)
|
||||||
|
- fix(runtime): hang during HTTP server response (#10197)
|
||||||
|
- fix(runtime): include HTTP ops in WebWorker scope (#10207)
|
||||||
|
|
||||||
|
Release notes for std version 0.94.0:
|
||||||
|
https://github.com/denoland/deno_std/releases/tag/0.94.0
|
||||||
|
|
||||||
### 1.9.0 / 2021.04.13
|
### 1.9.0 / 2021.04.13
|
||||||
|
|
||||||
- feat: blob URL support (#10045)
|
- feat: blob URL support (#10045)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.9.0"
|
version = "1.9.1"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
Loading…
Reference in a new issue