1.9.2 -> 1.10.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=22
This commit is contained in:
parent
06d05ecd11
commit
fbb96c31e4
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.9.2</param>
|
||||
<param name="version">1.9.2</param>
|
||||
<param name="revision">v1.10.1</param>
|
||||
<param name="version">1.10.1</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.1</param>
|
||||
<param name="version">0.22.1</param>
|
||||
<param name="revision">v0.22.2</param>
|
||||
<param name="version">0.22.2</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
3
deno-1.10.1.tar.xz
Normal file
3
deno-1.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dfa3edf40ed363a7f62432c516737ce6537c50801c27ab45e9a4b9cb2cd4d7f
|
||||
size 6163364
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7077e68e16252eb06dacb6a2ab48c80ff29b3a61c0e7d44c4c24764c6c5c5f0
|
||||
size 6150692
|
44
deno.changes
44
deno.changes
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 12 20:16:56 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.10.1:
|
||||
* Disable lsp workspaces from 1.10 release, resolve deadlock bug
|
||||
- includes v1.10:
|
||||
* feat: "deno test" prompts number of tests and origin
|
||||
* feat: "Worker.postMessage()" uses structured clone algorithm
|
||||
* feat: add "deno test --doc"
|
||||
* feat: add "deno test --jobs"
|
||||
* feat: add "deno test --watch"
|
||||
* feat: add test permissions to Deno.test
|
||||
* feat: add WebStorage API
|
||||
* feat: align plugin api with "deno_core::Extension"
|
||||
* feat: support deno-fmt-ignore-file for markdown formatting
|
||||
* feat(core): enable WASM shared memory
|
||||
* feat(core): introduce Extension
|
||||
* feat(lsp): add internal debugging logging
|
||||
* fix: invalid types for asynchronous and synchronous File#truncate
|
||||
* fix: rename Deno.emit() bundle options to "module" and "classic"
|
||||
* fix: sleepSync doesn't return a Promise
|
||||
* fix: TextEncoder#encodeInto spec compliance
|
||||
* fix: typings for Deno.os.arch
|
||||
* fix(extensions/fetch): infinite loop on fill headers
|
||||
* fix(extensions/fetch): Prevent throwing when inspecting a request
|
||||
* fix(installer): allow remote import maps
|
||||
* fix(lsp): remove code_action/diagnostics deadlock
|
||||
* fix(tls): flush send buffer in the background after closing TLS stream
|
||||
* fix(tls): throw meaningful error when hostname is invalid
|
||||
- update deno_std to 0.96.0:
|
||||
* feat(fs/walk): show path in walk error
|
||||
* feat(http): allow custom response code
|
||||
* feat(io): add readRange, readRangeSync
|
||||
* feat(mime/multipart): add options to readForm
|
||||
* feat(node): add console module
|
||||
* feat(node/assert): add rejects and doesNotReject
|
||||
* feat(std/node): add implementation of os.homedir()
|
||||
* fix(http/file_server): keep url and name consistent
|
||||
* fix(io): Improve readDelims() performance
|
||||
* fix(io/streams): don't use a byte ReadableStream
|
||||
* fix(node/assert): enable test-assert-fail.js and align assert.fail to it
|
||||
* fix(node/child_process): Try to fix flaky tests
|
||||
* fix(node/stream): make Stream the default export
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 27 17:28:33 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.9.2
|
||||
Version: 1.10.1
|
||||
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:7026cb4791318555994c932f268020cf076c31fa47d4212db2176bc6dcc1649c
|
||||
size 49898132
|
||||
oid sha256:8a3aac5f206ea757dd8ab6b4ead35478e1ff5da0c2facf55ce181ee50a902034
|
||||
size 53336984
|
||||
|
Loading…
Reference in New Issue
Block a user