1.20.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=60
This commit is contained in:
parent
10b64b5300
commit
a9608d2afe
9
_service
9
_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.19.0</param>
|
||||
<param name="version">1.19.0</param>
|
||||
<param name="revision">v1.20.0</param>
|
||||
<param name="version">1.20.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.40.0</param>
|
||||
<param name="version">0.40.0</param>
|
||||
<param name="revision">v0.41.0</param>
|
||||
<param name="version">0.41.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
@ -117,7 +117,6 @@
|
||||
<param name="exclude">v8/tools/*.mjs</param>
|
||||
<param name="exclude">v8/tools/*.html</param>
|
||||
<param name="exclude">v8/tools/turbolizer</param>
|
||||
<param name="exclude">v8/tools/clusterfuzz</param>
|
||||
|
||||
<!--
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b24045ba3ca5f125ea6f4367363d79007e15651a0419379cf34f685c5bc53dff
|
||||
size 6934252
|
3
deno-1.20.0.tar.xz
Normal file
3
deno-1.20.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5694653935039e1cce270098a720f2e26b2597bd136fabf4e3e49e166f2f1610
|
||||
size 7962540
|
58
deno.changes
58
deno.changes
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 02:00:07 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.20.1:
|
||||
* BREAKING: don't inherit permissions by default (#13668)
|
||||
* feat(cli): support data url (#13667)
|
||||
* feat(cli): update to TypeScript 4.6.2 (#13474)
|
||||
* feat(compat): CJS/ESM interoperability (#13553)
|
||||
* feat(core): Event loop middlewares for Extensions (#13816)
|
||||
* feat(core): codegen ops (#13861)
|
||||
* feat(ext/crypto): AES-GCM support for 128bit IVs (#13805)
|
||||
* feat(ext/fetch): Allow Response status 101 (#13969)
|
||||
* feat(ext/http): auto-compression of fixed response bodies (#13769)
|
||||
* feat(ext/net): Use socket2 crate to create TcpListener (#13808)
|
||||
* feat(ext/net): support cert, key options in listenTls (#13740)
|
||||
* feat(ext/web): Add AbortSignal.timeout() (#13687)
|
||||
* feat(net): add Deno.UnixConn interface (#13787)
|
||||
* feat(ops): custom arity (#13949)
|
||||
* feat(ops): optional OpState (#13954)
|
||||
* feat(unstable): Add Deno.upgradeHttp API (#13618)
|
||||
* feat: "deno bench" subcommand (#13713)
|
||||
* feat: "deno task" subcommand (#13725)
|
||||
* feat: Add Deno.TcpConn class, change return type from Deno.connect (#13714)
|
||||
* feat: allow specification of import map in config file (#13739)
|
||||
* feat: deno test --trace-ops (#13770)
|
||||
* fix(compat): cjs/esm interop for dynamic imports (#13792)
|
||||
* fix(core): Don't override structured clone error messages from V8 (#13942)
|
||||
* fix(core): nuke Deno.core.ops pre-snapshot (#13970)
|
||||
* fix(ext/crypto): handle JWK import with "use" (#13912)
|
||||
* fix(ext/crypto): use EcKeyImportParams dictionary (#13894)
|
||||
* fix(ext/http): drop content-length header on compression (#13866)
|
||||
* fix(info): print deno info paths with unescaped backslashes on windows (#13847)
|
||||
* fix(test): skip typechecking for blocks inside HTML comments (#13889)
|
||||
* fix: shell completion hints (#13876)
|
||||
* fix: upgrade reqwest to 0.11.10 (#13951)
|
||||
* perf(web): Optimize TextDecoder by adding a new U16String type (#13923)
|
||||
* perf(web): optimize Blob.text and Blob.arrayBuffer (#13981)
|
||||
* perf(web): use DOMString for BlobParts (#13979)
|
||||
* perf: opt-level-3 all of ext (#13940)
|
||||
- includes v1.19.3:
|
||||
* fix(ci): restore compatibility with older glibc (#13846)
|
||||
* fix(test): typecheck blocks annotated with long js/ts notations (#13785)
|
||||
* perf(core): micro-optimize OpsTracker (#13868)
|
||||
* perf(ext/web): optimize atob/btoa (#13841)
|
||||
* perf(serde_v8): avoid SerializablePkg allocs (#13860)
|
||||
* perf(serde_v8): optimize ByteString deserialization (#13853)
|
||||
- includes v1.19.2:
|
||||
* fix(cli): disable config discovery for remote script (#13745)
|
||||
* fix(repl): fix null eval result (#13804)
|
||||
* fix(runtime): disable console color for non tty stdout (#13782)
|
||||
* fix(test): use --no-prompt by default (#13777)
|
||||
- includes v1.19.1:
|
||||
* feat(ext/ffi/unstable): Support read only global statics (#13662)
|
||||
* fix(compile): Support import maps (#13756)
|
||||
* fix(upgrade): move the file permission check to the beginning of the upgrade
|
||||
process (#13726)
|
||||
* fix(vendor): do not add absolute specifiers to scopes (#13710)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 23:40:15 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.19.0
|
||||
Version: 1.20.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:074d5bfa00c11d4e8ec6bf8dcfdd12fb0fe7adca36bf22a78c080105c5f9b219
|
||||
size 61002480
|
||||
oid sha256:2c0fbbb467cb9c5e4a870121a712117947bcb00fcdc0a342e4c599a4fdaff061
|
||||
size 62117648
|
||||
|
Loading…
Reference in New Issue
Block a user