Skip to content

Releases: redhat-developer/vscode-yaml

1.19.1

07 Oct 21:10
Compare
Choose a tag to compare
  • 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 and yaml-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

25 Sep 15:32
Compare
Choose a tag to compare
  • 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

28 Apr 15:43
Compare
Choose a tag to compare
  • 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

28 Apr 15:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.14.0...1.17.0

1.16.0

09 Feb 14:37
Compare
Choose a tag to compare
  • 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

09 Feb 14:34
Compare
Choose a tag to compare

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

19 Jul 15:02
e5a67a1
Compare
Choose a tag to compare

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

22 May 16:27
cbe218e
Compare
Choose a tag to compare
  • Fix: The default value for keyorder #859
  • Fix: older changelog heading levels #861
  • Fix: hover behavior when indentation not set #863
  • Add: Run sarif seperately #866
  • Fix: Formatting YAML file inserts ternary operators #255
  • Fix: Mark settings readonly #868

Thanks to Kasama

1.12.2

20 Mar 08:37
268fef3
Compare
Choose a tag to compare
  • Add: Enable telemetry in Web extension #903
  • Fix: Extension crashing remote extensions host Error: ENOENT: no such file or directory, lstat 'tasks' #904

1.12.1

08 Mar 11:22
51edeb3
Compare
Choose a tag to compare
  • 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