Skip to content

Commit e696d9b

Browse files
updated changelog and removed unused parameter (#1089)
* updated changelog and removed unused parameter * Revert "Create npm-grunt.yml" * updated changelog and removed unused parameter * added entry of a PR
1 parent 6b285d0 commit e696d9b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 1.16.0
2+
- Feat: Add support for draft-04 (2019 and 2020 included) json schemas while supporting draft-07 [#1006](https://github.com/redhat-developer/yaml-language-server/pull/1006)
3+
- Feat: quickFix for enum, const, property [#900](https://github.com/redhat-developer/yaml-language-server/pull/900)
4+
- Add: Send real errors to telemetry [#981](https://github.com/redhat-developer/yaml-language-server/pull/981)
5+
- Add: Missing field descriptions for anyOf [#1007](https://github.com/redhat-developer/yaml-language-server/pull/1007)
6+
- Add: k8s update schema to 1.32.1 [#1011](https://github.com/redhat-developer/yaml-language-server/pull/1011)
7+
- Add: Adjust to new hover behavior for enum [#1030](https://github.com/redhat-developer/vscode-yaml/pull/1030)
8+
- Add: Filename .clang-tidy as YAML [#1055](https://github.com/redhat-developer/vscode-yaml/pull/1055)
9+
- Bump: Dependencies [#1000](https://github.com/redhat-developer/yaml-language-server/pull/1000) [#1001](https://github.com/redhat-developer/yaml-language-server/pull/1001) [#1002](https://github.com/redhat-developer/yaml-language-server/pull/1002) [#1003](https://github.com/redhat-developer/yaml-language-server/pull/1003)
10+
11+
Thanks to [Remco Haszing](https://github.com/remcohaszing), [Petr Spacek](https://github.com/p-spacek), [David Hernando](https://github.com/Davidonium), [Yannik Tausch](https://github.com/ytausch), [Lauri Tirkkonen](https://github.com/lotheac), [Tobias Hernstig](https://github.com/thernstig) for your contributions.
12+
113
### 1.15.0
214
- Fix: maxItemsComputed settings name [#936](https://github.com/redhat-developer/vscode-yaml/pull/936)
315
- Fix: Update telemetry to 0.8.0 [#1023](https://github.com/redhat-developer/vscode-yaml/pull/1023)

test/ui-test/autocompletionTest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os = require('os');
22
import path = require('path');
33
import { expect } from 'chai';
4-
import { WebDriver, Key, TextEditor, EditorView, VSBrowser, ContentAssist } from 'vscode-extension-tester';
4+
import { WebDriver, TextEditor, EditorView, VSBrowser, ContentAssist } from 'vscode-extension-tester';
55
import { getSchemaLabel, deleteFileInHomeDir, createCustomFile } from './util/utility';
66

77
/**

0 commit comments

Comments
 (0)