Releases: redhat-developer/vscode-yaml
Releases · redhat-developer/vscode-yaml
1.1.0
This release brings to you:
- Add Web VSCode support #594
- schemas: Unicode support for pattern and patternProperties keywords #554
- Fix: IntelliSense broken with v1.0.0 #616
- Fix: Cannot read property '0' of undefined Code #617
- Fix: Completion of second level for Camel K files are no more working #619
- Provide completion for inlined schema syntax #559
- Fix: Schema comment ignored if it isn't the first line in the file. #618
Thanks to Johnny Graettinger, Martin Aeschlimann and Aurélien Pupier
1.0.0
0.23.0
This release brings to you:
- Replace js-yaml with yaml #526
- Update monaco-yaml link in docs #527
- Update vscode-nls and vscode-uri dependencies #531
- Fix: error handling in hover and codelens #534
- Fix: 'label.replace is not a function' error #544
- Fix: Fragment resolution from #512 doesn't always work #522
- Optimize packaging with webpack #521
- Throttle LSP error telemetry reporting #599
- Update vscode-redhat-telemetry to 0.4.2 #598
Thanks to Remco Haszing and Fred Bricon
0.22.0
- Fix: fetching nested http settings #511
- Fix: Cannot create property 'url' on string 'en' #556
- Fix: Error on 'textDocument/codeLens' request #497
- Do not send
null
in to telemetry #513 - Fix: UnhandledPromiseRejectionWarning on jsonParser #494
- Fix: Schema URL fragments broken since 0.21.0 #557
- Fix: Unhandled Promise rejections with dynamicRegistration disabled #498
- Support virtual workspaces #502
Thanks to Rob Anderson
0.21.1
0.21.0
- Upgrade jsonc-parser to latest version #492
- Fix: Request textDocument/completion failed with message: label.replace is not a function #536
- Fix:
TypeError: customTags.filter is not a function
#495 - Support relative path in inline schema comment #499
- Improve hover to include title, description and source schema link #480
- feat: support workspace trust #538
- Improve telemetry #543
0.20.0
- Restore telemetry #528
- Fix: Resource scoped settings are accessed without a resource warning #478
- Chore: remove executable flags #505
- Fix: Autocomplete not working when certain characters are in object property keys #496 #474
workspace/configuration
request used to fetch preferences #327- Now
main
branch used as default #472 - Fix: Schema link does not work when schema is a local file #513
0.19.2
0.19.1
0.19.0
- Fix: Inconsistent way to generate whole property snippet and value snippet, when it contains
\"
#353 - Upgrade to
4.1.0
version ofvscode-json-languageservice
which enables used of the extended glob patterns. #448 - Fix: Anchor on property which uses alias fails validation #273
- Update
js-yaml
to4.1.0
#454 - Add monaco-yaml in the readme under clients #455
- Add support for
maxItemsComputed
for 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
- Require minimal npm version #494
- This project now use
yarn
instead ofnpm
#498 - New
disableAdditionalProperties
preference option for yaml, for more strict validation #499
Thanks to Andrew Metcalf, Remco Haszing, Petr Spacek and Sorin Sbarnea