1.10.3 -> 1.11.0+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=28
This commit is contained in:
parent
6cb6b9d4f8
commit
673069da25
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.10.3</param>
|
||||
<param name="version">1.10.3</param>
|
||||
<param name="revision">v1.11.0</param>
|
||||
<param name="version">1.11.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.22.2</param>
|
||||
<param name="version">0.22.2</param>
|
||||
<param name="revision">v0.22.3</param>
|
||||
<param name="version">0.22.3</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92b0a6a1c8f996cc7eaebddcaf0404e1f2bfb730b3d77828de72cbf6b493d4f2
|
||||
size 6165084
|
3
deno-1.11.0.tar.xz
Normal file
3
deno-1.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aca5bea4474b417404d65a9912d20664c5282f9cc381b900f18a91785a5b7110
|
||||
size 6130728
|
26
deno.changes
26
deno.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 9 05:15:53 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.11.0:
|
||||
* feat: upgrade to TypeScript 4.3
|
||||
* feat: Add FsWatcher interface
|
||||
* feat: Add origin data dir to deno info
|
||||
* feat: Initialize runtime_compiler ops in deno compile
|
||||
* feat: Make 'deno lint' stable
|
||||
* feat: Support data uri dynamic imports in deno compile
|
||||
* feat(extensions): add BroadcastChannel
|
||||
* feat(extensions/crypto): implement randomUUID
|
||||
* feat(extensions/crypto): implement subtle.digest
|
||||
* feat(extensions/fetch): implement abort
|
||||
* feat(extensions/web): Implement TextDecoderStream and TextEncoderStream
|
||||
* feat(lsp): add test code lens
|
||||
* feat(lsp): registry auto discovery
|
||||
* fix: change Crypto to interface
|
||||
* fix: Support the stream option to TextDecoder#decode
|
||||
* fix(extensions/fetch): implement newline normalization and escapes
|
||||
in the multipart/form-data serializer
|
||||
* fix(runtime/http): Hang in Deno.serveHttp
|
||||
* fix(streams): expose ReadableByteStreamController &
|
||||
TransformStreamDefaultController
|
||||
- includes rusty_v8 0.22.3 with v8 9.1.269.35
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 3 15:19:42 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eafc4ad8ba6001be6fabfb12c29d65e4d897ebed7e19be7236a8752a88b076a3
|
||||
size 53370872
|
||||
oid sha256:d373b107f47067efd47c4151ec3da5ea1b56b647c90df8905b70154c9375b17c
|
||||
size 53388888
|
||||
|
Loading…
Reference in New Issue
Block a user