Skip to content

Releases: redhat-developer/vscode-yaml

0.8.0

22 May 14:02
Compare
Choose a tag to compare

Enhancements:

  • Support for textDocument/findDefinition #PR

Fixes:

  • Fix kubernetes schema back to 1.17.0 #PR
  • Fix for @ symbol in relative path #PR
  • Fix for null literals #118
  • Fix for autocompletion on default values #281

0.7.2

12 Feb 14:27
Compare
Choose a tag to compare
  • Fix the way default snippets is handled when we have boolean values #PR

0.7.1 Prerelease

27 Jan 16:58
Compare
Choose a tag to compare
0.7.1 Prerelease Pre-release
Pre-release
  • Allow contributor API to contribute multiple schemas for the same file #PR
  • Fix issue with arrays in default snippets #PR

0.7.0 Prerelease

22 Jan 21:29
5b453bf
Compare
Choose a tag to compare
0.7.0 Prerelease Pre-release
Pre-release
  • Updates kubernetes schema to 1.17.0 #Commit
  • Added API for modifiying schemas in memory #151
  • Updated yaml completion to use JSON 7 Parser #150
  • Server side snippet support #205
  • Fix issue with language server not issuing warnings on duplicate keys #Commit
  • Fix for collecting completion items if array contains objects #PR
  • Fix for merge key error with JSON Schema #PR

Beta for 0.5.3 version of vscode-yaml

09 Sep 16:45
Compare
Choose a tag to compare
Pre-release

This release has a fix for #220.

To test this release, please uninstall the current version of vscode-yaml, refresh, then from the extensions view click ... and install from vsix.

0.5.2-beta

26 Aug 19:36
Compare
Choose a tag to compare
0.5.2-beta Pre-release
Pre-release

This is a pre-release that contains a fix for the custom schema provider fix.

0.4.0

18 Apr 16:02
Compare
Choose a tag to compare
  • Allow custom tags to have multiple types #77
  • Made the formatter respect the yaml.format.enable setting #PR
  • Updated the tmLanguage #Commit
  • Fixed the yaml.trace.server description
  • Added yaml.format.printWidth setting

0.3.0

23 Apr 16:50
Compare
Choose a tag to compare
  • Fixed custom tags crashing the language server #112
  • Added setting yaml.schemaStore.enable to enable/disable the schema store #115
  • Use the language server tab size when formatting #116
  • Only set CompletionItem.textEdit if it encompasses a single line #139