- Remove fileMatch workaround, now glob patterns should work as expected #467
- Fix: "Billion Laughs" attack #463
- Added implementation of telemetry event #439
- Added option to specify custom schema store #459
Thanks to Ryan (hackercat)
- Fix: Inconsistent way to generate whole property snippet and value snippet, when it contains
\"#353 - Upgrade to
4.1.0version ofvscode-json-languageservicewhich enables used of the extended glob patterns. #448 - Fix: Anchor on property which uses alias fails validation #273
- Update
js-yamlto4.1.0#454 - Add monaco-yaml in the readme under clients #455
- Add support for
maxItemsComputedfor document symbols and folding ranges #444 - Add config parameter to disable additional properties #452
- add safety measure for preventing use of npm instead of yarn (engines version trick) #458
Thanks to Andrew Metcalf, Remco Haszing, Petr Spacek and Sorin Sbarnea
- Fix: additionalItems does not support $ref #408
- Fix: vscode/jsonschema markdownDescription support seems patchy #417
- Fix: Inconsistent way to generate whole property snippet and value snippet, when it contains
\"#353 - Fix: Keys requiring quotation can bork the schema #439
- Fix: yaml.customTags not working in
0.17.0#461 - Fix: unknown tag tag:yaml.org,2002:str #173
- Disable folding range provider #400
- Re-add schema priority levels #418
- Fix: No diagnostics reported on empty files #413
- Update kubernetes schema to 1.20.5 #429
- Add CodeLens with links to JSON Schema used #424
- Fix: Completion for existing property #428
- CodeAction to open json schema from yaml error #395
- Upgrade to
4.0.2vscode-json-languageservice #405 - feat: add ability to delete all schemas from cache #397
- feat: multiple schema distinction in validation #410
- Fix: Object autocompletion in arrays with custom indentation produces invalid output #432
- Fix: Auto completing an object underneath an array can produce the wrong indentation #392
- CodeAction to convert Tab characters to spaces #416
- Fix: Incorrect Matching Against Schema Store #354
- Fix: Uses the wrong schema, even when yaml.schemas is set #397
- feat: add new params to completion snippet #388
Thanks to Petr Spacek
- Fix: Array new line ending with no indent #384
- Fix: Code Completion with defaultSnippet and markdown #385
- Fix: Test yaml-schema package #386
- Fix: Completion with default snippet when node is array #387
- Auto formatting for list, with
onTypeFormattingimplementation #179 - Fix: Completion array anyOf #390
- Fix CodeCompletion with defaultSnippet and markdown #393
- Fix: Services initialization #399
- Update kubernetes schema to 1.18.1 #401
- Fix: Folding misbehaves in version 0.14.0 #400
- Use mocha bdd interface for all tests #403
Thanks to Petr Spacek and tonypai
- yaml-language-server use a non-standard LSP request to resolve schemas content on client #359
- Fix error on completion 'null' value #360
- Select schemas based off on their priority #362
- Keep space before word after inserting completion #363
- Update readme with example of an array of glob patterns for schema #366
- Add Dockerfile #335
- Fix: Code completion list empty on empty file #349
- Fix: Autocompletion missing space in value for default snippets when autocompleting on root node #364
- Check if dynamic registration is enabled before executing onDidChangeWorkspaceFolders #378
- Fix: Array indentation in autocomplete is broken after upgrade to 0.13 #376
- Added folding ranges provider implementation #337
- Fix: Hover doesn't work when there is now symbol after property #382
- Fix: Code completion array new line ending with no indent #384
- Fix: Code completion with defaultSnippet and makdown #385
- Improve 'hover' with complex k8s schemas #347
- Allow array for fileMatch in yamlValidation contribution, now this property complies with
contributes.jsonValidation#348 - yaml-language-server now compatible with the newest version of vscode-json-languageservice. #350
- Code cleanup related to Promises usage #351 and #352
- Fix: If blocks don't evaluate properties correctly #393
- Fix: Error when file has "Type" attribute #317
- Added all user settings in to README.md #334
- Added schema information (schema title or URL) to diagnostic #310
- Fix: autogenerated snippet for keys that contain an array of objects is badly indented #329
- Fix: example string of type integer gets pasted as int #371
- Fix: Auto completion can't suggest string enums correctly in Flow Style content. #239
- Fix: Latest version breaks auto-save formatting #366
- Make yaml-language-server available as ESM and UMD modules in the
/libdirectory #305 - Fix:
yaml.schemasconfiguration doesn't work on windows with full path #347 - Completion text use space instead of tab for indentation #283
- YAML Schemas can now be used for validation #318
- Fix for cannot read property 'lineComments' of undefined Code: -32603 redhat-developer/vscode-yaml#312
- Allows to declare a schema inside the yaml file through modeline
# yaml-language-server: $schema=<urlOfTheSchema>#280 - Insert empty string instead of 'null' for string array completion #277
- Handle workspace/workspaceFolders event for multi root workspaces #281
- Provide default object as completion snippet [#291] #291
- Add validation of date and time formats #292
- Fix document symbols computation if yaml has complex mappings #293
- Improve Diagnostic positions #260
- Support
maxPropertieswhen providing completion #269 - Fix for required attributes are inserted with wrong level of indentation on first array item redhat-developer/vscode-yaml#312
- Use https endpoints for schemastore #PR
- Start using yarn for everything instead of npm
- Allow for partial configurations in onDidChangeConfiguration #256
- Support for textDocument/findDefinition #PR
- Fix kubernetes schema back to 1.17.0 #PR
- Fix for @ symbol in relative path #PR
- Fix for null literals #118
- Fix for autocompletion on default values #281
- Fix the way default snippets is handled when we have boolean values #PR
- Allow contributor API to contribute multiple schemas for the same file #PR
- Fix issue with arrays in default snippets #PR
- Updates kubernetes schema to 1.17.0 #Commit
- Added API for modifiying schemas in memory #151
- Updated yaml completion to use JSON 7 Parser #150
- Server side snippet support #205
- Fix issue with language server not issuing warnings on duplicate keys #Commit
- Fix for collecting completion items if array contains objects #PR
- Fix for merge key error with JSON Schema #PR
- Fix for setting kubernetes in yaml.schemas gives error #202
- Remove document range formatter registration #PR
- Catch errors that happen when schema store schemas cannot be grabbed #PR
- Include the package-lock.json
- Fix for language server initialize erroring when rootURI is not set
- Fix for autocompletion not working when there are multiple enums available
- Fix for showing the correct validation when a key has an associated null value for kubernetes
- Add Eclipse Wild Web Developer as client
- Fix for Array item properties being created with the wrong indent
- Update of various dependencies
- Make prettier an optional dependency because of issues with webpack
- Adds in custom kubernetes schema comparator
- Adds in missing js-yaml dependency
- Fixed offset of undefined when hovering #162
- Fixed relative path schema loading #154
- Realigned features of YAML Language Server with JSON Language Server #142
- Updated the kubernetes schema to be an upstream one #PR
- Allow custom tags to have multiple types #77
- Made the formatter respect the yaml.format.enable setting #PR
- yaml-language-server command is now executable #PR
- Only set CompletionItem.textEdit if it encompasses a single line #139
- Fixed custom tags crashing the language server #112
- Added setting yaml.schemaStore.enable to enable/disable the schema store #115
- Use the language server tab size when formatting #116
- Added fix for language server crashing when settings.yaml.format was not sent #111
- Added a new formatter that uses prettier #Commit
- Added a registration for custom schema provider extension #Commit
- Add ability to toggle hover and autocompletion #Commit
- Fix handling scenario of multiple documents in single yaml file #81
- Support associate schemas with files in a regular expression #Commit
- Fixed dynamic registration of formatter #74
- Bumped to fix jenkins errors
- Show errors if schema cannot be grabbed #73
- The validator should support null values #72
- Server returning nothing on things such as completion errors Eclipse Che #66
- Return promises that resolve to null #PR-71
- Remove unused dependency to deep-equal #PR-70
- Added custom tags to autocompletion #Commit
- Support for custom tags #59
- Incorrect duplicate key registered when using YAML anchors #82
- Automatically insert colon on autocomplete #78
- Fix for completion helper if it contains \r #37
- Programmatically associate YAML files with schemas by other extensions #61
- Autocompletion not triggered while typing #46
- Remove console.log from jsonSchemaService #49
- Change "Property {$property_name} is not allowed" error message #42
- New Kubernetes Schema + Updated support for Kubernetes #40
- Added Kedge back in as one of the default schemas
- Added file watch for json schema files in the workspace #34
- Multi root settings #50
- Fix for crashing yaml language server when !include is present #52
- Update tests to work on windows #30
- Added validation toggle in settings #20
- YAML Schemas are pulled from JSON Schema Store #15
- YAML Diagnostics throw on a single line instead of the entire file #19
- Fix for getNodeFromOffset #18
- Hotfix for making multiple schemas in the settings work again
- Fixed Schema validation reports errors in valid YAML document #42
- Fixed Support for multiple YAML documents in single file #43
- Fixed support for kubernetes files
- Fixed boolean notation for validation #40
- Fixed autocompletion for first new list item #39
- Added new autocompletion service which is better for json schemas
- Added yamlValidation contribution point #37
- Initial release with support for hover, document outlining, validation and auto completion