Skip to content

Releases: redhat-developer/vscode-yaml

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

1.7.0

26 Apr 07:25
Compare
Choose a tag to compare

This release brings to you:

  • Fix: merge simple property completion #685
  • Fix: schemaStore.enable setting does not work as expected #721
  • Fix: oneOf: misleading validation failures with Incorrect type. Expected "object" #692
  • Fix: Yaml errors after updating to v1.5.0 #708
  • Fix: Complex YAML generates many linting errors #712
  • Chore: Upgrade yaml parser to 2.0.0-11 #693
  • Fix: Subschema mappings wrongly assign the parent schema file #694
  • Feat: Select parent skeleton first before other properties are suggested #691
  • Fix: change completion that is invoked just after array symbol #698
  • Fix: fix array completion in the middle of the empty text #697
  • Fix: completion in the middle of the empty text #696
  • Chore: Update mocha to 9.2.2 #706
  • Feat: Support versions from schemastore #639
  • Feat: Alternate way to add local schema in windows #742
  • Fix: Sourcemaps for the yaml server project #745
  • Chore: Combine yaml.server.initialized event with the startup event #725

Thanks to Petr Spacek, Deepak Sahu and Brifly

1.6.0

29 Mar 09:18
850cc8c
Compare
Choose a tag to compare

This release brings to you:

  • Add: differentiate similar schemas on completion #681
  • Fix: changed on specific to undefined check instead of null and undefined check #678
  • Fix: array object completion - should not suggest const #620

Thanks to Petr Spacek

1.5.1

08 Mar 11:09
Compare
Choose a tag to compare

This release brings to you:

  • Fix: Yaml errors after updating to v1.5.0 #708

1.5.0

07 Mar 10:48
Compare
Choose a tag to compare

This release brings to you:

  • Fix: TypeError: Cannot create property 'url' on string #652
  • Fix: suggestion item title #659
  • Remove data from unused anchor diagnostics #661
  • doc: add vim-easycomplete support for yaml-lsp #662
  • Remove duplicate codelens entries #667
  • Add: show examples on hover. #660
  • Fix: oneOf: misleading validation failures with Incorrect type. Expected "object" #692
  • Fix: typos in doc #700
  • Fix: using inline schema reference (# yaml-language-server: $schema) seems to not support relative paths #587

Thanks to lijing00333, Remco Haszing, Petr Spacek and yassun4dev

1.4.0

04 Feb 07:16
Compare
Choose a tag to compare

This release brings to you:

  • Feat: Report unused anchors #587
  • Fix: Formatter does not respect Editor: Detect Indentation = false #573
  • Fix: Flakiness in validator: Incorrect type. Expected "string" #671
  • Fix: TypeError: Cannot read property 'filter' of undefined #651
  • Fix: TypeError: Cannot create property 'url' on string 'array' #653
  • Fix: Hover doesn't show up when a new line is behind nested prop with null value #615
  • Fix: Error "Matches multiple schemas" is recognized in v1.2.2 but not in v1.3.0 #683
  • Fix: Schema validation matches @bitnami as a uri-formatted string. #586
  • Add 'telemetry' tag to redhat.telemetry.enabled preference #684

1.3.0

14 Jan 13:51
Compare
Choose a tag to compare

This release brings to you:

  • Fix: Wrong hover information #647
  • Fix: relative file paths with fragments #603
  • Update K8S json schema version from 1.20.5 to 1.22.4 #611
  • Feat: extend array documentation on completion #608
  • Feat: add more detail into anyOf array completion #607
  • Feat: trim end $1 from completion #609
  • Fix: auto-complete is not working properly #563
  • Fix: TypeError: Cannot read property 'type' of undefined #652
  • Feat: Improve telemetry error logging #602
  • Fix: completion invoke in three different scenarios #617
  • Fix: DefaultSnippets quick suggestions don't show description if they overlap with const defined in if else #642
  • Fix: If maxProperties is set, completion does not work for the last property #612
  • Feat: Add convert to boolean code action #622
  • Remove getSchemas method #626
  • Lock [email protected] #637
  • Feat: disable default props #606
  • Fix: Schema validation matches @bitnami as a uri-formatted string. #586
  • Fix: Array indent doesn't work properly inside another array #634
  • Fix: _PROXY environment and setting not honoured since 1.1.1 #588
  • Fix: array indent on different index position #635
  • Feat: parent completion #628
  • Fix: Hammerkit yaml schema picked up instead of Github actions #565
  • Fix: integrated the latest 0.5.7 request-light lib version #673

Thanks to tonypai, Martti Laine, Petr Spacek, sfalmo

1.2.2

30 Nov 14:56
Compare
Choose a tag to compare

This release brings to you:

  • Fix: LSP triggeringregisterCapability despite dynamicRegistration set to false #583
  • Add methods which allow client get schemas info #556
  • Fix: links error reporting #596

1.2.1

23 Nov 16:12
Compare
Choose a tag to compare

This release brings to you:

  • Fix: Can not load schema file when the URL is redirected. #586
  • docs: fix typos #592
  • Fix: Schema comment still not working properly in 1.1.0. #629
  • Fix: document symbols, when key is not string #594
  • Start extension on dockercompose language mode #648

Thanks to Alexander Steppke and dundargoc