Skip to content

Releases: redhat-developer/vscode-yaml

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

1.2.0

10 Nov 14:47
Compare
Choose a tag to compare

This release brings to you:

  • Fix: Pattern (Regex) not parsed correctly, e.g. ^[\w\-_]+$ #636
  • Fix: Autocomplete bug with nested objects in arrays in the 1.0.0 version #621
  • Add: Implementation Go to Definition for alias nodes #541
  • Provide completion for reachable schema #560
  • Fix: very slow completion with aws cloudformation schema #626

Thanks to Aurélien Pupier

1.1.1

05 Nov 17:43
Compare
Choose a tag to compare

This release brings to you:

  • Fix: Autocomplete should not escape colon without white-space following #571
  • Fix: Unescape regexp string to be compatible with 'u' flag #576
  • Change 'wordPattern' to be more yaml specific #634