Releases: redhat-developer/vscode-yaml
Releases · redhat-developer/vscode-yaml
1.7.0
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 to2.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
1.5.1
1.5.0
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
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
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
1.2.1
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
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