1.12.1+ -> 1.12.2+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=39
This commit is contained in:
parent
9f6d4ba7f7
commit
2b6b3146ef
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.12.1</param>
|
||||
<param name="version">1.12.1</param>
|
||||
<param name="revision">v1.12.2</param>
|
||||
<param name="version">1.12.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45d534ede14970d6521afe6948a5372f93cf35fde362c0a10a656aba85a6c2ec
|
||||
size 6156912
|
3
deno-1.12.2.tar.xz
Normal file
3
deno-1.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba9f4a6ab554368b296be20b2479b6a5a59e2ff815438c3bc5a59b95d1eac868
|
||||
size 6158516
|
30
deno.changes
30
deno.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 26 23:19:02 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.12.2
|
||||
* feat(lsp, unstable): add workspace config to status page (#11459)
|
||||
* fix: panic for non-WS connections to inspector (#11466)
|
||||
* fix: support --cert flag for TLS connect APIs (#11484)
|
||||
* fix(cli): info now displays type reference deps (#11478)
|
||||
* fix(cli): normalize test command errors (#11375)
|
||||
* fix(cli): rebuild when environment variables change (#11471)
|
||||
* fix(cli): side-load test modules (#11515)
|
||||
* fix(extensions/fetch): close fetch response body on GC (#11467)
|
||||
* fix(extensions/http): support multiple options in connection header
|
||||
for websocket (#11505)
|
||||
* fix(extensions/websocket): case insensitive connection header (#11489)
|
||||
* fix(lsp): do not populate maybe_type slot with import type dep (#11477)
|
||||
* fix(lsp): handle importmaps properly (#11496)
|
||||
- deno_std updated to 0.103.0:
|
||||
* feat(async): add status to deferred promises (#1047)
|
||||
* feat(http): add range request and etag support to file_server.ts (#1028)
|
||||
* fix(async/deferred): rename .status -> .state (#1055)
|
||||
* fix(encoding/base64url): throw TypeError in case of invalid base64url
|
||||
string (#1040)
|
||||
* fix(encoding/toml): fix inline table and nested array (#1042)
|
||||
* fix(encoding/yaml): fix parseAll type definition by using overloads (#1048)
|
||||
* fix(testing): assertThrowsAsync always reporting Error instead
|
||||
of actual error class (#1051)
|
||||
* fix(testing/asserts): cater for different class constructor
|
||||
functions (#1000)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 21 21:11:26 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user