1.9.0 -> 1.9.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=18
This commit is contained in:
parent
00cef0e8ad
commit
865f83d28c
4
_service
4
_service
@ -13,8 +13,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="revision">v1.9.0</param>
|
||||
<param name="version">1.9.0</param>
|
||||
<param name="revision">v1.9.2</param>
|
||||
<param name="version">1.9.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bc5e22f7b05b776dd9e611c265eae504f381ac322a343389608b2c6d07f1aac
|
||||
size 6139376
|
3
deno-1.9.2.tar.xz
Normal file
3
deno-1.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7077e68e16252eb06dacb6a2ab48c80ff29b3a61c0e7d44c4c24764c6c5c5f0
|
||||
size 6150692
|
32
deno.changes
32
deno.changes
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 27 17:28:33 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.9.2:
|
||||
* fix: parse websocket messages correctly
|
||||
* fix: standalone bin corruption on M1
|
||||
* fix: don't gray-out internal error frames
|
||||
* fix(op_crates/fetch): Response inspect regression
|
||||
* fix(runtime): do not panic on not found cwd
|
||||
* fix(op_crates/webgpu): move non-null op buffer arg check when needed
|
||||
* fix(lsp): document symbol performance mark
|
||||
- includes v1.9.1:
|
||||
* feat(lsp, unstable): Implement textDocument/documentSymbol
|
||||
* feat(lsp, unstable): implement textDocument/prepareCallHierarchy
|
||||
* feat(lsp, unstable): Implement textDocument/semanticTokens/full
|
||||
* feat(lsp, unstable): improve diagnostic status page
|
||||
* fix(lsp): handle x-typescript-types header on type only imports properly
|
||||
* fix(lsp): remove documents when closed
|
||||
* fix(runtime): correct URL in Request
|
||||
* fix(runtime): handle race condition in postMessage where worker has terminated
|
||||
* fix(runtime): hang during HTTP server response
|
||||
* fix(runtime): include HTTP ops in WebWorker scope
|
||||
* fix: revert changes to Deno.Conn type
|
||||
- update deno_std to 0.95.0 (includes 0.94.0):
|
||||
* feat(node): add basic support for child_process.spawn
|
||||
* feat(node/fs): add fstat and fstatSync
|
||||
* fix(node/fs): actually export everything
|
||||
* fix(path): reduce circular dependency
|
||||
* fix(testing): equals does not differentiate undefined/absent keys
|
||||
* feat(path/glob): add caseInsensitive option
|
||||
* feat(streams): add readableStreamFromReader
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 22:18:35 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.9.0
|
||||
Version: 1.9.2
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08cafbcc118f4419ae5618c678fa0623e8a9e4cce2db65aee7448ed26ae3518e
|
||||
size 49838796
|
||||
oid sha256:7026cb4791318555994c932f268020cf076c31fa47d4212db2176bc6dcc1649c
|
||||
size 49898132
|
||||
|
Loading…
Reference in New Issue
Block a user