1.19.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=58
This commit is contained in:
parent
872737ed12
commit
d258972bf0
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.18.1</param>
|
||||
<param name="version">1.18.1</param>
|
||||
<param name="revision">v1.19.0</param>
|
||||
<param name="version">1.19.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.38.1</param>
|
||||
<param name="version">0.38.1</param>
|
||||
<param name="revision">v0.40.0</param>
|
||||
<param name="version">0.40.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:866c828694814f90edbd7ed6f413f7595acfad2d69f200a5cb9f5dc5a0887514
|
||||
size 6911580
|
3
deno-1.19.0.tar.xz
Normal file
3
deno-1.19.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b24045ba3ca5f125ea6f4367363d79007e15651a0419379cf34f685c5bc53dff
|
||||
size 6934252
|
35
deno.changes
35
deno.changes
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 23:40:15 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.19.0:
|
||||
* feat: Add Deno.FsFile, deprecate Deno.File (#13660)
|
||||
* feat: Add hint to permission prompt to display allow flag (#13695)
|
||||
* feat: deno vendor (#13670)
|
||||
* feat: never prompt for hrtime permission (#13696)
|
||||
* feat: permission prompt by default (#13650)
|
||||
* feat(compat): support --compat in web workers (#13629)
|
||||
* feat(compile): Replace bundling with eszip in deno compile (#13563)
|
||||
* feat(coverage): add "--output" flag (#13289)
|
||||
* feat(ext/console): better circular information in object inspection (#13555)
|
||||
* feat(ext/http): add support for unix domain sockets (#13628)
|
||||
* feat(ext/net): Add Conn.setNoDelay and Conn.setKeepAlive (#13103)
|
||||
* feat(ext/web): add CompressionStream API (#11728)
|
||||
* feat(lsp): add redirect diagnostic and quick fix (#13580)
|
||||
* feat(lsp): provide completions from import map if available (#13624)
|
||||
* feat(lsp): support linking to symbols in JSDoc on hover (#13631)
|
||||
* feat(runtime): stabilize addSignalListener API (#13438)
|
||||
* feat(runtime): web streams in fs & net APIs (#13615)
|
||||
* feat(test): better errors for resource sanitizer (#13296)
|
||||
* feat(test): improved op sanitizer errors + traces (#13676)
|
||||
* feat(watch): add "--no-clear-screen" flag (#13454)
|
||||
* fix(compat): ESM resolver for package subpath (#13599)
|
||||
* fix(ext/console): fix uncaught TypeError in css styling (#13567)
|
||||
* fix(ext/console): print circular ref indicator in cyan (#13684)
|
||||
* fix(ext/crypto): optional additionalData in encrypt/decrypt (#13669)
|
||||
* fix(ext/crypto): support EC p256 private key material in exportKey (#13547)
|
||||
* fix(lsp): do not panic getting root_uri to auto discover configuration file
|
||||
(#13603)
|
||||
* fix(lsp): independent diagnostic publishing should include all diagnostic
|
||||
sources on each publish (#13483)
|
||||
* fix(lsp): op_exists handles bad specifiers (#13612)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 17:26:54 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.18.1
|
||||
Version: 1.19.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:16c9a1891bc7b1b9c14bd7bc766aa99b94e0babee256d7389a86775fbb783b82
|
||||
size 60887548
|
||||
oid sha256:074d5bfa00c11d4e8ec6bf8dcfdd12fb0fe7adca36bf22a78c080105c5f9b219
|
||||
size 61002480
|
||||
|
Loading…
Reference in New Issue
Block a user