Releases: redhat-developer/vscode-yaml
Releases · redhat-developer/vscode-yaml
1.16.0
- Feat: Add support for draft-04 (2019 and 2020 included) json schemas while supporting draft-07 #1006
- Feat: quickFix for enum, const, property #900
- Add: Send real errors to telemetry #981
- Add: Missing field descriptions for anyOf #1007
- Add: k8s update schema to 1.32.1 #1011
- Add: Adjust to new hover behavior for enum #1030
- Add: Filename .clang-tidy as YAML #1055
- Bump: Dependencies #1000 #1001 #1002 #1003
Thanks to Remco Haszing, Petr Spacek, David Hernando, Yannik Tausch, Lauri Tirkkonen, Tobias Hernstig for your contributions.
Full Changelog: 1.15.0...1.16.0
1.15.0
Commits
- 41d2407: revert YAML LS versions (msivasubramaniaan) #1032
- d644d4b: migrated jenkin build to GH action (msivasubramaniaan) #1033
- e33685d: published global specific (msivasubramaniaan) #1033
- a5605c3: renamed yaml to vscode-yaml (msivasubramaniaan) #1033
- ba4fa18: addressed review comments (msivasubramaniaan) #1033
- f3b2339: removed platform tag (msivasubramaniaan) #1033
- 41e0be7: removed npm install (msivasubramaniaan) #1033
- 5a71094: Add filename .clang-tidy as YAML (thernstig) #1055
- a8b8d69: Create npm-grunt.yml (saanulapz) #1057
- 7bc63d0: Revert "Create npm-grunt.yml" (Muthurajan Sivasubramanian) #1090
- e696d9b: updated changelog and removed unused parameter (#1089) (Muthurajan Sivasubramanian) #1089
- 09688f7: release 1.16.0 (msivasubramaniaan)
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