1.13.2 -> 1.14.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=44
This commit is contained in:
parent
e0f555988b
commit
0f81354bf4
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.13.2</param>
|
||||
<param name="version">1.13.2</param>
|
||||
<param name="revision">v1.14.0</param>
|
||||
<param name="version">1.14.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.26.0</param>
|
||||
<param name="version">0.26.0</param>
|
||||
<param name="revision">v0.28.0</param>
|
||||
<param name="version">0.28.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbfba9a33548b0f7db5b5f7ad9759927e5885f56edd7ca4e127d7f19f0578ee2
|
||||
size 6173972
|
3
deno-1.14.0.tar.xz
Normal file
3
deno-1.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b2ff315f556a2fd14be1aed895d85538fbcc2f14958ee51b466c3bb7917b9c9
|
||||
size 6464892
|
85
deno.changes
85
deno.changes
@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 18 01:52:36 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.14.0:
|
||||
* v8 updated to 9.4.146.15 (rusty_v8 0.28.0) (#12026)
|
||||
* BREAKING(unstable): Fix casing in FfiPermissionDescriptor (#11659)
|
||||
* BREAKING(unstable): Remove Deno.Signals enum, Deno.signals. (#11909)
|
||||
* perf(ext/http): optimize auto cleanup of request resource (#11978)
|
||||
* feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)
|
||||
* feat(cli): Update to TypeScript 4.4 (#11678)
|
||||
* feat(cli): add --ignore flag to test command (#11712)
|
||||
* feat(cli): close test worker once all tests complete (#11727)
|
||||
* feat(core): facilitate op-disabling middleware (#11858)
|
||||
* feat(ext/crypto): AES key generation (#11869)
|
||||
* feat(ext/crypto): export RSA keys as pkcs#8 (#11880)
|
||||
* feat(ext/crypto): generate ECDH keys (#11870)
|
||||
* feat(ext/crypto): implement HKDF operations (#11865)
|
||||
* feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)
|
||||
* feat(ext/crypto): implement importKey and deriveBits for PBKDF2 (#11642)
|
||||
* feat(ext/crypto): import RSA pkcs#8 keys (#11891)
|
||||
* feat(ext/crypto): support JWK export for HMAC (#11864)
|
||||
* feat(ext/crypto): support JWK import for HMAC (#11716)
|
||||
* feat(ext/crypto): verify ECDSA signatures (#11739)
|
||||
* feat(extensions/console): right align numeric columns in table (#11748)
|
||||
* feat(fetch): mTLS client certificates for fetch() (#11721)
|
||||
* feat(fmt): add basic JS doc formatting (#11902)
|
||||
* feat(fmt): add support for configuration file (#11944)
|
||||
* feat(lint): add support for config file and CLI flags for rules (#11776)
|
||||
* feat(lsp): ignore specific lint for entire file (#12023)
|
||||
* feat(unstable): Add file locking APIs (#11746)
|
||||
* feat(unstable): Support file URLs in Deno.dlopen() (#11658)
|
||||
* feat(unstable): allow specifing gid and uid for subprocess (#11586)
|
||||
* feat(workers): Make the Deno namespace configurable and unfrozen (#11888)
|
||||
* feat: ArrayBuffer in structured clone transfer (#11840)
|
||||
* feat: add URLPattern API (#11941)
|
||||
* feat: add option flags to 'deno fmt' (#12060)
|
||||
* feat: stabilise Deno.upgradeWebSocket (#12024)
|
||||
* fix(cli): better handling of source maps (#11954)
|
||||
* fix(cli): dispatch unload event on watch drop (#11696)
|
||||
* fix(cli): retain path based test mode inference (#11878)
|
||||
* fix(cli): use updated names in deno info help text (#11989)
|
||||
* fix(doc): fix rustdoc bare_urls warning (#11921)
|
||||
* fix(ext/crypto): KeyAlgorithm typings for supported algorithms (#11738)
|
||||
* fix(ext/crypto): add HkdfParams and Pkdf2Params types (#11991)
|
||||
* fix(ext/fetch): Properly cancel upload stream when aborting (#11966)
|
||||
* fix(ext/http): resource leak if request body is not consumed (#11955)
|
||||
* fix(ext/http): websocket upgrade header check (#11830)
|
||||
* fix(ext/web): Format terminal DOMExceptions properly (#11834)
|
||||
* fix(ext/web): Preserve stack traces for DOMExceptions (#11959)
|
||||
* fix(lsp): correctly parse registry patterns (#12063)
|
||||
* fix(lsp): support data urls in deno.importMap option (#11397)
|
||||
* fix(runtime): return error instead of panicking for windows signals (#11940)
|
||||
* fix(test): propagate join errors in deno test (#11953)
|
||||
* fix(typings): fix property name in DiagnosticMessageChain interface (#11821)
|
||||
* fix(workers): don't drop messages from workers that have already been closed (#11913)
|
||||
* fix: FileReader onevent attributes don't conform to spec (#11908)
|
||||
* fix: FileReader.readAsText compat (#11814)
|
||||
* fix: Query string percent-encoded in import map (#11976)
|
||||
* fix: a Request whose URL is a revoked blob URL should still fetch (#11947)
|
||||
* fix: bring back Deno.Signal to unstable props (#11945)
|
||||
* fix: change assertion in httpServerIncompleteMessage test (#12052)
|
||||
* fix: exit process on panic in a tokio task (#11942)
|
||||
* fix: move unstable declarations to deno.unstable (#11876)
|
||||
* fix: permission prompt stuffing (#11931)
|
||||
* fix: permission prompt stuffing on Windows (#11969)
|
||||
* fix: worker_message_before_close was flaky (#12019)
|
||||
* fix: remove windows-only panic when calling Deno.kill (#11948)
|
||||
- update to std 0.107.0:
|
||||
* BREAKING(http): cookie headers as params (#1041)
|
||||
* feat(collection): add findSingle (#1166)
|
||||
* feat(collections): Add associatewith (#1213)
|
||||
* feat(collections): add runningReduce (#1226)
|
||||
* feat(collections): add sample API (#1212)
|
||||
* feat(collections): add dropWhile (#1185)
|
||||
* feat(collections): add maxWith (#1170)
|
||||
* feat(collections): add minWith (#1169)
|
||||
* feat(collections): add reduceGroups (#1187)
|
||||
* feat(collections): add slidingWindows (#1191)
|
||||
* feat(io/streams): propagate cancel in readableStreamFromIterable() (#1274)
|
||||
* fix(collections/includesValue): prevent enumerable prototype check (#1225)
|
||||
* fix(testing/asserts): export Constructor type (#1208)
|
||||
* fix(tests/yaml): expect !!js/function parse/stringify to throw (#1276)
|
||||
* fix: update to latest signal API changes
|
||||
* security(encoding/yaml): disable functions (#1275)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 26 18:41:36 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.13.2
|
||||
Version: 1.14.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:43cab96f95ac718bec4f56aad855dfd871abb885559fa3ad631e0bfb18a99ef1
|
||||
size 55559112
|
||||
oid sha256:ed82eb456a6778dc0f972fc03527206e9bb7a1b646106c0538e2d9aae9665b9c
|
||||
size 37865688
|
||||
|
Loading…
Reference in New Issue
Block a user