2021-06-23 23:36:02 +00:00
committed by Git OBS Bridge
parent afe62c1a31
commit b5cbf2ac81
6 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 23 21:25:08 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to v1.11.2:
* feat(unstable, lsp): quick fix actions to ignore lint errors (#10627)
* fix: add support for module es2020 to Deno.emit (#11065)
* fix: align Console to spec (#10983)
* fix: align URL / URLSearchParams to spec (#11005)
* fix: align Websocket to spec (#11010)
* fix: closing / aborting WritableStream is racy (#10982)
* fix: fetch with method HEAD should not have body (#11003)
* fix: Worker accepts specifier as URL (#11038)
* fix(lsp): do not rename in strings and comments (#11041)
-------------------------------------------------------------------
Sat Jun 19 05:38:31 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>