1.21.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=64
This commit is contained in:
parent
146881a3a7
commit
4008ef607e
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.20.6</param>
|
||||
<param name="version">1.20.6</param>
|
||||
<param name="revision">v1.21.0</param>
|
||||
<param name="version">1.21.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.41.0</param>
|
||||
<param name="version">0.41.0</param>
|
||||
<param name="revision">v0.42.0</param>
|
||||
<param name="version">0.42.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
36
deno.changes
36
deno.changes
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 17:06:27 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.21.0:
|
||||
* feat(bench): update API, new console reporter (#14305)
|
||||
* feat(cli/fmt): ignore .git folder when formatting files (#14138)
|
||||
* feat(core): Add initial support for realms (#14019)
|
||||
* feat(ext/net): Deno.upgradeHttp handles unix connections (#13987)
|
||||
* feat(ext/web): add globalThis.reportError() (#13799)
|
||||
* feat(repl): Don't type check when importing modules (#14112)
|
||||
* feat(repl): add --eval-file flag to execute a script file on
|
||||
startup (#14247)
|
||||
* feat(repl): add global clear() function (#14332)
|
||||
* feat(runtime): two-tier subprocess API (#11618)
|
||||
* feat(test): Add name, origin and parent to Deno.TestContext (#14007)
|
||||
* feat(test): Improve testing report output (#14255)
|
||||
* feat(test): format user code output (#14271)
|
||||
* feat(test): skip internal stack frames for errors (#14302)
|
||||
* feat(test): use structured data for JavaScript errors in tests (#14287)
|
||||
* feat: Add "deno check" subcommand for type checking (#14072)
|
||||
* feat: Add DENO_NO_PROMPT variable (#14209)
|
||||
* feat: Better formatting for AggregateError (#14285)
|
||||
* fix(cli/emit): Check JS roots with // @ts-check (#14090)
|
||||
* fix(cli/tools/test): Prefix test module paths with ./ (#14301)
|
||||
* fix(fmt): regression where some short if stmt headers being split
|
||||
on multiple lines (#14292)
|
||||
* fix(permissions): fallback to denied access if the permission
|
||||
prompt fails (#14235)
|
||||
* fix: --watch was losing items (#14317)
|
||||
* fix: panic when trying to pledge permissions before restoring
|
||||
previous pledge (#14306)
|
||||
* perf(fmt/lint): incremental formatting and linting (#14314)
|
||||
* perf(runtime): bypass tokio file and bump op buffer size to 64K (#14319)
|
||||
* perf: move Deno.writeTextFile and like functions to Rust (#14221)
|
||||
* upgrade: rusty_v8 0.42.0 (#14334)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 22:23:15 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user