Releases: redhat-developer/vscode-yaml
Releases · redhat-developer/vscode-yaml
1.15.0
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
- @tricktron made their first contribution in #912
- @datho7561 made their first contribution in #1030
Full Changelog: 1.14.0...1.15.0
1.14.0
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
1.12.2
1.12.1
- 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
- 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
- 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
- This is the main release of Tag 1.9.0
1.9.0
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
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