v1.8.3 -> v1.9.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=17
This commit is contained in:
parent
431155cf49
commit
00cef0e8ad
8
_service
8
_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.8.3</param>
|
||||
<param name="version">1.8.3</param>
|
||||
<param name="revision">v1.9.0</param>
|
||||
<param name="version">1.9.0</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
@ -37,8 +37,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="revision">v0.21.0</param>
|
||||
<param name="version">0.21.0</param>
|
||||
<param name="revision">v0.22.1</param>
|
||||
<param name="version">0.22.1</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ead9ab8c0d0c0b347412b759e841c2e5046cb164daff6949926f576decfa5c5
|
||||
size 6110728
|
3
deno-1.9.0.tar.xz
Normal file
3
deno-1.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bc5e22f7b05b776dd9e611c265eae504f381ac322a343389608b2c6d07f1aac
|
||||
size 6139376
|
45
deno.changes
45
deno.changes
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 22:18:35 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.9.0:
|
||||
* feat: blob URL support
|
||||
* feat: blob URL support in fetch
|
||||
* feat: data URL support in fetch
|
||||
* feat: native HTTP bindings
|
||||
* feat: raise file descriptor limit on startup
|
||||
* feat: set useDefineForClassFields to true
|
||||
* feat: stabilize Deno.ftruncate and Deno.ftruncateSync
|
||||
* feat: stricter typings for Listener & Conn
|
||||
* feat(lsp): add import completions
|
||||
* feat(lsp): add registry import auto-complete
|
||||
* feat(lsp): implement textDocument/foldingRange
|
||||
* feat(lsp): implement textDocument/selectionRange
|
||||
* feat(permissions): allow env permission to take values
|
||||
* feat(permissions): allow run permission to take values
|
||||
* feat(runtime): add stat and statSync methods to Deno.File
|
||||
* feat(runtime): add truncate and truncateSync methods to Deno.File
|
||||
* feat(runtime): stabilize Deno.fstat and Deno.fstatSync
|
||||
* feat(runtime/permissions): prompt fallback
|
||||
* feat(unstable): Add Deno.memoryUsage()
|
||||
* feat(unstable): ALPN config in listenTls
|
||||
* fix: include deno.crypto in "deno types"
|
||||
* fix: Properly await already evaluating dynamic imports
|
||||
* fix(lsp): don't error on tsc debug failures for code actions
|
||||
* fix(lsp): ensure insert_text is passed back on completions
|
||||
* fix(lsp): folding range adjustment panic
|
||||
* fix(lsp): normalize windows file URLs properly
|
||||
* fix(lsp): properly handle encoding URLs from lsp client
|
||||
* fix(op_crates/console): console.table value misalignment with varying keys
|
||||
* fix(permissions): don't panic when no input is given
|
||||
* fix(runtime/js/timers): Use (0, eval) instead of eval()
|
||||
* fix(runtime/readFile): close resources on error during read
|
||||
* fix(websocket): ignore resource close error
|
||||
- update deno_std to 0.93.0:
|
||||
* feat: add iter and iterSync to io/util
|
||||
* feat(node/fs): add fdatasync and fdatasyncSync
|
||||
* feat(node/fs): add fsync and fsyncSync
|
||||
* feat(node/fs): add ftruncate and ftruncateSync
|
||||
* feat(node/fs): add futimes and futimesSync
|
||||
* fix(testing): Function signature of assertObjectEquals() does not accept interfaces
|
||||
- includes rusty_v8 0.22.1 for v8 9.1.269.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 7 16:16:27 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.8.3
|
||||
Version: 1.9.0
|
||||
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:a14ff84f5ed6d58d8f1cdd2df342a651ae645480031aeb1b2f389b61e00efa63
|
||||
size 49642740
|
||||
oid sha256:08cafbcc118f4419ae5618c678fa0623e8a9e4cce2db65aee7448ed26ae3518e
|
||||
size 49838796
|
||||
|
Loading…
Reference in New Issue
Block a user