diff --git a/_service b/_service index 790436f..816747e 100644 --- a/_service +++ b/_service @@ -13,8 +13,8 @@ git https://github.com/denoland/deno - ffb4b32e9246dec2d452f81d530e8738e19e5a4e - 1.7.0 + v1.7.1 + 1.7.1 docs diff --git a/deno-1.7.0.tar.xz b/deno-1.7.0.tar.xz deleted file mode 100644 index 5210858..0000000 --- a/deno-1.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41f946875a6ee772ae6db55e1bde4be5382c8d24ea9e429a6487c5fa9cd05c4b -size 2100776 diff --git a/deno-1.7.1.tar.xz b/deno-1.7.1.tar.xz new file mode 100644 index 0000000..3d0eead --- /dev/null +++ b/deno-1.7.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854cb30fa6bd27afeb2bdb5b5441b36c74c7ade5e761b8138afc9eacbd89a7cf +size 2138340 diff --git a/deno.changes b/deno.changes index 0a8cd70..9f6723f 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Jan 29 17:34:16 UTC 2021 - Avindra Goolcharan + +- update to v1.7.1 + * feat(std/node): Add support for process.on("exit") + * fix(std/node): Stop callbacks being called twice when callback throws error + * fix(std/node): replace uses of window with globalThis + * fix(std/async): make pooledMap() errors catchable + * feat(lsp, unstable): add performance measurements + * fix(lsp): complete list of unused diagnostics + * fix(lsp): fix deadlocks, use one big mutex + * fix(lsp): handle mbc documents properly + * fix(lsp): handle mbc properly when formatting + * fix(lsp): reduce deadlocks with in memory documents + * fix(cli): IO resource types, fix concurrent read/write and graceful close + * fix(cli): Move WorkerOptions::deno types to unstable + * fix(cli): add lib dom.asynciterable + * fix(cli): correctly determine emit state with redirects + * fix(cli): early abort before type checking on missing modules + * fix(cli): enable url wpt + * fix(cli): fix panic in Deno.emit + * fix(cli): fix panic in op_dns_resolve + * fix(cli): fix recursive dispatches of unload event + * fix(cli): fmt command help message + * fix(cli): use DOMException in Performance#measure + * fix(cli/flags): don't panic on invalid location scheme + * fix(compile): fix panic when cross-compiling between windows and unix + * fix(core): Handle prepareStackTrace() throws + * fix(coverage): ignore comments + * fix(coverage): use source maps when printing pretty reports + * fix(op_crates/fetch): fix ReadableStream.pipeThrough() + * fix(op_crates/web): Add gb18030 and GBK encodings + * fix(op_crates/web): Improve customInspect for Location + * chore: new typescript WPT runner + ------------------------------------------------------------------- Wed Jan 20 14:08:20 UTC 2021 - Avindra Goolcharan diff --git a/deno.spec b/deno.spec index 11cf9e6..c3f1ecc 100644 --- a/deno.spec +++ b/deno.spec @@ -18,7 +18,7 @@ Name: deno -Version: 1.7.0 +Version: 1.7.1 Release: 0 Summary: A secure JavaScript and TypeScript runtime License: MIT diff --git a/revendor_source.sh b/revendor_source.sh index 2c4da53..6a60f2b 100644 --- a/revendor_source.sh +++ b/revendor_source.sh @@ -55,7 +55,7 @@ echo "done" # remake tarball echo -n "Compressing archive... " -tar -cf - vendor/ | xz -6 -c - > vendor-merged.tar.xz +tar -cf - vendor/ | xz -9 -c - > vendor-merged.tar.xz echo "done" echo "Inspect the tarball and replace the" diff --git a/vendor.tar.xz b/vendor.tar.xz index 19b36b2..a22cebe 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49beaaae71fed5cdf69ac2daebad5ff2f82122ea8152be5891aedafc81b9ce41 -size 34556068 +oid sha256:8f7b30378351df1e6557afba6f847b5498f931a8144b6df3839b829b9943205f +size 33607320