1.13.1 -> 1.13.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=43
This commit is contained in:
parent
3780ed7220
commit
e0f555988b
4
_service
4
_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.1</param>
|
||||
<param name="version">1.13.1</param>
|
||||
<param name="revision">v1.13.2</param>
|
||||
<param name="version">1.13.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec0d10ad13fbcc3301325dfb44294922e9e371d78a806617368b7e9f171a9cda
|
||||
size 6174728
|
3
deno-1.13.2.tar.xz
Normal file
3
deno-1.13.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbfba9a33548b0f7db5b5f7ad9759927e5885f56edd7ca4e127d7f19f0578ee2
|
||||
size 6173972
|
77
deno.changes
77
deno.changes
@ -1,35 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 26 18:41:36 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.13.2:
|
||||
* fix(cli/flags): require a non zero usize for concurrent jobs (#11802)
|
||||
* fix(ext/crypto): exportKey() for HMAC (#11737)
|
||||
* fix(ext/crypto): remove duplicate Algorithm interface definition (#11807)
|
||||
* fix(ext/ffi): don't panic on invalid enum values (#11815)
|
||||
* fix(ext/http): resource leak on HttpConn.close() (#11805)
|
||||
* fix(lsp): better handling of languageId (#11755)
|
||||
* fix(runtime): event loop panics in classic workers (#11756)
|
||||
* fix(ext/fetch): Headers constructor error message (#11778)
|
||||
* perf(ext/url): cleanup and optimize url parsing op args (#11763)
|
||||
* perf(ext/url): optimize UrlParts op serialization (#11765)
|
||||
* perf(ext/url): use DOMString instead of USVString as webidl converter
|
||||
for URL parsing (#11775)
|
||||
* perf(url): build with opt-level 3 (#11779)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 17 15:51:29 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
* fix: Blob#slice arguments should be optional (#11665)
|
||||
* fix: correct spelling of certificate in --unsafely-ignore-certificate
|
||||
-errors warning message (#11634)
|
||||
* fix: don't statically type name on Deno.errors (#11715)
|
||||
* fix: parse error when transpiling code with BOM (#11688)
|
||||
* fix(cli): allow specifiers of unknown media types with
|
||||
test command (#11652)
|
||||
* fix(cli): explicitly scan for ignore attribute in inline tests (#11647)
|
||||
* fix(cli): retain input order of remote specifiers (#11700)
|
||||
* fix(cli/lint): don't use gray in diagnostics output for
|
||||
visibility (#11702)
|
||||
* fix(cli/tools/repl): don't highlight candidate when completion
|
||||
is list (#11697)
|
||||
* fix(ext/crypto): enable non-extractable keys (#11705)
|
||||
* fix(ext/crypto): fix copying buffersource (#11714)
|
||||
* fix(ext/crypto): handle idlValue not being present (#11685)
|
||||
* fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)
|
||||
* fix(ext/crypto): take a copy of keyData bytes (#11666)
|
||||
* fix(ext/fetch): better error if no content-type
|
||||
* fix(ext/fetch): don't use global Deno object
|
||||
* fix(ext/http): remove unwrap() when HTTP conn errors (#11674)
|
||||
* fix(ext/web): use Array primordials in MessagePort (#11680)
|
||||
* fix(http/ws): support multiple options in connection header (#11675)
|
||||
* fix(lint): add links to help at lint.deno.land (#11667)
|
||||
* fix(test): dispatch load event before tests are run (#11708)
|
||||
* fix(test): sort file module specifiers (#11656)
|
||||
* perf: improve localStorage throughput (#11709)
|
||||
* perf(ext/http): faster req_url string assembly (#11711)
|
||||
* perf(wpt/crypto): optimize num-bigint-dig for debug builds (#11681)
|
||||
- update to v1.13.1:
|
||||
* fix: Blob#slice arguments should be optional (#11665)
|
||||
* fix: correct spelling of certificate in --unsafely-ignore-certificate
|
||||
-errors warning message (#11634)
|
||||
* fix: don't statically type name on Deno.errors (#11715)
|
||||
* fix: parse error when transpiling code with BOM (#11688)
|
||||
* fix(cli): allow specifiers of unknown media types with
|
||||
test command (#11652)
|
||||
* fix(cli): explicitly scan for ignore attribute in inline tests (#11647)
|
||||
* fix(cli): retain input order of remote specifiers (#11700)
|
||||
* fix(cli/lint): don't use gray in diagnostics output for
|
||||
visibility (#11702)
|
||||
* fix(cli/tools/repl): don't highlight candidate when completion
|
||||
is list (#11697)
|
||||
* fix(ext/crypto): enable non-extractable keys (#11705)
|
||||
* fix(ext/crypto): fix copying buffersource (#11714)
|
||||
* fix(ext/crypto): handle idlValue not being present (#11685)
|
||||
* fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)
|
||||
* fix(ext/crypto): take a copy of keyData bytes (#11666)
|
||||
* fix(ext/fetch): better error if no content-type
|
||||
* fix(ext/fetch): don't use global Deno object
|
||||
* fix(ext/http): remove unwrap() when HTTP conn errors (#11674)
|
||||
* fix(ext/web): use Array primordials in MessagePort (#11680)
|
||||
* fix(http/ws): support multiple options in connection header (#11675)
|
||||
* fix(lint): add links to help at lint.deno.land (#11667)
|
||||
* fix(test): dispatch load event before tests are run (#11708)
|
||||
* fix(test): sort file module specifiers (#11656)
|
||||
* perf: improve localStorage throughput (#11709)
|
||||
* perf(ext/http): faster req_url string assembly (#11711)
|
||||
* perf(wpt/crypto): optimize num-bigint-dig for debug builds (#11681)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 11 02:17:35 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.13.1
|
||||
Version: 1.13.2
|
||||
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:60be7dcdfd475ec56cec5d6b9e0463f44daea5f927a4fe42ab94b6ed1e49b37a
|
||||
size 55550592
|
||||
oid sha256:43cab96f95ac718bec4f56aad855dfd871abb885559fa3ad631e0bfb18a99ef1
|
||||
size 55559112
|
||||
|
Loading…
Reference in New Issue
Block a user