2021-06-03 15:33:54 +00:00
committed by Git OBS Bridge
parent 607a556ea5
commit 6cb6b9d4f8
6 changed files with 52 additions and 8 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Thu Jun 3 15:19:42 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to v1.10.3:
* feat(lsp): diagnostics for deno types and triple-slash refs
* feat(lsp): provide X-Deno-Warning as a diagnostic
* feat(lsp): show hints from deno_lint in addition to messages
* feat(lsp): support formatting json and markdown files
* fix(cli): always allow documentation modules to be checked
* fix(cli): canonicalize coverage dir
* fix(cli): don't statically error on dynamic unmapped bare specifiers
* fix(cli): empty tsconfig.json file does not cause error
* fix(cli): support source maps with Deno.emit() and bundle
* fix(cli/dts): fix missing error class (NotSupported) in types
* fix(cli/install): support file: scheme URLs
* fix(cli/test): don't use reserved symbol : in specifier
* fix(cli/test): ensure coverage dir exists
* fix(cli/upgrade): modify download size paddings
* fix(runtime/http): expose nextRequest() errors in respondWith()
* fix(runtime/http): fix empty blob response
* fix(serde_v8): remove intentional deserialization error on non-utf8 strings
* fix(ext/fetch): fix error message of Request constructor
* fix(ext/fetch): make prototype properties writable
* fix(ext/fetch): remove unimplemented Request attributes
* fix(ext/file): update File constructor following the spec
* fix(ext/webstorage): use opstate for sqlite connection
* fix(lsp): deps diagnostics include data property
* fix(lsp): ignore type definition not found diagnostic
* fix(lsp): local module import added by code action now has file ext
* fix(lsp): make failed to load config error descriptive
* fix(lsp): memoize script versions per tsc request
* fix(lsp): re-enable the per resource configuration without a deadlock
* docs(runtime): fix fetch API usage of HTTP server
* docs(cli): update getting started for clarity
* docs(cli/dts) replace read() with readSync()
* docs(cli/dts): fix plugin example
* docs(cli/dts): fix unix socket examples
* docs(cli/dts): make worker example pass
* docs(cli/dts): tag test permission example as typescript
* docs(cli/dts): fix typo in TestDefinition.only description
* docs(permissions): fix grammatical error in permissions docs
* docs(testing): fix misspelling
* docs(typescript): fix typo in faqs
-------------------------------------------------------------------
Mon May 17 16:03:53 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>