Skip to content

Releases: redhat-developer/vscode-yaml

1.15.0

07 Jun 06:05
Compare
Choose a tag to compare

What's Changed

  • Fix: maxItemsComputed settings name #936
  • Fix: Update telemetry to 0.8.0 #1023
  • Fix: GH version updated #1027
  • Fix: Adjust to new hover behviour for enum #1030
  • Fix: some small type issues #918
  • Add: volar-service-yaml to clients #920
  • Fix: Remove ide-yaml from known clients #921
  • Fix: schema loading performance #923
  • Fix: undefined error in mergingResult.problemArgs #924
  • Add: unify string insert text for array and property #934
  • Add: Improve some special cases for selection ranges #939
  • Fix: show all enums on hover #942
  • Fix: update README syntax highlighting #945
  • Fix: render examples as yaml on hover #947
  • Fix: snippets in additionalProperties #951
  • Fix: crash when url is undefined #954
  • Fix: Add null check for customTags #955

Thanks to Remco Haszing, Petr Spacek, Tony, Gustav Eikaas, Skip Baney and Pierre Prinetti for your contributions.

New Contributors

Full Changelog: 1.14.0...1.15.0

1.14.0

19 Jul 15:02
e5a67a1
Compare
Choose a tag to compare

What's Changed

  • Fix: Request textDocument/hover failed with message: Invalid regular expression: /(?s).*/: Invalid group #874
  • Fix: nested anyof const #888
  • Fix: Parsing example object as plain string #889
  • Fix: Improve smart select #307
  • Fix: Local YAML schema applied to schema file itself #894
  • Fix: Recursive anchors crash extension #897

Thanks to Tony,Ace and PetrSpacek for your contributions.

1.13.0

22 May 16:27
cbe218e
Compare
Choose a tag to compare
  • Fix: The default value for keyorder #859
  • Fix: older changelog heading levels #861
  • Fix: hover behavior when indentation not set #863
  • Add: Run sarif seperately #866
  • Fix: Formatting YAML file inserts ternary operators #255
  • Fix: Mark settings readonly #868

Thanks to Kasama

1.12.2

20 Mar 08:37
268fef3
Compare
Choose a tag to compare
  • Add: Enable telemetry in Web extension #903
  • Fix: Extension crashing remote extensions host Error: ENOENT: no such file or directory, lstat 'tasks' #904

1.12.1

08 Mar 11:22
51edeb3
Compare
Choose a tag to compare
  • Fix: Completion Value with dash #832
  • Add: Enforce alphabetical ordering of keys in mappings and provide codeaction to fix it. #839
  • Fix: Value completion with trailing spaces #834
  • Add: IPv4 and IPv6 validation #843
  • Fix: Type errors inform wrong type when parent schema has keyword "title" #845
  • Fix: Anchor diagnostics #846
  • Fix: Underscore being escaped in description attribute when hovering over an attribute #886
  • Add: OpenShift Toolkit extension recommendation #892

1.11.0

09 Jan 08:25
4a6d988
Compare
Choose a tag to compare
  • Fix: only the first choice is shown when hovering anyOf-typed properties #784
  • Fix: Description in the schema root does not get displayed #809
  • Fix: yaml.validation.error telemetry events are broken #816
  • Add: add diagnostic data with missing properties #775
  • Fix: Can't suggest object correctly with certain schema definition. #769
  • Fix: Property shows up multiple times in completions #829
  • Fix: oneOf validation of keys using "required" not working since 1.3.0 #769
  • Fix: incorrect behavior of keys with quotes #842
  • Fix: bad completion with array of objects #793
  • Add: Modeline takes precendence over registerContributor API #806

Thanks to Petr Spacek,Josh Pinkney

1.10.1

29 Aug 13:49
292c38b
Compare
Choose a tag to compare
  • Fix: TypeError: i.startsWith is not a function #747
  • Fix: fix: autocomplete indent on object within an array #751
  • Add: Yaml style linting to forbid flow style #753
  • Fix: enum validation #803
  • Fix: autocompletion problem when value is null inside anyOf object #684
  • Fix: indentation with extra spaces after cursor. #764

Thanks to Rickcowan

1.9.1

13 Jul 11:42
018f51f
Compare
Choose a tag to compare
  • This is the main release of Tag 1.9.0

1.9.0

13 Jul 11:40
018f51f
Compare
Choose a tag to compare
1.9.0 Pre-release
Pre-release

This release brings to you:

  • Add: Publish pre-release extension on nightly CI build #682
  • Add: Add title to extension configuration #793
  • Fix: [object Object] with malformed type definition on hover #788
  • Fix: Description not returned on hover when using yaml anchors #737
  • Fix: Validation of enums that are numbers stopped working in 1.8.0 #790
  • Fix: extra space after position #732
  • Fix: zero-based index #735
  • Fix: proper indenting of snippet within an array #745

Thanks to Whazor Nanne, Petr Spacek, Golergka and Rickcowan

1.8.0

09 Jun 11:11
8a314d3
Compare
Choose a tag to compare

This release brings to you:

  • Fix: yaml-language-server fails for yaml version #711
  • Fix: Missing Schema from catalog.json in ui #747
  • Fix: JSON Schema not applied for custom file extension #701
  • Add: Enable eslint import checks #716
  • Add: object with additional properties completion #717
  • Fix: Unable to get suggestions without typing a specific order of parameters #705
  • Add: add completion for additionalProperties propertyName #720
  • Fix: use virtual caret in tests #722
  • Add: Add nova-yaml to extension readme #723

Thanks to Petr Spacek and Grant Dickinson