Skip to content

Releases: redhat-developer/vscode-yaml

1.0.0

18 Oct 06:52
Compare
Choose a tag to compare

This release brings to you:

  • Use eemeli/yaml as YAML parser in yaml-language-server #421
  • Fix: Completion provider: t.replace is not a function #547

0.23.0

30 Sep 13:54
Compare
Choose a tag to compare

This release brings to you:

  • Replace js-yaml with yaml #526
  • Update monaco-yaml link in docs #527
  • Update vscode-nls and vscode-uri dependencies #531
  • Fix: error handling in hover and codelens #534
  • Fix: 'label.replace is not a function' error #544
  • Fix: Fragment resolution from #512 doesn't always work #522
  • Optimize packaging with webpack #521
  • Throttle LSP error telemetry reporting #599
  • Update vscode-redhat-telemetry to 0.4.2 #598

Thanks to Remco Haszing and Fred Bricon

0.22.0

28 Jul 15:02
Compare
Choose a tag to compare
  • Fix: fetching nested http settings #511
  • Fix: Cannot create property 'url' on string 'en' #556
  • Fix: Error on 'textDocument/codeLens' request #497
  • Do not send null in to telemetry #513
  • Fix: UnhandledPromiseRejectionWarning on jsonParser #494
  • Fix: Schema URL fragments broken since 0.21.0 #557
  • Fix: Unhandled Promise rejections with dynamicRegistration disabled #498
  • Support virtual workspaces #502

Thanks to Rob Anderson

0.21.1

13 Jul 14:25
Compare
Choose a tag to compare
  • Fix: Unable to load remote schema with http protocol #550
  • Log more errors in to telemetry #508

0.21.0

08 Jul 14:30
Compare
Choose a tag to compare
  • Upgrade jsonc-parser to latest version #492
  • Fix: Request textDocument/completion failed with message: label.replace is not a function #536
  • Fix: TypeError: customTags.filter is not a function #495
  • Support relative path in inline schema comment #499
  • Improve hover to include title, description and source schema link #480
  • feat: support workspace trust #538
  • Improve telemetry #543

0.20.0

16 Jun 13:41
Compare
Choose a tag to compare
  • Restore telemetry #528
  • Fix: Resource scoped settings are accessed without a resource warning #478
  • Chore: remove executable flags #505
  • Fix: Autocomplete not working when certain characters are in object property keys #496 #474
  • workspace/configuration request used to fetch preferences #327
  • Now main branch used as default #472
  • Fix: Schema link does not work when schema is a local file #513

0.19.2

21 May 17:09
Compare
Choose a tag to compare
  • Revert/delete telemetry #515
  • Remove fileMatch workaround, now glob patterns should work as expected #467

0.19.1

20 May 08:36
Compare
Choose a tag to compare
  • Fix: "Billion Laughs" attack #463
  • Added implementation of telemetry event #439
  • Added option to specify custom schema store #459
  • Clean schema cache if cached file was deleted #511
  • Added telemetry #490

Thanks to Ryan (hackercat)

0.19.0

13 May 17:03
Compare
Choose a tag to compare
  • Fix: Inconsistent way to generate whole property snippet and value snippet, when it contains \" #353
  • Upgrade to 4.1.0 version of vscode-json-languageservice which enables used of the extended glob patterns. #448
  • Fix: Anchor on property which uses alias fails validation #273
  • Update js-yaml to 4.1.0 #454
  • Add monaco-yaml in the readme under clients #455
  • Add support for maxItemsComputed for document symbols and folding ranges #444
  • Add config parameter to disable additional properties #452
  • Add safety measure for preventing use of npm instead of yarn (engines version trick) #458
  • Require minimal npm version #494
  • This project now use yarn instead of npm #498
  • New disableAdditionalProperties preference option for yaml, for more strict validation #499

Thanks to Andrew Metcalf, Remco Haszing, Petr Spacek and Sorin Sbarnea

0.18.0

14 Apr 15:17
Compare
Choose a tag to compare
  • Fix: Loading JSON Schemas #462
  • Fix: additionalItems does not support $ref #408
  • Fix: vscode/jsonschema markdownDescription support seems patchy #417
  • Fix: Inconsistent way to generate whole property snippet and value snippet, when it contains \" #353
  • Fix: Keys requiring quotation can bork the schema #439
  • Fix: yaml.customTags not working in 0.17.0 #461
  • Fix: unknown tag tag:yaml.org,2002:str #173