Skip to content

0.10.0

Compare
Choose a tag to compare
@evidolob evidolob released this 20 Aug 15:03
· 78 commits to master since this release

This release brings to you:

  • Log all errors in to 'YAML Support' output channel #327
  • Fixed bug, when if a registeredContributor of schema provider is throwing an error, it is forbidding other registered schema providers to work #323
  • Add label for scheme contributions, with this label extension can override schemes contributed by other extension #315
  • Allows to declare a schema inside the yaml file through modeline # yaml-language-server: $schema=<urlOfTheSchema> #280
  • Insert empty string instead of 'null' for string array completion #277
  • Handle workspace/workspaceFolders event for multi root workspaces #281
  • Provide default object as completion snippet [#291] redhat-developer/yaml-language-server#291
  • Add validation of date and time formats #292
  • Fix document symbols computation if yaml has complex mappings #293