Skip to content

Releases: redhat-developer/vscode-yaml

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

1.8.0

09 Jun 11:11
8a314d3
Compare
Choose a tag to compare

This release brings to you:

  • Fix: yaml-language-server fails for yaml version #711
  • Fix: Missing Schema from catalog.json in ui #747
  • Fix: JSON Schema not applied for custom file extension #701
  • Add: Enable eslint import checks #716
  • Add: object with additional properties completion #717
  • Fix: Unable to get suggestions without typing a specific order of parameters #705
  • Add: add completion for additionalProperties propertyName #720
  • Fix: use virtual caret in tests #722
  • Add: Add nova-yaml to extension readme #723

Thanks to Petr Spacek and Grant Dickinson

1.7.0

26 Apr 07:25
Compare
Choose a tag to compare

This release brings to you:

  • Fix: merge simple property completion #685
  • Fix: schemaStore.enable setting does not work as expected #721
  • Fix: oneOf: misleading validation failures with Incorrect type. Expected "object" #692
  • Fix: Yaml errors after updating to v1.5.0 #708
  • Fix: Complex YAML generates many linting errors #712
  • Chore: Upgrade yaml parser to 2.0.0-11 #693
  • Fix: Subschema mappings wrongly assign the parent schema file #694
  • Feat: Select parent skeleton first before other properties are suggested #691
  • Fix: change completion that is invoked just after array symbol #698
  • Fix: fix array completion in the middle of the empty text #697
  • Fix: completion in the middle of the empty text #696
  • Chore: Update mocha to 9.2.2 #706
  • Feat: Support versions from schemastore #639
  • Feat: Alternate way to add local schema in windows #742
  • Fix: Sourcemaps for the yaml server project #745
  • Chore: Combine yaml.server.initialized event with the startup event #725

Thanks to Petr Spacek, Deepak Sahu and Brifly