-
Notifications
You must be signed in to change notification settings - Fork 315
Updated changelog for the release 1.19.0 #1094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,27 @@ | ||
| ### 1.19.0 | ||
| - Feat: redhat.vscode-yaml should be able to format docker-compose.yml by default [#1071](https://github.com/redhat-developer/yaml-language-server/issues/1071) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wouldn't mention the VS Code extension. Can this just be : "Feat: Support formatting docker-compose.yml by default". |
||
| - Feat: Support statically registering format support [#1062](https://github.com/redhat-developer/yaml-language-server/pull/1062) | ||
| - Feat: Support localization in vscode YAML extension [#1081](https://github.com/redhat-developer/yaml-language-server/issues/1081) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Feat: Support localization in the YAML language server" |
||
| - Feat: Add formatting option to remove trailing comma [#1112](https://github.com/redhat-developer/vscode-yaml/issues/1112) | ||
| - Bump: ajv version [#1067](https://github.com/redhat-developer/yaml-language-server/pull/1067) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If this is just a dependency update, I would place it near the bottom. |
||
| - Fix: OpenAPI 3.0.0 specification is treated as invalid [#752](https://github.com/redhat-developer/yaml-language-server/issues/752) | ||
| - Fix: YAML Language Server checks against JSON Schema Draft 7 instead of the defined one [#780](https://github.com/redhat-developer/yaml-language-server/issues/780) | ||
| - Fix: Numbers in comments [#922](https://github.com/redhat-developer/yaml-language-server/issues/922) | ||
| - Fix: Make enum values easier to read on hover [#982](https://github.com/redhat-developer/yaml-language-server/issues/982) | ||
| - Fix: No more quickfix for indent with tab [#1052](https://github.com/redhat-developer/yaml-language-server/issues/1052) | ||
| - Fix: QuickFix for "flow sequence forbidden" leaves in trailing `]` [#1060](https://github.com/redhat-developer/yaml-language-server/issues/1060) | ||
| - Fix: yaml conversion does not resolve aliases correctly [#1075](https://github.com/redhat-developer/yaml-language-server/issues/1075) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would make it YAML (uppercase). |
||
| - Fix: Fix enum values to be unique [#1028](https://github.com/redhat-developer/yaml-language-server/pull/1028) | ||
| - Fix: Using bool values in enum and const generates a validation error for valid values [#1078](https://github.com/redhat-developer/yaml-language-server/issues/1078) | ||
| - Fix: improve enum value descriptions for merged enum lists [#1085](https://github.com/redhat-developer/yaml-language-server/pull/1085) | ||
| - Fix: Array of const completion [#1092](https://github.com/redhat-developer/yaml-language-server/pull/1092) | ||
| - Fix: Error for missing anchor (unidentified alias) broken since 1.0 [#1098](https://github.com/redhat-developer/vscode-yaml/issues/1098) | ||
| - Fix: Invalid tab indentation error [#1110](https://github.com/redhat-developer/vscode-yaml/issues/1110) | ||
| - Fix: Validation shows false negative errors if using boolean with const [#1116](https://github.com/redhat-developer/vscode-yaml/issues/1116) | ||
|
|
||
| Thanks to [Trevor Dixon](https://github.com/trevordixon), [David Lechner](https://github.com/dlech), [pjsk-stripe](https://github.com/pjsk-stripe), [Lucy Dryaeva | ||
| ](https://github.com/ShadiestGoat) and [Kosta](https://github.com/Kosta-Github) for your contributions. | ||
|
|
||
| ### 1.18.0 | ||
| - Feat: Do not suggest propertyNames if doNotSuggest is true [#1045](https://github.com/redhat-developer/yaml-language-server/pull/1045) | ||
| - Feat: Exclude not suggest properties from possible properties error [#1051](https://github.com/redhat-developer/yaml-language-server/pull/1051) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.