Releases: redhat-developer/vscode-yaml
Releases · redhat-developer/vscode-yaml
1.19.1
- Fix: Revert change that modified user settings on each launch #1157
- Fix: QuickFix to replace value with integer/number appears blank and doesn't work #1116
- Fix: Support
yaml-textmate
andyaml-tmlanguage
languages #1132 - Docs: Remove '\n' in README.md #1068
- Docs: Mention Kate as client #1122
- Build: Publish prereleases #1155
Thanks to roc, Arunvenmany,
Niels Thykier, and RedCMD for your contributions.
1.19.0
- Feat: Support formatting docker-compose.yml by default #1071
- Feat: Support statically registering format support #1062
- Feat: Support localization in the YAML language server #1081
- Feat: Migrated to NPM #1097
- Feat: Add formatting option to remove trailing comma #1112
- Fix: OpenAPI 3.0.0 specification is treated as invalid #752
- Fix: YAML Language Server checks against JSON Schema Draft 7 instead of the defined one #780
- Fix: Numbers in comments should not break schema validation #922
- Fix: Make enum values easier to read on hover #982
- Fix: No more quickfix for indent with tab #1052
- Fix: QuickFix for "flow sequence forbidden" leaves in trailing
]
#1060 - Fix: YAML conversion does not resolve aliases correctly #1075
- Fix: Fix enum values to be unique #1028
- Fix: Using bool values in enum and const generates a validation error for valid values #1078
- Fix: improve enum value descriptions for merged enum lists #1085
- Fix: Array of const completion #1092
- Fix: Error for missing anchor (unidentified alias) broken since 1.0 #1098
- Fix: Invalid tab indentation error #1110
- Fix: Validation shows false negative errors if using boolean with const #1116
- Fix: Broken link to JSON Schema website #1113
- Fix: GitHub Actions release process was broken #1127, #1128
- Bump: ajv version #1067
Thanks to Trevor Dixon, David Lechner, pjsk-stripe, Lucy Dryaeva
, Kosta and August Johansson for your contributions.
1.18.0
- Feat: Do not suggest propertyNames if doNotSuggest is true #1045
- Feat: Exclude not suggest properties from possible properties error #1051
- Feat: Fix enum values to be unique #1028
- Fix: URL-encoded characters in $ref paths break schema resolution #1082
- Fix: Tests fail with Node.JS 23.7.x #1018
- Fix: Autocompletion problem when value is null inside anyOf object #684
- Fix: Enum strings YES / NO are converted to boolean incorrectly #1036
- Fix: Autocompletion with escape sequence chars #1040
- Fix: multipleOf does not work for floats #985
Thanks to Petr Spacek, Kosta and Willem Jan for your contributions.
1.17.0
What's Changed
- gh version updated by @msivasubramaniaan in #1027
- Fix maxItemsComputed settings name by @gorkem in #936
- Support Multiple Custom Kubernetes Versions and CRDs by @tricktron in #912
- Revert "Support Multiple Custom Kubernetes Versions and CRDs" by @msivasubramaniaan in #1028
- Update telemetry to 0.8.0 by @fbricon in #1023
- updated changelog and versions for release 1.15.0 by @msivasubramaniaan in #1029
- Adjust to new hover behviour for enum by @datho7561 in #1030
- revert YAML LS versions by @msivasubramaniaan in #1032
- migrated jenkin build to GH action by @msivasubramaniaan in #1033
- Add filename .clang-tidy as YAML by @thernstig in #1055
- Create npm-grunt.yml by @saanulapz in #1057
- Revert "Create npm-grunt.yml" by @msivasubramaniaan in #1090
- updated changelog and removed unused parameter by @msivasubramaniaan in #1089
- bump v1.17.0 by @msivasubramaniaan in #1094
- changed replace to replaceAll on schema by @msivasubramaniaan in #1099
- changelog updated for the release v1.17.0 by @msivasubramaniaan in #1104
New Contributors
- @tricktron made their first contribution in #912
- @datho7561 made their first contribution in #1030
- @thernstig made their first contribution in #1055
- @saanulapz made their first contribution in #1057
Full Changelog: 1.14.0...1.17.0
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