Skip to content

Commit 628c87f

Browse files
authored
prepare 5.5.0 (#264)
1 parent bec491f commit 628c87f

File tree

3 files changed

+161
-157
lines changed

3 files changed

+161
-157
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
5.5.0 / 2025-03-25
2+
================
3+
* `newJSONDocument` API now also accepts undefined as ASTRoots an optionally comment ranges.
4+
15
5.3.1 / 2023-02-24
26
================
37
* Fixing bugs in the sort feature
@@ -18,12 +22,12 @@
1822

1923
5.1.0 / 2022-07-11
2024
================
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
2226

2327
5.0.0 / 2022-05-17
2428
================
2529
* Update to `[email protected]`
26-
* Add more schema support
30+
* Add more schema support
2731
* Schema 2019-09: unevaluatedProperties, unevaluatedItems, minContains, maxContains, deprecated, dependentRequired, dependentSchemas, $defs, $anchor
2832
* Schema 2020-12: prefixItem
2933

@@ -35,7 +39,7 @@
3539
4.1.6 / 2021-07-16
3640
================
3741
* Replace minimatch with glob-to-regexp
38-
42+
3943
4.1.0 / 2021-04-24
4044
================
4145
* `SchemaConfiguration.fileMatch` now supports glob patterns (e.g. /foo/**/bar.json')
@@ -56,11 +60,11 @@
5660
3.9.0 / 2020-09-28
5761
=================
5862
* 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.
6064

6165
3.8.0 / 2020-08-02
6266
=================
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.
6468

6569
3.7.0 / 2020-06-04
6670
==================
@@ -136,12 +140,12 @@
136140
.
137141
2.0.19 / 2017-09-21
138142
===================
139-
* New API `LanguageService.getColorPresentations` returning presentations for a given color.
143+
* New API `LanguageService.getColorPresentations` returning presentations for a given color.
140144
* New API type `ColorPresentation` added.
141-
145+
142146
2.0.15 / 2017-08-28
143147
===================
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.
145149
* New API types `ColorInformation` and `Color` added.
146150
* Deprecated `LanguageService.findColorSymbols`. Use `LanguageService.findDocumentColors` instead.
147151

0 commit comments

Comments
 (0)