- New icon #Commit
- Ability to toggle hover/autocompletion #Commit
- Add formatter settings #Commit
- Added a new formatter that uses prettier #Commit
- Fix handling scenario of multiple documents in single yaml file #81
- Support associate schemas with files in a regular expression #Commit
- Fixed strange behaviour of formatter #90
- Fixed dynamic registration of formatter #74
- Relative paths fix #92
- 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
- Remove yarn.lock from language contributes #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