Skip to content

Releases: redhat-developer/vscode-yaml

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

1.11.0

09 Jan 08:25
4a6d988
Compare
Choose a tag to compare
  • 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

29 Aug 13:49
292c38b
Compare
Choose a tag to compare
  • 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

13 Jul 11:42
018f51f
Compare
Choose a tag to compare
  • This is the main release of Tag 1.9.0

1.9.0

13 Jul 11:40
018f51f
Compare
Choose a tag to compare
1.9.0 Pre-release
Pre-release

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