2021-06-09 05:29:05 +00:00
committed by Git OBS Bridge
parent 6cb6b9d4f8
commit 673069da25
5 changed files with 35 additions and 9 deletions

View File

@@ -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>