|
| 1 | +5.5.0 / 2025-03-25 |
| 2 | +================ |
| 3 | + * `newJSONDocument` API now also accepts undefined as ASTRoots an optionally comment ranges. |
| 4 | + |
1 | 5 | 5.3.1 / 2023-02-24
|
2 | 6 | ================
|
3 | 7 | * Fixing bugs in the sort feature
|
|
18 | 22 |
|
19 | 23 | 5.1.0 / 2022-07-11
|
20 | 24 | ================
|
21 |
| -* new API option `FormattingOptions.keepLines` to indicate the formatter should keep the initial line positions |
| 25 | +* new API option `FormattingOptions.keepLines` to indicate the formatter should keep the initial line positions |
22 | 26 |
|
23 | 27 | 5.0.0 / 2022-05-17
|
24 | 28 | ================
|
25 | 29 |
|
26 |
| - * Add more schema support |
| 30 | + * Add more schema support |
27 | 31 | * Schema 2019-09: unevaluatedProperties, unevaluatedItems, minContains, maxContains, deprecated, dependentRequired, dependentSchemas, $defs, $anchor
|
28 | 32 | * Schema 2020-12: prefixItem
|
29 | 33 |
|
|
35 | 39 | 4.1.6 / 2021-07-16
|
36 | 40 | ================
|
37 | 41 | * Replace minimatch with glob-to-regexp
|
38 |
| - |
| 42 | + |
39 | 43 | 4.1.0 / 2021-04-24
|
40 | 44 | ================
|
41 | 45 | * `SchemaConfiguration.fileMatch` now supports glob patterns (e.g. /foo/**/bar.json')
|
|
56 | 60 | 3.9.0 / 2020-09-28
|
57 | 61 | =================
|
58 | 62 | * new API `DocumentLanguageSettings.schemaValidation`. The severity of problems from schema validation. If set to 'ignore', schema validation will be skipped. If not set, 'warning' is used.
|
59 |
| - * new API `DocumentLanguageSettings.schemaRequest`. The severity of problems that occurred while resolving and loading schemas. If set to 'ignore', schema resolving problems are not reported. If not set, 'warning' is used. |
| 63 | + * new API `DocumentLanguageSettings.schemaRequest`. The severity of problems that occurred while resolving and loading schemas. If set to 'ignore', schema resolving problems are not reported. If not set, 'warning' is used. |
60 | 64 |
|
61 | 65 | 3.8.0 / 2020-08-02
|
62 | 66 | =================
|
63 |
| - * new API `LanguageService.getMatchingSchemas`. Matches a document against its schema and list all AST nodes along with the matching sub schemas. |
| 67 | + * new API `LanguageService.getMatchingSchemas`. Matches a document against its schema and list all AST nodes along with the matching sub schemas. |
64 | 68 |
|
65 | 69 | 3.7.0 / 2020-06-04
|
66 | 70 | ==================
|
|
136 | 140 | .
|
137 | 141 | 2.0.19 / 2017-09-21
|
138 | 142 | ===================
|
139 |
| - * New API `LanguageService.getColorPresentations` returning presentations for a given color. |
| 143 | + * New API `LanguageService.getColorPresentations` returning presentations for a given color. |
140 | 144 | * New API type `ColorPresentation` added.
|
141 |
| - |
| 145 | + |
142 | 146 | 2.0.15 / 2017-08-28
|
143 | 147 | ===================
|
144 |
| - * New API `LanguageService.findDocumentColors` returning the location and value of all colors in a document. |
| 148 | + * New API `LanguageService.findDocumentColors` returning the location and value of all colors in a document. |
145 | 149 | * New API types `ColorInformation` and `Color` added.
|
146 | 150 | * Deprecated `LanguageService.findColorSymbols`. Use `LanguageService.findDocumentColors` instead.
|
147 | 151 |
|
|
0 commit comments