1.12.2+ -> 1.13.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=40
This commit is contained in:
parent
2b6b3146ef
commit
74005709e5
12
_service
12
_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.12.2</param>
|
||||
<param name="version">1.12.2</param>
|
||||
<param name="revision">v1.13.0</param>
|
||||
<param name="version">1.13.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">b7abe60108e7d3ed4e26bb1dcbe7a2003c48d6f8</param>
|
||||
<param name="version">0.25.3</param>
|
||||
<param name="revision">v0.26.0</param>
|
||||
<param name="version">0.26.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
@ -135,8 +135,8 @@
|
||||
-->
|
||||
|
||||
</service>
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<service name="tar" mode="disabled"/>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba9f4a6ab554368b296be20b2479b6a5a59e2ff815438c3bc5a59b95d1eac868
|
||||
size 6158516
|
3
deno-1.13.0.tar.xz
Normal file
3
deno-1.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65c05d006c665c827346e032414986c71926f3456de3e3aece922520d13d5a38
|
||||
size 6167040
|
60
deno.changes
60
deno.changes
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 11 02:17:35 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.13.0
|
||||
* BREAKING(unstable): Rename Deno.WebSocketUpgrade::websocket to
|
||||
socket (#11542)
|
||||
* feat: Add --unsafely-ignore-certificate-errors flag to disable SSL
|
||||
verification (#11324)
|
||||
* feat: add experimental WebSocketStream API (#10365)
|
||||
* feat: FFI API replacing native plugins (#11152)
|
||||
* feat: stabilize Deno.serveHttp() (#11544)
|
||||
* feat: support AbortSignal in writeFile (#11568)
|
||||
* feat: support client certificates for connectTls (#11598)
|
||||
* feat: type check codeblocks in Markdown file with
|
||||
"deno test --doc" (#11421)
|
||||
* feat(extensions/crypto): implement importKey and exportKey for
|
||||
raw HMAC keys (#11367)
|
||||
* feat(extensions/crypto): implement verify() for HMAC (#11387)
|
||||
* feat(extensions/tls): Optionally support loading native certs (#11491)
|
||||
* feat(extensions/web): add structuredClone function (#11572)
|
||||
* feat(fmt): format top-level JSX elements/fragments with parens
|
||||
when multi-line (#11582)
|
||||
* feat(lsp): ability to set DENO_DIR via settings (#11527)
|
||||
* feat(lsp): implement refactoring code actions (#11555)
|
||||
* feat(lsp): support clients which do not support disabled code
|
||||
actions (#11612)
|
||||
* feat(repl): add --eval flag for evaluating code when the repl
|
||||
starts (#11590)
|
||||
* feat(repl): support exports in the REPL (#11592)
|
||||
* feat(runtime): allow URL for permissions (#11578)
|
||||
* feat(runtime): implement navigator.hardwareConcurrency (#11448)
|
||||
* feat(unstable): clean environmental variables for subprocess (#11571)
|
||||
* fix: support windows file specifiers with import maps (#11551)
|
||||
* fix: Type Deno.errors.* as subclasses of Error (#10702)
|
||||
* fix(doc): panic on invalid url (#11536)
|
||||
* fix(extensions/fetch): Add Origin header to outgoing requests
|
||||
for fetch (#11557)
|
||||
* fix(extensions/websocket): allow any close code for server (#11614)
|
||||
* fix(lsp): do not output to stderr before exiting the process (#11562)
|
||||
- deno_std updated to 0.104.0:
|
||||
* feat: Add collections module (#993, #1075, #1103, #1062, #1062, #1109,
|
||||
#1108, #1071, #1069, #1104, #1097, #1110, #1116)
|
||||
* feat(crypto): add std/crypto wrapping and extending runtime
|
||||
WebCrypto (#1025)
|
||||
* feat(http/file_server): return code 304 based on If-Modified-Since Header
|
||||
(#1078)
|
||||
* feat(node): add remaining Node.js builtin aliases (#1085)
|
||||
* feat(node): add shim for perf_hooks (#1088)
|
||||
* feat(node): assert/strict alias (#1084)
|
||||
* feat(node): fs/promises implementation (#1083)
|
||||
* feat(testing): add assertRejects, deprecate assertThrowsAsync (#1101)
|
||||
* fix(async): make it so exception of deadline can be caught (#1105)
|
||||
* fix(http/file_server): fix flaky 'file_server sets Date header
|
||||
correctly' test case (#1095)
|
||||
* fix(node): assert/strict, fs/promises, perf_hooks modules
|
||||
could not be required (#1107)
|
||||
* fix(node/events): optimize listener management (#1113)
|
||||
* fix(testing): change assertThrows and assertThrowsAsync
|
||||
return type to void and Promise<void> (#1052)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 26 23:19:02 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.12.2
|
||||
Version: 1.13.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:731a6712fe5ecf00c71b83b358f69ee6889bcf8e33eaefd2c5f3bab1be7102b8
|
||||
size 54378936
|
||||
oid sha256:24a376a11193bcfdb308ac7bb9a994423a3618279e12382f39251d6d90dbf378
|
||||
size 55548072
|
||||
|
Loading…
Reference in New Issue
Block a user