2021-03-21 22:53:31 +00:00
committed by Git OBS Bridge
parent 2d3a59b8c7
commit e64bcce8d5
7 changed files with 49 additions and 12 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sun Mar 21 21:52:50 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to v1.8.2:
* upgrade: rusty_v8 0.21.0
* upgrade: tokio 1.4.0
* fix: fallback to default UA and CA data for Deno.createHttpClient()
* fix: getBindGroupLayout always illegal invocation
* fix(cli/bundle): display anyhow error chain
* fix(core): don't panic on invalid arguments for Deno.core.print
* fix(doc): update example for sub processes
* fix(fmt): Correctly format hard breaks in markdown
* fix(lsp): allow on disk files to change
* fix(lsp): diagnostics use own thread and debounce
* fix(op_crates/webgpu): create instance only when required
* fix(runtime): do not require deno namespace in workers for crypto
* refactor: enforce type ResourceId across codebase
* refactor: Clean up permission handling
* refactor: Move bin ops to deno_core and unify logic with json ops
* refactor: Move Console to op_crates/console
* refactor: Split web op crate
* refactor: Simplify icu data alignment
* refactor: Update minimal ops & rename to buffer ops
* refactor: Use serde ops more
* refactor(lsp): refactor completions and add tests
* refactor(lsp): slightly reorganize diagnostics debounce logic
- update deno_std to 0.91.0:
* feat(encoding/yaml): add support for JS types and user types
* feat(io/streams): Add readerFromIterable()
* feat(std/node): add utimes and utimesSync
* fix(multipart): support useDefineForClassFields
* fix(node): fix node/cli.ts
* fix(node): move throw error in fs.writeFile to pass no-unsafe-finally
* fix(path): enable and fix file URL tests
* refactor(node/fs): update fs import
-------------------------------------------------------------------
Wed Mar 10 03:34:32 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>