Skip to content

Releases: redhat-developer/vscode-yaml

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

0.17.0

25 Mar 14:51
Compare
Choose a tag to compare
  • Show warning notification if some extension conflicts with vscode-yaml #404
  • Fix: editor.autoIndent value incorrect #445
  • Support opening schema contributed by other extensions #451
  • Disable folding range provider #400
  • Re-add schema priority levels #418
  • Fix: No diagnostics reported on empty files #413
  • Update kubernetes schema to 1.20.5 #429
  • Add CodeLens with links to JSON Schema used #424
  • Fix: Completion for existing property #428

0.16.0

04 Mar 14:18
Compare
Choose a tag to compare
  • CodeAction to open json schema from yaml error #395
  • Upgrade to 4.0.2 vscode-json-languageservice #405
  • feat: add ability to delete all schemas from cache #397
  • feat: multiple schema distinction in validation #410
  • Fix: Object autocompletion in arrays with custom indentation produces invalid output #432
  • Fix: Auto completing an object underneath an array can produce the wrong indentation #392
  • CodeAction to convert Tab characters to spaces #416
  • Fix: Incorrect Matching Against Schema Store #354
  • Fix: Uses the wrong schema, even when yaml.schemas is set #397
  • feat: add new params to completion snippet #388
  • Fix: Runtime warning on configuration loading #436

Thanks to Petr Spacek and Sorin Sbarnea

0.15.0

10 Feb 13:44
Compare
Choose a tag to compare
  • Fix: Array new line ending with no indent #384
  • Fix: Code Completion with defaultSnippet and markdown #385
  • Fix: Test yaml-schema package #386
  • Fix: Completion with default snippet when node is array #387
  • Auto formatting for list, with onTypeFormatting implementation #179
  • Fix: Completion array anyOf #390
  • Fix CodeCompletion with defaultSnippet and markdown #393
  • Update kubernetes schema to 1.18.1 #401
  • Fix: Folding misbehaves in version 0.14.0 #400
  • Add backtick to surroundingPairs #144
  • Fix: Extension is stealing focus #359

Thanks to Petr Spacek and tonypai for contribution in yaml-language-server

0.14.0

12 Jan 15:25
Compare
Choose a tag to compare
  • yaml-language-server use a non-standard LSP request to resolve schemas content on client #359
  • Add in non-standard lsp request for resolving schemas on the client-side #395
  • Fix error on completion 'null' value #360
  • Select schemas based of on their priority #362
  • Keep space before word after inserting completion #363
  • Update readme with example of an array of glob patterns for schema #366
  • Add Dockerfile #335
  • Fix: Code completion list empty on empty file #349
  • Fix: Autocompletion missing space in value for default snippets when autocompleting on root node #364
  • Check if dynamic registration is enabled before executing onDidChangeWorkspaceFolders #378
  • Fix: Array indentation in autocomplete is broken after upgrade to 0.13 #376
  • Added folding ranges provider implementation #337
  • Fix: Hover doesn't work when there is no symbol after property #382
  • Fix: Code completion array new line ending with no indent #384
  • Fix: Code completion with defaultSnippet and markdown #385

v0.13.0

19 Nov 14:54
Compare
Choose a tag to compare
  • Improve 'hover' with complex k8s schemas #347
  • Allow array for fileMatch in yamlValidation contribution, now this property complies with contributes.jsonValidation #348
  • yaml-language-server now compatible with the newest version of vscode-json-languageservice. #350
  • Fix: If blocks don't evaluate properties correctly #393

v0.12.0

29 Oct 14:36
Compare
Choose a tag to compare
  • Fix: Error when file has "Type" attribute #317
  • Added all user settings in to README.md #334
  • Added schema information (schema title or URL) to diagnostic #310
  • Fix: autogenerated snippet for keys that contain an array of objects is badly indented #329
  • Fix: example string of type integer gets pasted as int #371
  • Fix: Auto completion can't suggest string enums correctly in Flow Style content. #239

0.11.1

28 Sep 08:15
Compare
Choose a tag to compare
  • Fix: Latest version breaks auto-save formatting #366

0.11.0

18 Sep 13:20
Compare
Choose a tag to compare
  • Fix: yaml.schemas configuration doesn't work on windows with full path #347
  • Completion text use space instead of tab for indentation #283
  • YAML Schemas can now be used for validation #318

0.10.0

20 Aug 15:03
Compare
Choose a tag to compare

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