summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: e689792b64591ebd8059406d46e1103408fc70b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
# Change Log

## [0.31.0](https://github.com/eclipse-lemminx/lemminx/milestone/48?closed=1) (May 8, 2025)

### Enhancements
 * Show hex colours when `#` is missing. See [#1738](https://github.com/eclipse-lemminx/lemminx/pull/1738).

## [0.30.1](https://github.com/eclipse-lemminx/lemminx/milestone/47?closed=1) (April 9, 2025)

### Bug Fixes
 * Handle range formatting for self-closing tags. See [redhat-developer/vscode-xml#1059](https://github.com/redhat-developer/vscode-xml/issues/1059).

## [0.30.0](https://github.com/eclipse-lemminx/lemminx/milestone/46?closed=1) (March 5, 2025)

### Breaking Changes
 * Update to Java 11. See [#1721](https://github.com/eclipse-lemminx/lemminx/pull/1721).
    * _Rationale_: Several of lemminx's dependencies now require Java 11, so we were unable to update to the latest versions until we adopted it.

### Bug Fixes
 * Handle attribute with text equal to single quote (i.e. "). See [#1726](https://github.com/eclipse-lemminx/lemminx/pull/1726).
 * Use GraalVM CPU architecture compatibility mode in order to support older CPUs. See [#1733](https://github.com/eclipse-lemminx/lemminx/pull/1733).

## [0.29.0](https://github.com/eclipse/lemminx/milestone/45?closed=1) (November 25, 2024)

### Bug Fixes

- ICompletionParticipant#onXMLContent is not called for CDATA. See [#1694](https://github.com/eclipse-lemminx/lemminx/issues/1694).
- Fix interaction between XInclude and <?xml-model> PI. See [#1670](https://github.com/eclipse-lemminx/lemminx/pull/1670).
- Supports TextDocumentContentChangeEvent#getRangeLength with null value. See [#1696](https://github.com/eclipse-lemminx/lemminx/pull/1696).
- Implement `org.eclipse.lemminx.dom.DOMNode.getTextContent()` according to the API. See [#1695](https://github.com/eclipse-lemminx/lemminx/issues/1695).
- Support xsi:type overrides when resolving content model. See [#1647](https://github.com/eclipse-lemminx/lemminx/pull/1647).

### Build

- Fix builds on MacOS ARM64 with Java 8 (Temurin).. See [#1646](https://github.com/eclipse-lemminx/lemminx/pull/1646).
- Remove xtend.lib dependency. See [#1630](https://github.com/eclipse-lemminx/lemminx/pull/1630).

### Other

- Add basic OSGi metadata to the uber-jar See [#1710]https://github.com/eclipse-lemminx/lemminx/pull/1710).
- Make CacheResourcesManager Constructor used for test package protected. See [#1702](https://github.com/eclipse-lemminx/lemminx/pull/1702).
- Fix link to MavenDiagnosticParticipant. See [#1692](https://github.com/eclipse-lemminx/lemminx/pull/1692).

## [0.28.0](https://github.com/eclipse/lemminx/milestone/44?closed=1) (May 27, 2024)

### Enhancements

 * Setting to specify which attributes should be treated as filepaths for the purpose of editor features. See [#1464](https://github.com/eclipse/lemminx/issues/1464).

### Bug Fixes

 * Error range for src-annotation `src-annotation`. See [#1276](https://github.com/eclipse/lemminx/issues/1276).
 * OpenQuoteExpected error for ATTLIST breaks DTD validation. See [#1599](https://github.com/eclipse/lemminx/pull/1599).

### Build

 * Bump maven-javadoc-plugin & maven-surefire-plugin. See [#1596](https://github.com/eclipse/lemminx/pull/1596), [#1595](https://github.com/eclipse/lemminx/pull/1595).

## [0.27.0](https://github.com/eclipse/lemminx/milestone/43?closed=1) (August 3, 2023)

### Enhancements

 * Provide a Progress support API for lemminx extension. See [#1562](https://github.com/eclipse/lemminx/issues/1562).
 * Add `alignWithFirstAttr` option to `xml.format.splitAttributes` settings. See [#1560](https://github.com/eclipse/lemminx/pull/1560).
 * Implement `itemDefaults` for `CompletionList`. See [#1561](https://github.com/eclipse/lemminx/issues/1561).

### Bug Fixes

 * `XInclude` cannot be activated with binary mode. See [#1558](https://github.com/eclipse/lemminx/issues/1558).

### Build

 * Bump JUnit version. See [#1559](https://github.com/eclipse/lemminx/pull/1559).

## [0.26.1](https://github.com/eclipse/lemminx/milestone/41?closed=1) (June 22, 2023)

### Bug Fixes

 * PrepareRename/Rename Server Capabilities doesn't work with non dynamic registration. See [#1551](https://github.com/eclipse/lemminx/issues/1551).

### Build

 * Bump Maven build plugins and dependencies. See [#1549](https://github.com/eclipse/lemminx/pull/1549).

## [0.26.0](https://github.com/eclipse/lemminx/milestone/42?closed=1) (June 15, 2023)

### Enhancements

 * Expose API in `TextDocument` for getting a document line number from its offset. See [#1519](https://github.com/eclipse/lemminx/pull/1519).
 * Add a `default` implementation for `ICodeActionParticipant` members. See [#1518](https://github.com/eclipse/lemminx/issues/1518).
 * Add support for code actions that are not associated with any diagnostics (quick assist). See [#1516](https://github.com/eclipse/lemminx/issues/1516).
 * Make the rename participants conform to the LSP, permitting to rename across different documents.. See [#1521](https://github.com/eclipse/lemminx/issues/1521).

### Bug Fixes

 * `xml.foldings.includeClosingTagInFold` has no effect in binary mode. See [#1523](https://github.com/eclipse/lemminx/issues/1523).

### Build

 * Enable Dependabot for GitHub Actions update. See [#1539](https://github.com/eclipse/lemminx/issues/1539).
 * Bump Maven build plugins and dependencies. See [#1499](https://github.com/eclipse/lemminx/pull/1499), [#1524](https://github.com/eclipse/lemminx/pull/1524), [#1525](https://github.com/eclipse/lemminx/pull/1525), [#1527](https://github.com/eclipse/lemminx/pull/1527), [#1530](https://github.com/eclipse/lemminx/pull/1530), [#1531](https://github.com/eclipse/lemminx/pull/1531), [#1532](https://github.com/eclipse/lemminx/pull/1532), [#1533](https://github.com/eclipse/lemminx/pull/1533), [#1534](https://github.com/eclipse/lemminx/pull/1534), [#1535](https://github.com/eclipse/lemminx/pull/1535), [#1536](https://github.com/eclipse/lemminx/pull/1536), [#1538](https://github.com/eclipse/lemminx/pull/1538), [#1541](https://github.com/eclipse/lemminx/pull/1541), [#1357](https://github.com/eclipse/lemminx/pull/1357).
 * Bump GitHub Code Actions. See [#1542](https://github.com/eclipse/lemminx/pull/1542), [#1543](https://github.com/eclipse/lemminx/pull/1543).

## [0.25.0](https://github.com/eclipse/lemminx/milestone/40?closed=1) (April 18, 2023)

### Enhancements

 * Send (aggregated) `server.document.open` events at fixed periods. See [#1198](https://github.com/eclipse/lemminx/pull/1198).
 * Provide cancel support for hover. See [#1474](https://github.com/eclipse/lemminx/issues/1474).
 * Bump LSP4J version from 0.14.0 to 0.20.1. See [#1497](https://github.com/eclipse/lemminx/issues/1497).

### Bug Fixes

 * `shutdown` response does not conform to language server spec. See [#1508](https://github.com/eclipse/lemminx/issues/1508).
 * Comments throws off the `cvc-complex-type.2.3` diagnostic range. See [#1495](https://github.com/eclipse/lemminx/issues/1495).
 * Fix potential `NullPointerException` in completion code. See [#1506](https://github.com/eclipse/lemminx/pull/1506).
 * XML language server should report "selection range" capability non-dynamically. See [#1507](https://github.com/eclipse/lemminx/pull/1507).
 * RNG attribute completion doesn't generate the proper prefix if the namespace is not declared. See [#1489](https://github.com/eclipse/lemminx/issues/1489).
 * Partial formatting yields wrong indentation depth. See [#1485](https://github.com/eclipse/lemminx/issues/1485).
 * `NullPointerException` in `documentColor`. See [#1473](https://github.com/eclipse/lemminx/issues/1473).
 * Adjust error range for RelaxNG "not allowed yet" when there is `choice`. See [#1459](https://github.com/eclipse/lemminx/issues/1459).
 * Multiple `xml(DownloadProblem)` errors when referencing missing schema in file association. See [#1484](https://github.com/eclipse/lemminx/pull/1484).
 * XML attribute associated to wrong type from XSD. See [#1480](https://github.com/eclipse/lemminx/pull/1480).

### Build

 * Use Eclipse Temurin in GitHub Actions. See [#1510](https://github.com/eclipse/lemminx/pull/1510).

## [0.24.0](https://github.com/eclipse/lemminx/milestone/37?closed=1) (January 31, 2023)

### Enhancements

 * Completion, definition, references, diagnostics, highlight, code lens, rename, linked editing support for XML references. See [#1435](https://github.com/eclipse/lemminx/pull/1435), [#1427](https://github.com/eclipse/lemminx/issues/1427), [#1432](https://github.com/eclipse/lemminx/pull/1432), [#1452](https://github.com/eclipse/lemminx/pull/1452), [#1367](https://github.com/eclipse/lemminx/issues/1367).
 * Code action to add missing required elements with RelaxNG. See [#1418](https://github.com/eclipse/lemminx/issues/1418).
 * Improve the RelaxNG schema validation. See [#1425](https://github.com/eclipse/lemminx/pull/1425).
 * Code action to generate RelaxNG RNG file. See [#1405](https://github.com/eclipse/lemminx/issues/1405).
 * Support for `textDocument/documentColor`. See [#639](https://github.com/eclipse/lemminx/issues/639).

### Bug Fixes

 * "Insert element" code actions don't add close tags when auto close tag is disabled. See [#1458](https://github.com/eclipse/lemminx/issues/1458).
 * Improve "Insert only required expected elements" by taking care of choice. See [#1448](https://github.com/eclipse/lemminx/issues/1448).
 * Linked editing breaks start tag when closing tag manually. See [#1456](https://github.com/eclipse/lemminx/issues/1456).
 * Ignore linked editing range when there are no referenced node to update. See [#1453](https://github.com/eclipse/lemminx/pull/1453).
 * Formatting selection fails with root element with mixed content. See [#1414](https://github.com/eclipse/lemminx/issues/1414).
 * `SAXParseException` in the language server trace when editing an `.rng` file. See [#1441](https://github.com/eclipse/lemminx/issues/1441).
 * Ensure attributes on the first line are wrapped correctly. See [#1439](https://github.com/eclipse/lemminx/issues/1439).
 * Fix comment formatting with `xml.format.maxLineWidth`. See [#1433](https://github.com/eclipse/lemminx/pull/1433).
 * Permit binding to a schema from an empty document. See [#1408](https://github.com/eclipse/lemminx/pull/1408).
 * RelaxNG validation with `XInclude` / File association report `DOCTYPE` error. See [#1421](https://github.com/eclipse/lemminx/issues/1421).
 * DocumentLink support for `xi:include/@href`. See [#1401](https://github.com/eclipse/lemminx/issues/1401).
 * Binary server doesn't show "element missing child" warning in broken RelaxNG. See [#1460](https://github.com/eclipse/lemminx/issues/1460).
 * Refactor "Register catalog" code lens to be in catalog package. See [#1417](https://github.com/eclipse/lemminx/pull/1417).

## [0.23.2](https://github.com/eclipse/lemminx/milestone/39?closed=1) (December 15, 2022)

### Bug Fixes

 * Add explicit no-arg constructor for `ConfigurationItemEdit`. See [#1412](https://github.com/eclipse/lemminx/pull/1412).

## [0.23.1](https://github.com/eclipse/lemminx/milestone/38?closed=1) (December 15, 2022)

### Bug Fixes

 * Fix "Surround with ..." when using the binary server. See [#1410](https://github.com/eclipse/lemminx/pull/1410).
 * Fix "Register catalog" code lens when using the binary server. See [#1411](https://github.com/eclipse/lemminx/pull/1411).

## [0.23.0](https://github.com/eclipse/lemminx/milestone/36?closed=1) (December 14, 2022)

### Enhancements

 * Codelens, completion, definition, documentLink, highlighting, references, rename support in RelaxNG file. See [#1400](https://github.com/eclipse/lemminx/pull/1400).
 * Surround selection with XML element. See [#1389](https://github.com/eclipse/lemminx/pull/1389).
 * Enable the experimental formatter by default and add `xml.format.legacy` setting to retain previous formatter. See [#1377](https://github.com/eclipse/lemminx/issues/1377).
 * Add validation support for XInclude. See [#1387](https://github.com/eclipse/lemminx/pull/1387).
 * Full support for `xml.format.maxLineWidth` with experimental formatter. See [#1248](https://github.com/eclipse/lemminx/issues/1248), [#1359](https://github.com/eclipse/lemminx/pull/1359), and [#1363](https://github.com/eclipse/lemminx/pull/1363).
 * Add codelens and command to register/unregister catalog. See [#1390](https://github.com/eclipse/lemminx/pull/1390).
 * Support `files.trimTrailingWhitespace` setting with experimental formatter. See [#1310](https://github.com/eclipse/lemminx/issues/1310).
 * Remove `xml.format.preserveEmptyContent` setting for experimental formatter. See [#1346](https://github.com/eclipse/lemminx/issues/1346).
 * Improve text content formatting for experimental formatter. See [#1331](https://github.com/eclipse/lemminx/issues/1331).

### Performance

 * Improve formatting performance with `xml.format.grammarAwareFormatting` setting. See [#1368](https://github.com/eclipse/lemminx/issues/1368).

### Bug Fixes

 * NPE in CodeLens with empty XML file. See [#1396](https://github.com/eclipse/lemminx/issues/1396).
 * RelaxNG schema validation not working when DOCTYPE declaration is missing. See [#1393](https://github.com/eclipse/lemminx/pull/1393).
 * XSD based Autocompletion for substitutionGroup. See [#1386](https://github.com/eclipse/lemminx/pull/1386).
 * Generate grammar fails on first attempt with experimental formatter. See [#1382](https://github.com/eclipse/lemminx/issues/1382).
 * Applying XML completion generates invalid XML content. See [#1373](https://github.com/eclipse/lemminx/issues/1373).
 * Generate and bind schema doesn't work with experimental formatter. See [#1365](https://github.com/eclipse/lemminx/pull/1365).
 * Add tests for `xml.format.grammarAwareFormatting` setting and restore mixed content behavior. See [#1364](https://github.com/eclipse/lemminx/pull/1364).
 * Prevent exception in `DomElementFormatter.formatEndTagElement()`. See [#1361](https://github.com/eclipse/lemminx/issues/1361).
 * Fix unexpected behavior of `xml.format.preservedNewlines` with experimental formatter. See [#1341](https://github.com/eclipse/lemminx/pull/1341).
 * Autoclose tag generates an unexpected `>`. See [#1221](https://github.com/eclipse/lemminx/issues/1221).

### Build

 * Add Windows PR verification job and move all PR verification jobs to github actions. See [#1311](https://github.com/eclipse/lemminx/issues/1311).
 * Bump Maven build plugins and dependencies. See [#1319](https://github.com/eclipse/lemminx/pull/1319), [#1325](https://github.com/eclipse/lemminx/pull/1325), [#1326](https://github.com/eclipse/lemminx/pull/1326), [#1339](https://github.com/eclipse/lemminx/pull/1339), [#1344](https://github.com/eclipse/lemminx/pull/1344), [#1349](https://github.com/eclipse/lemminx/pull/1349), [#1350](https://github.com/eclipse/lemminx/pull/1350), [#1351](https://github.com/eclipse/lemminx/pull/1351), [#1353](https://github.com/eclipse/lemminx/pull/1353), [#1355](https://github.com/eclipse/lemminx/pull/1355), and [#1356](https://github.com/eclipse/lemminx/pull/1356).

## [0.22.0](https://github.com/eclipse/lemminx/milestone/35?closed=1) (October 19, 2022)

### Enhancements

 * Initialize RelaxNG support with validation/completion/hover. See [#828](https://github.com/eclipse/lemminx/issues/828).
 * Support `xml.format.closingBracketNewLine` setting with experimental formatter. See [#1247](https://github.com/eclipse/lemminx/issues/1247).
 * Support `xml.format.xsiSchemaLocationSplit` setting with experimental formatter. See [#1246](https://github.com/eclipse/lemminx/issues/1246).
 * Support `xml.format.spaceBeforeEmptyCloseTag` setting with experimental formatter. See [#1245](https://github.com/eclipse/lemminx/issues/1245).
 * Support `xml.format.joinContentLines` setting with experimental formatter. See [#1244](https://github.com/eclipse/lemminx/issues/1244).
 * Support `xml.format.joinCommentLines` setting with experimental formatter. See [#1243](https://github.com/eclipse/lemminx/issues/1243).
 * Support `xml.format.preserveEmptyContent` setting with experimental formatter. See [#1242](https://github.com/eclipse/lemminx/issues/1242).
 * Support `xml.format.joinCDATALines` setting with experimental formatter. See [#1241](https://github.com/eclipse/lemminx/issues/1241).
 * Support `xml.format.preservedNewlines` setting with experimental formatter. See [#1240](https://github.com/eclipse/lemminx/issues/1240).
 * Support `xml.format.enforceQuoteStyle` setting with experimental formatter. See [#1239](https://github.com/eclipse/lemminx/issues/1239).
 * Support `xml.format.emptyElements` setting with experimental formatter. See [#1238](https://github.com/eclipse/lemminx/issues/1238).
 * Provide comment formatting for experimental formatter. See [#1259](https://github.com/eclipse/lemminx/issues/1259).
 * CodeAction for `cvc-complex-type.2.4.b`: "insert all expected" vs. "insert all possible". See [#1255](https://github.com/eclipse/lemminx/issues/1255).
 * Suppress validation kinds based on file pattern. See [#1275](https://github.com/eclipse/lemminx/issues/1275).
 * Report only XML syntax error for *.exsd files. See [#1308](https://github.com/eclipse/lemminx/pull/1308).
 * Place relevant information on the first line of error messages. See [#1145](https://github.com/eclipse/lemminx/issues/1145).
 * Validate uri of XML catalog. See [#823](https://github.com/eclipse/lemminx/issues/823).
 * Do not complete paths in attr unless beginning of value looks like a path. See [#1293](https://github.com/eclipse/lemminx/pull/1293).
 * Use the HTTP proxy configuration for HTTPS as well. See [#1253](https://github.com/eclipse/lemminx/pull/1253).

### Bug Fixes

 * Fix tests on Windows OS. See [#1306](https://github.com/eclipse/lemminx/pull/1306).
 * Annotations found in base complex type not shown on hover. See [#1268](https://github.com/eclipse/lemminx/pull/1268).
 * Autocompletion of attribute values won't display documentation. See [#1260](https://github.com/eclipse/lemminx/pull/1260).
 * Format CDATA sections without adding new lines. See [#1193](https://github.com/eclipse/lemminx/issues/1193).
 * Formatting with `xml.format.emptyElements`: `expand` chokes on malformed XML. See [#650](https://github.com/eclipse/lemminx/issues/650).
 * Null pointer exception when processing code action `cvc_complex_type_2_4_b`. See [#1280](https://github.com/eclipse/lemminx/issues/1280).

### Build

 * Fix CI badge, add some more badges. See [#1262](https://github.com/eclipse/lemminx/pull/1262).
 * Enable dependabot. See [#1309](https://github.com/eclipse/lemminx/pull/1309).
 * Unit tests should not store data in the .lemminx folder under the user's home directory. See [#1265](https://github.com/eclipse/lemminx/issues/1265).
 * Update Jenkins and GH Actions build scripts to reflect branch renaming. See [#1261](https://github.com/eclipse/lemminx/pull/1261).
 * Bump build-helper-maven-plugin from 3.0.0 to 3.3.0. See [#1322](https://github.com/eclipse/lemminx/pull/1322).
 * Bump maven-assembly-plugin from 3.1.1 to 3.4.2. See [#1321](https://github.com/eclipse/lemminx/pull/1321).
 * Bump maven-bundle-plugin from 5.1.1 to 5.1.8. See [#1315](https://github.com/eclipse/lemminx/pull/1315).
 * Bump maven-source-plugin from 3.0.1 to 3.2.1. See [#1314](https://github.com/eclipse/lemminx/pull/1314).

### Other

 * Add test for formatting with xs:documentation multiline content. See [#1303](https://github.com/eclipse/lemminx/pull/1303).
 * Enable tests for experimental formatter. See [#1327](https://github.com/eclipse/lemminx/issues/1327).

## [0.21.0](https://github.com/eclipse/lemminx/milestone/34?closed=1) (June 29, 2022)

### Enhancements

 * CodeAction for cvc-complex-type.2.4.b. See [#1218](https://github.com/eclipse/lemminx/issues/1218).
 * Support folding for <!DOCTYPE. See [#1213](https://github.com/eclipse/lemminx/issues/1213).
 * Added folding setting to keep displaying the closing tag after folding. See [#1209](https://github.com/eclipse/lemminx/pull/1209).
 * Provide basic experimental formatter which supports invalid XML. See [#1195](https://github.com/eclipse/lemminx/issues/1195).
 * Format with xml:space. See [#826](https://github.com/eclipse/lemminx/issues/826).
 * Code action for `SemicolonRequiredInReference`. See [#665](https://github.com/eclipse/lemminx/issues/665).
 * Improve XML formatter (option to have Tags in the same line). See [#594](https://github.com/eclipse/lemminx/issues/594).

### Performance

 * Cancel process of code action. See [#1220](https://github.com/eclipse/lemminx/issues/1220).
 * Parse of DOM document should be not done in a Thread. See [#1216](https://github.com/eclipse/lemminx/pull/1216).
 * Improve DOM parser memory. See [#1211](https://github.com/eclipse/lemminx/pull/1211).
 * Improve XML scanner memory. See [#1206](https://github.com/eclipse/lemminx/pull/1206).
 * Wait a bit after change before sending diagnostics. See [#1162](https://github.com/eclipse/lemminx/issues/1162).
 * Improve CodeAction performance with CodeAction#data & resolveCodeAction. See [#941](https://github.com/eclipse/lemminx/issues/941).
 * Support for `completionItem/resolve`. See [#616](https://github.com/eclipse/lemminx/issues/616).

### Bug Fixes

 * DOCTYPE entities interfering with hover annotation display of tags / attributes. See [#1212](https://github.com/eclipse/lemminx/pull/1212).
 * Incorrect error range for `cvc-identity-constraint.4.1`. See [#1210](https://github.com/eclipse/lemminx/issues/1210).
 * Resolve uri as system with XML catalog. See [#1199](https://github.com/eclipse/lemminx/issues/1199).
 * Preserve invalid content while formatting. See [#1041](https://github.com/eclipse/lemminx/issues/1041).
 * Bad element formatting is replaced with <null>. See [#1034](https://github.com/eclipse/lemminx/issues/1034).
 * Lone quote inside tag leads to catastrophic formatting. See [#679](https://github.com/eclipse/lemminx/issues/679).
 * XML format for bad processing instruction removes following element. See [#675](https://github.com/eclipse/lemminx/issues/675).
 * Attribute value without a key is removed while formatting. See [#305](https://github.com/eclipse/lemminx/issues/305).

### Other

 * Update lsp4j to 0.14.0. See [#1231](https://github.com/eclipse/lemminx/pull/1231).
 * Add test for TreeLineTracker.getLineInformation. See [#1228](https://github.com/eclipse/lemminx/pull/1228).
 * A test file contains "private non-commercial use" clause. See [#1197](https://github.com/eclipse/lemminx/issues/1197).
 * Adopt linkedEditingRanges wordPattern property. See [#1187](https://github.com/eclipse/lemminx/issues/1187).
 * Remove native-image GitHub action from repository. See [#1184](https://github.com/eclipse/lemminx/pull/1184).

## [0.20.0](https://github.com/eclipse/lemminx/milestone/33?closed=1) (March 29, 2022)

### Enhancements

 * Improve DTD/XSD security with regard to remote resources. See [#1183](https://github.com/eclipse/lemminx/pull/1183).
 * Closing tags should be included in the code folding range. See [#1178](https://github.com/eclipse/lemminx/issues/1178).

### Bug Fixes

 * NPE on xsd datatype autocompletion in binary mode. See [#1189](https://github.com/eclipse/lemminx/issues/1189).
 * Completion for prefix of attribute name. See [#1133](https://github.com/eclipse/lemminx/issues/1133).

### Other

 * Tests: Assertion is added for additional text edits of a completion item. See [#1186](https://github.com/eclipse/lemminx/pull/1186).
 * Update GraalVM version used in binary verification builds to x.y.z. See [#1158](https://github.com/eclipse/lemminx/issues/1158).

## [0.19.1](https://github.com/eclipse/lemminx/milestone/32?closed=1) (February 15, 2022)

### Bug Fixes

 * Fix endless diagnostic publishing when validation is disabled. See [#1175](https://github.com/eclipse/lemminx/issues/1175).

## [0.19.0](https://github.com/eclipse/lemminx/milestone/31?closed=1) (February 14, 2022)

### Enhancements

 * Basic support for parameter entities. See [#1167](https://github.com/eclipse/lemminx/issues/1167).
 * Support for document link DTD entity SYSTEM. See [#1165](https://github.com/eclipse/lemminx/issues/1165).

### Bug Fixes

 * Bad SYSTEM for DTD DocType and Entity breaks the XML validation. See [#1169](https://github.com/eclipse/lemminx/issues/1169).
 * Prevent suspicious directory traversal. See [#1171](https://github.com/eclipse/lemminx/pull/1171).
 * Limit resource downloads to http, https and ftp and prevent insecure redirects. See [#1174](https://github.com/eclipse/lemminx/pull/1174).

## [0.18.4](https://github.com/eclipse/lemminx/milestone/30?closed=1) (February 01, 2022)

### Bug Fixes
 * Add XMLDownloadExternalResourcesSettings for native. See [#1163](https://github.com/eclipse/lemminx/pull/1163).

## [0.18.3](https://github.com/eclipse/lemminx/milestone/29?closed=1) (January 31, 2022)

### Enhancements
 * Support more customization for attribute elements in document symbols protocol. See [#1151](https://github.com/eclipse/lemminx/pull/1151).

### Bug Fixes
 * End Tag completion should be given priority above some other proposals. See [#1150](https://github.com/eclipse/lemminx/issues/1150).
 * 'No definition found' when using 'Go to Definition' for types defined in imported XSD. See [#1146](https://github.com/eclipse/lemminx/pull/1146).
 * Add option to control downloading of external schema resources. See [#1155](https://github.com/eclipse/lemminx/pull/1155).
 * Invalid "schemaLocation" is not reported. See [#1143](https://github.com/eclipse/lemminx/issues/1143).
 * NPE on renaming a namespaced tag with no corresponding ending tag. See [#1139](https://github.com/eclipse/lemminx/issues/1139).
 * Updated Xerces to 2.12.2. See [#1156](https://github.com/eclipse/lemminx/pull/1156).
 * Update Gson to 2.8.9. See [#1161](https://github.com/eclipse/lemminx/pull/1161).

## [0.18.2](https://github.com/eclipse/lemminx/milestone/28?closed=1) (December 14, 2021)

### Enhancements

 * Improved accuracy of attribute value quick fix suggestions. See [#1136](https://github.com/eclipse/lemminx/pull/1136)

### Bug Fixes

 * Shutdown raises exception. See [#1132](https://github.com/eclipse/lemminx/issues/1132).
 * Transmit document telemetry in aggregate instead of on document open. See [#1131](https://github.com/eclipse/lemminx/pull/1131)
 * Fixed tag rename for XML tags containing colons. See [#1135](https://github.com/eclipse/lemminx/pull/1135)

## [0.18.1](https://github.com/eclipse/lemminx/milestone/27?closed=1) (November 2, 2021)

### Enhancements

 * Register a command "xml.check.file.pattern". See [#1112](https://github.com/eclipse/lemminx/pull/1112).
 * Report schema identifier of XML document through telemetry event. See [#1105](https://github.com/eclipse/lemminx/issues/1105).

### Bug Fixes

 * Disable external entities when using SAX parser. See [#1104](https://github.com/eclipse/lemminx/pull/1104).
 * Aggregate errors in xsd:import|include@schemaLocation for referenced grammar which have errors. See [#1117](https://github.com/eclipse/lemminx/pull/1117).
 * LemMinX doesn't declare workspaceFolders capability. See [#1110](https://github.com/eclipse/lemminx/issues/1110).

### Build

 * Bump jsoup from 1.9.2 to 1.14.2 in org.eclipse.lemminx. See [#1115](https://github.com/eclipse/lemminx/pull/1115).
 * Update maven wrapper to 3.8.3. See [#1118](https://github.com/eclipse/lemminx/pull/1118).
 * Fix typo in readme. See [#1120](https://github.com/eclipse/lemminx/pull/1120).
 * Cache ~/.m2/ to speed up GH actions. [#1109](https://github.com/eclipse/lemminx/pull/1109)

## [0.18.0](https://github.com/eclipse/lemminx/milestone/26?closed=1) (August 10, 2021)

### Enhancements

 * Added CodeLens that displays referenced grammars at the top of an XML file. See [#1092](https://github.com/eclipse/lemminx/issues/1092).
 * Added CodeAction to bind an XML document to an existing schema. See [#1088](https://github.com/eclipse/lemminx/pull/1088).
 * Added request 'canBindGrammar' to help implement binding an XML document to an existing schema. See [#1084](https://github.com/eclipse/lemminx/pull/1084).
 * Let scanner check for whitespace. See [#1077](https://github.com/eclipse/lemminx/pull/1077).
 * Provide Document Lifecycle Participant for tracking `didOpen`, `did*`. See [#603](https://github.com/eclipse/lemminx/issues/603).
 * Report telemetry events about text documents that are opened: file extension, grammar binding strategy, grammar resolving strategy. See [#1066](https://github.com/eclipse/lemminx/issues/1066).

### Bug Fixes

 * Fixed stackoverflow and resource leak when calculating folding ranges. See [#1074](https://github.com/eclipse/lemminx/pull/1074).
 * Aligned tag closing bracket with attribute when `splitAttributes` and `closingBracketNewLine` are enabled. See [#1085](https://github.com/eclipse/lemminx/pull/1085).
 * Fixed `src-import.3.1` error range. See [#1075](https://github.com/eclipse/lemminx/issues/1075).
 * Fixed `src-import.3.2` error range. See [#1069](https://github.com/eclipse/lemminx/issues/1069).
 * Adding closing bracket (`>`) in attribute quotation marks causes repeated auto-complete of the closing tag. See [#1083](https://github.com/redhat-developer/vscode-xml/issues/547).

### Build

 * Update jarsigner plugin to fix Jenkins builds. See [#1095](https://github.com/eclipse/lemminx/issues/1095).

## [0.17.1](https://github.com/eclipse/lemminx/milestone/25?closed=1) (June 25, 2021)

### Bug Fixes

 * Add support for exiting immediately from a shutdown() request. See [#1070](https://github.com/eclipse/lemminx/pull/1070).

## [0.17.0](https://github.com/eclipse/lemminx/milestone/23?closed=1) (June 22, 2021)

### Enhancements

 * Generate CodeLens to associate a grammar/schema. See [#1049](https://github.com/eclipse/lemminx/pull/1049).
 * Support for `textDocument/selectionRange`. See [#1021](https://github.com/eclipse/lemminx/issues/1021).
 * Add support for linked editing. See [#987](https://github.com/eclipse/lemminx/issues/987).
 * Added `closingBracketNewLine` formatting option. See [#1051](https://github.com/eclipse/lemminx/pull/1051).

### Bug Fixes

 * Fixed 'Go To References' in binary. See [#1059](https://github.com/eclipse/lemminx/pull/1059).
 * CodeLens does not work in binary. See [#1046](https://github.com/eclipse/lemminx/issues/1046).
 * Error while saving file to cache on Windows OS (PosixFileAttributeView not supported). See [#734](https://github.com/eclipse/lemminx/issues/734).

## [0.16.2](https://github.com/eclipse/lemminx/milestone/24?closed=1) (May 18, 2021)

### Bug Fixes

 * Fix range formatting in the binary server. See [#1035](https://github.com/eclipse/lemminx/issues/1035)
 * Mitigate Billion Laughs vulnerability. See [#1038](https://github.com/eclipse/lemminx/pull/1038)

## [0.16.1](https://github.com/eclipse/lemminx/milestone/22?closed=1) (May 17, 2021)

### Enhancements

 * Improve the error range for unterminated elements, and use `relatedInformation` to show the expected close tag placement. See [#963](https://github.com/eclipse/lemminx/issues/963).
 * Add setting `xml.completion.autoCloseRemovesContent` to prevent auto self-closing feature from deleting content. See [#1009](https://github.com/eclipse/lemminx/pull/1009).
 * Change name of telemetry events to use `.`. See [#1017](https://github.com/eclipse/lemminx/pull/1017).
 * Output the language server error stream during development. See [#1019](https://github.com/eclipse/lemminx/issues/1019).
 * Update Guava to 30.1.1. See [#1025](https://github.com/eclipse/lemminx/issues/1025)
 * Update Xerces to 2.12.1. See [#1013](https://github.com/eclipse/lemminx/issues/1013).

### Bug Fixes

 * Fix `xml.validation.noGrammar` setting. See [#1024](https://github.com/eclipse/lemminx/pull/1024).
 * Fix XML 1.1 support in the binary server. See [#1027](https://github.com/eclipse/lemminx/issues/1027).
 * Fix revalidation commands in the binary server. See [#1031](https://github.com/eclipse/lemminx/issues/1031).
 * Return `null` when receiving a request on a document before it has been opened. See [#957](https://github.com/eclipse/lemminx/issues/957).
 * Update the binary configuration so that the server works with an LSP 3.15 client. See [#1022](https://github.com/eclipse/lemminx/pull/1022).

## [0.16.0](https://github.com/eclipse/lemminx/milestone/21?closed=1) (April 13, 2021)

### Enhancements

 * Add `telemetry/event` support. See [#430](https://github.com/eclipse/lemminx/issues/430).
 * Add `CancelChecker` as parameter to `ICompletionParticipant` methods. See [#992](https://github.com/eclipse/lemminx/pull/992).
 * Add ability to read proxy configuration from environment variables. See [#1012](https://github.com/eclipse/lemminx/pull/1012)

### Bug Fixes

 * Fix rename not completing when using the binary. See [#990](https://github.com/eclipse/lemminx/pull/990).
 * Fix a test failure. See [#1003](https://github.com/eclipse/lemminx/issues/1003).
 * Fix NPE when hovering on a malformed document. See [#984](https://github.com/eclipse/lemminx/issues/984).
 * `trimTrailingWhitespace` option is not respected by `textDocument/formatting`. See [#827](https://github.com/eclipse/lemminx/issues/827).
 * Add a `CONTRIBUTING.md`. See [#998](https://github.com/eclipse/lemminx/issues/998).
 * Use `User-Agent: LemMinX` when downloading schemas to prevent HTTP 403 when using Java 8. See [#994](https://github.com/eclipse/lemminx/pull/994).

## [0.15.0](https://github.com/eclipse/lemminx/milestone/20?closed=1) (February 2, 2021)

### Enhancements
 * Generate a native binary using GraalVM. See [#860](https://github.com/eclipse/lemminx/pull/860).
 * Indicate if the server is a binary in the startup message. See [#949](https://github.com/eclipse/lemminx/issues/949).
 * Allow LemMinX extensions to contribute to `WorkspaceService`. See [#966](https://github.com/eclipse/lemminx/pull/966).
 * Add new formatting setting `xml.format.splitAttributesIndentSize`. See [#952](https://github.com/eclipse/lemminx/pull/952).
 * Disable XSD validation when `xsi:schemaLocation` doesn't declare the hint for the document element root. See [#953](https://github.com/eclipse/lemminx/pull/953).
 * Manage namespaces / prefix validation with a setting. See [#960](https://github.com/eclipse/lemminx/issues/960).

### Bug Fixes
 * Avoid trailing space in processing instructions. See [redhat-developer/vscode-xml#372](https://github.com/redhat-developer/vscode-xml/issues/372).
 * LemMinX no longer crashes if a LemMinX extension class cannot be created. See [#967](https://github.com/eclipse/lemminx/issues/967).
 * Single `<` no longer has code action to close with `/>`. See [redhat-developer/vscode-xml#373](https://github.com/redhat-developer/vscode-xml/issues/373).
 * Catch errors from any participants. See [#946](https://github.com/eclipse/lemminx/issues/946).
 * Avoid sending duplicate `client/registerCapability` for `workspace/executeCommand`. See [#937](https://github.com/eclipse/lemminx/issues/937).
 * Use `kill -0` instead of `ps -p` in `ParentProcessWatcher`. See [#936](https://github.com/eclipse/lemminx/issues/936).
 * Prevent `ClassCastException` when generating document links for XML catalogs. See [#932](https://github.com/eclipse/lemminx/issues/932).
 * Register `org.eclipse.lsp4j.FileEvent` for reflection. See [#979](https://github.com/eclipse/lemminx/issues/979).
 * Prevent URLs in `uri` attributes in catalogs from raising exceptions. See [#977](https://github.com/eclipse/lemminx/issues/977).

## [0.14.1](https://github.com/eclipse/lemminx/milestone/19?closed=1) (November 10, 2020)

### Bug Fixes

 * NPE When there's a validation error. See [#927](https://github.com/eclipse/lemminx/issues/927).
 * Symbols are not computed when ResultLimitExceededException is thrown. See [#928](https://github.com/eclipse/lemminx/issues/928).

## [0.14.0](https://github.com/eclipse/lemminx/milestone/18?closed=1) (November 6, 2020)

### Enhancements

 * Outline should display referenced DTD / XSD from the current XML. See [#892](https://github.com/eclipse/lemminx/issues/892).
 * XML catalog `nextCatalog/@catalog` documentLink support. See [#845](https://github.com/eclipse/lemminx/issues/845).
 * Format for `xsi:schemaLocation`. See [#825](https://github.com/eclipse/lemminx/issues/825).
 * Customize documentSymbols (Outline) with participant. See [#824](https://github.com/eclipse/lemminx/issues/824).
 * Support for `xml/executeClientCommand` access to server from extension. See [#596](https://github.com/eclipse/lemminx/issues/596).
 * Document links in catalog's `<system uri="..." />`. See [#220](https://github.com/eclipse/lemminx/issues/220).
 * Command to reload remote schema. See [vscode-xml#284](https://github.com/redhat-developer/vscode-xml/issues/284).
 * Customize symbols in the outline. See [vscode-xml#220](https://github.com/redhat-developer/vscode-xml/issues/220).

### Bug Fixes

 * When associating a DTD through `<?xml-model...?>`, DTD-related errors should be aggregated. See [#918](https://github.com/eclipse/lemminx/issues/918).
 * Can't use XML catalog with XSD files that have `<xs:include />`. See [#914](https://github.com/eclipse/lemminx/issues/914).
 * Empty log file string crashes the server. See [#904](https://github.com/eclipse/lemminx/issues/904).
 * Incorrect diagnostic error range for `MSG_SPACE_REQUIRED_BEFORE_ELEMENT_TYPE_IN_ELEMENTDECL`. See [#902](https://github.com/eclipse/lemminx/issues/902).
 * CodeAction which raises an Exception prevents other CodeActions from being generated. See [#900](https://github.com/eclipse/lemminx/issues/900).
 * Symbols Max Items Computed doesn't work for 0. See [#898](https://github.com/eclipse/lemminx/issues/898).
 * Code Action for `</` with no matching open tag doesn't fix content. See [#889](https://github.com/eclipse/lemminx/issues/889).
 * Incorrect error range for cvc-complex-type.2.3. See [#885](https://github.com/eclipse/lemminx/issues/885).
 * Code Action to close root element closing tag inserts wrong closing tag. See [#878](https://github.com/eclipse/lemminx/issues/878).
 * Improve ETagRequired error range. See [#876](https://github.com/eclipse/lemminx/issues/876).
 * Improve error range for ETagUnterminated . See [#875](https://github.com/eclipse/lemminx/issues/875).
 * Error range for empty element cvc-datatype-valid.1.2.3. See [#871](https://github.com/eclipse/lemminx/issues/871).
 * Incorrect error range for cvc-datatype-valid.1.2.3. See [#864](https://github.com/eclipse/lemminx/issues/864).
 * `StringIndexOutOfBoundsException` in `EntityNotDeclaredCodeAction.getEntityName`. See [#862](https://github.com/eclipse/lemminx/issues/862).
 * Infinite loop inside `LSPMessageFormatter` for some cases. See [#856](https://github.com/eclipse/lemminx/issues/856).
 * XML validation should aggregate DTD errors in doctype. See [#853](https://github.com/eclipse/lemminx/issues/853).
 * DTD hyperlink with XML catalog and `PUBLIC` declaration doesn't work. See [#850](https://github.com/eclipse/lemminx/issues/850).
 * XML completion based on DTD with XML catalog and `PUBLIC` declaration doesn't work. See [#849](https://github.com/eclipse/lemminx/issues/849).
 * DTD validation doesn't work with XML catalog and `PUBLIC` declaration. See [#847](https://github.com/eclipse/lemminx/issues/847).
 * Null Pointer Exception in catalog extension. See [#833](https://github.com/eclipse/lemminx/issues/833).
 * XML validation should aggregate XSD errors where is referenced. See [#768](https://github.com/eclipse/lemminx/issues/768).
 * `CacheResourcesManagerTest.testAvailableCache` fails sometimes. See [#753](https://github.com/eclipse/lemminx/issues/753).
 * `completionRequest.getReplaceRange()` is erroneous in text that contains `/`. See [#723](https://github.com/eclipse/lemminx/issues/723).
 * Formatting comments which have no end should not generate `-->`. See [vscode-xml#347](https://github.com/redhat-developer/vscode-xml/issues/347).
 * Don't send invalid catalog notifications for paths with file schemes. See [vscode-xml#289](https://github.com/redhat-developer/vscode-xml/issues/289).
 * EntityNotDeclared quick fix doesn't use the proper indentation settings. See [vscode-xml#267](https://github.com/redhat-developer/vscode-xml/issues/267).
 * XSD with `targetNamespace` cannot be used with `xml.fileAssociations`. See [vscode-xml#223](https://github.com/redhat-developer/vscode-xml/issues/223).
 * `xml.fileAssociations` does not work with DTD files. See [vscode-xml#184](https://github.com/redhat-developer/vscode-xml/issues/184).

## [0.13.1](https://github.com/eclipse/lemminx/milestone/17?closed=1) (July 6, 2020)

### Bug Fixes

 * Fix generate schema code action when file name contains a single quote. See [#820](https://github.com/eclipse/lemminx/pull/820).

## [0.13.0](https://github.com/eclipse/lemminx/milestone/16?closed=1) (July 6, 2020)

### Enhancements

 * Grammar generator: generate a grammar from an XML document. See [#778](https://github.com/eclipse/lemminx/issues/778).
 * Bind XML document with no grammar constraints to generated XSD / DTD. See [#151](https://github.com/eclipse/lemminx/issues/151).
 * Quick fix to create missing `xsi:noNamespaceSchemaLocation` and generate XSD that adheres to current XML document. See [#702](https://github.com/eclipse/lemminx/issues/702).
 * Highlight the XSD file name in `xsi:schemaLocation` when reporting an invalid or missing XSD file. See [#782](https://github.com/eclipse/lemminx/issues/782).
 * Add support for `textDocument/documentLink` for `xsi:schemaLocation`. See [#666](https://github.com/eclipse/lemminx/issues/666).
 * Sort snippets. See [#692](https://github.com/eclipse/lemminx/issues/692).
 * Formatting support for trim trailing whitespace. See [#784](https://github.com/eclipse/lemminx/pull/784)
 * Warning message when one of the `xml.catalogs` paths cannot be found. See [#757](https://github.com/eclipse/lemminx/pull/757).
 * New snippet to generate a catalog. See [#708](https://github.com/eclipse/lemminx/issues/708).
 * New snippets for `xml-stylesheet`. See [#728](https://github.com/eclipse/lemminx/issues/728).

### Bug Fixes

 * Missing `xml-model` reference generates multiple similar warnings. See [#795](https://github.com/eclipse/lemminx/issues/795).
 * Fix line break being incorrectly added when `preserveAttrLineBreaks` is `true`. See [#780](https://github.com/eclipse/lemminx/pull/780).
 * Fix cases where spaces in file paths weren't accounted for. See [#749](https://github.com/eclipse/lemminx/issues/749).
 * Fix documentation "information" typo. See [#812](https://github.com/eclipse/lemminx/pull/812).

## [0.12.0](https://github.com/eclipse/lemminx/milestone/15?closed=1) (June 10, 2020)

### Enhancements

 * Preserve attribute line breaks. See [#772](https://github.com/eclipse/lemminx/pull/772)
 * Provide more server/build info on startup. See [#755](https://github.com/eclipse/lemminx/pull/755)
 * Display no hover if there is no documentation. See [#743](https://github.com/eclipse/lemminx/pull/743)
 * Add support for `textDocument/documentLink` for xs:import/schemaLocation. See [#733](https://github.com/eclipse/lemminx/issues/733)
 * Add support for `textDocument/documentLink` for xml-model/href. See [#712](https://github.com/eclipse/lemminx/issues/712)
 * Find definition for external declared entity. See [#706](https://github.com/eclipse/lemminx/issues/706)
 * Snippet to generate xml-model. See [#699](https://github.com/eclipse/lemminx/issues/699)
 * XML Completion based on DTD/XML Schema by using xml-model . See [#698](https://github.com/eclipse/lemminx/issues/698)
 * Validate XML with DTD/XML Schema by using xml-model. See [#697](https://github.com/eclipse/lemminx/issues/697)
 * Create hyperlink to DTD source on hover. See [#693](https://github.com/eclipse/lemminx/issues/693)
 * Add support for `textDocument/documentLink` for xs:include/schemaLocation. See [#689](https://github.com/eclipse/lemminx/issues/689)
 * Remove spacing when formatting processing instruction. See [#670](https://github.com/eclipse/lemminx/pull/670)
 * Hover for referenced entities. See [#663](https://github.com/eclipse/lemminx/issues/663)
 * Completion for external declared entity. See [#660](https://github.com/eclipse/lemminx/issues/660)
 * Insert final newline depending on lsp4j formatting settings. See [#649](https://github.com/eclipse/lemminx/pull/649)
 * Formatter expand/collapse/ignore empty XML tags. See [#644](https://github.com/eclipse/lemminx/pull/644)
 * Hyperlink to open declared DTD files. See [#641](https://github.com/eclipse/lemminx/issues/641)
 * Manage snippet registry to write snippet in JSON. See [#640](https://github.com/eclipse/lemminx/issues/640)
 * Configure limit for `textDocument/documentSymbol` with `xml.symbols.maxItemsComputed`. See [#637](https://github.com/eclipse/lemminx/pull/637)
 * Completion for `xsd:enumeration` inside of text node. See [#632](https://github.com/eclipse/lemminx/pull/632)
 * Separate xsd:documentation and xsd:appinfo contents on hover and completion. See [#630](https://github.com/eclipse/lemminx/issues/630)
 * Consume LSP4J 0.9.0. See [#628](https://github.com/eclipse/lemminx/issues/628)
 * Find definition for locally declared entity. See [#625](https://github.com/eclipse/lemminx/issues/625)
 * CodeActions for RootElementTypeMustMatchDoctypedecl. See [#561](https://github.com/eclipse/lemminx/issues/561)
 * CodeAction for EntityNotDeclared. See [#532](https://github.com/eclipse/lemminx/issues/532)
 * Completion for locally declared entity. See [#520](https://github.com/eclipse/lemminx/issues/520)

### Bug Fixes

 * Too many logs after completion, hover with XML that contains DTD subset. See [#750](https://github.com/eclipse/lemminx/issues/750)
 * Fix collection of external entities depending on line ending. See [#744](https://github.com/eclipse/lemminx/pull/744)
 * No entity completion for externally declared SYSTEM and PUBLIC entities. See [#742](https://github.com/eclipse/lemminx/issues/742)
 * Entity documentation has no value for entities declared with SYSTEM OR PUBLIC. See [#741](https://github.com/eclipse/lemminx/issues/741)
 * Error while loading DOCTYPE subset : java.lang.NullPointerException. See [#739](https://github.com/eclipse/lemminx/issues/739)
 * NPE in ContentModelCompletionParticipant.addCompletionItem. See [#720](https://github.com/eclipse/lemminx/issues/720)
 * NPE in XMLCompletions collectAttributeNameSuggestions(). See [#719](https://github.com/eclipse/lemminx/issues/719)
 * Support advanced characters for entity name. See [#718](https://github.com/eclipse/lemminx/pull/718)
 * Fix error range TargetNamespace.1. See [#704](https://github.com/eclipse/lemminx/issues/704)
 * Fix error range TargetNamespace.2. See [#703](https://github.com/eclipse/lemminx/issues/703)
 * Fix cache result of external grammar info. See [#696](https://github.com/eclipse/lemminx/pull/696)
 * Read the cached XSD, DTD grammar file with lazy mode. See [#687](https://github.com/eclipse/lemminx/pull/687)
 * NPE with Codelens in empty XSD file. See [#684](https://github.com/eclipse/lemminx/issues/684)
 * Range formatting inserts `<null>` when formatting inside DOCTYPE element. See [#682](https://github.com/eclipse/lemminx/issues/682)
 * NPE in ContentModelCodeActionParticipant.doCodeAction#L47. See [#671](https://github.com/eclipse/lemminx/issues/671)
 * Fix error range for `SemicolonRequiredInReference`. See [#664](https://github.com/eclipse/lemminx/issues/664)
 * Don't generate end element on apply completion if it exists. See [#651](https://github.com/eclipse/lemminx/issues/651)
 * Quickfix to close open tag doesn't deal with attributes. See [#646](https://github.com/eclipse/lemminx/issues/646)
 * MSG_ATTRIBUTE_NOT_DECLARED must highlight attribute name instead of attribute value. See [#634](https://github.com/eclipse/lemminx/pull/634)
 * NPE with TypeDefinition. See [#629](https://github.com/eclipse/lemminx/issues/629)

### Build

 * Display test names in a more user-friendly way. See [#647](https://github.com/eclipse/lemminx/pull/647)
 * Migrate Tests to JUnit 5 Jupiter. See [#627](https://github.com/eclipse/lemminx/pull/627)

## [0.11.1](https://github.com/eclipse/lemminx/milestone/14?closed=1) (March 25, 2020)

### Bug Fixes

 * Enumeration documentation is not displayed. See [#623](https://github.com/eclipse/lemminx/pull/623)

## [0.11.0](https://github.com/eclipse/lemminx/milestone/13?closed=1) (March 19, 2020)

### Enhancements

 * Contribute lsp4xml to the Eclipse foundation. See [#283](https://github.com/eclipse/lemminx/issues/283)
 * Add onTagText to IHoverParticipant (or extend IHoverParticipant). See [#609](https://github.com/eclipse/lemminx/issues/609)

### Bug Fixes

 * NPE when typing <?. See [#614](https://github.com/eclipse/lemminx/issues/614)
 * NPE when document contains an empty tag. See [#613](https://github.com/eclipse/lemminx/issues/613)
 * In Maven <configuration>, all known XML elements from schema are suggested as completion. See [#612](https://github.com/eclipse/lemminx/issues/612)
 * UTF-16 not supported. See [#611](https://github.com/eclipse/lemminx/issues/611)
 * Unregister language server extension on LS shutdown. See [#605](https://github.com/eclipse/lemminx/issues/605)

## [0.10.0](https://github.com/eclipse/lemminx/milestone/11?closed=1) (December 13, 2019)

### Enhancements

* (Experimental) Ability to edit start/end tag simultaneously under `xml.mirrorCursorOnMatchingTag` preference. See [#597](https://github.com/eclipse/lemminx/pull/597).
* Allows File Associations to be used without Workspace. See [#598](https://github.com/eclipse/lemminx/pull/598).
* CodeAction for missing root end tag. See [#595](https://github.com/eclipse/lemminx/pull/595).
* DTD hover/completion support for documentation. See [#592](https://github.com/eclipse/lemminx/pull/592).
* CodeAction for similar looking element names if it doesn't match the schema. See [#591](https://github.com/eclipse/lemminx/pull/591).
* Navigation and intellisense for xs:include-ed types. See [#579](https://github.com/eclipse/lemminx/pull/579).

### Bug Fixes

* xs:import code action was inserting inside the tag name. See [#593](https://github.com/eclipse/lemminx/pull/593).
* Prolog attribute completion was providing invalid values. See [#587](https://github.com/eclipse/lemminx/pull/587).
* getCurrentAttribute method was not returning the correct attribute name. See [#584](https://github.com/eclipse/lemminx/pull/584).
* Hover was not returning all hover responses. See [#582](https://github.com/eclipse/lemminx/pull/582).
* cvc-pattern error range fix. See [#580](https://github.com/eclipse/lemminx/pull/580).


## [0.9.1](https://github.com/eclipse/lemminx/milestone/11?closed=1) (October 17, 2019)

### Bug Fixes

 * XSD: IntelliSense and element substitutions. See [#568](https://github.com/eclipse/lemminx/pull/568)
 * Completion doesn't use file cache for included XML schema. See [#570](https://github.com/eclipse/lemminx/pull/570)
 * Prevent from NPE validation with schemaLocaton and "schema.reference.4" error. See [#569](https://github.com/eclipse/lemminx/pull/569)

### Performance

 * Improve performance and memory for validation by caching XML Schema / DTD. See [#534](https://github.com/eclipse/lemminx/issues/534)

### Others

 * Update lsp4j version to 0.8.1. See [#571](https://github.com/eclipse/lemminx/pull/571)
 * Reject download of resource which are not in the cache folder. Fixes [CVE-2019-18212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18212). See [#567](https://github.com/eclipse/lemminx/pull/567)
 * Add disallowDocTypeDecl & resolveExternalEntities validation settings. Fixes [CVE-2019-18213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18213). See [#566](https://github.com/eclipse/lemminx/pull/566)

## [0.9.0](https://github.com/eclipse/lemminx/milestone/10?closed=1) (September 10, 2019)

### Enhancements

 * Add support for `textDocument/documentHighlight` for DTD. See [#545](https://github.com/eclipse/lemminx/issues/545)
 * Ability to `rename` a `complexType/@name` inside XML Schema. See [#454](https://github.com/eclipse/lemminx/issues/454)
 * Add support for `textDocument/codeLens` for XML DTD. See [#252](https://github.com/eclipse/lemminx/issues/252)
 * Add support for `textDocument/references` for DTD. See [#234](https://github.com/eclipse/lemminx/issues/234)
 * Add support for `textDocument/definition` for DTD. See [#233](https://github.com/eclipse/lemminx/issues/233)

### Bug Fixes

 * Cache completion based on XML Schema/DTD. See [#547](https://github.com/eclipse/lemminx/issues/547)
 * Fix error range for `cvc-datatype-valid-1-2-1`. See [#323](https://github.com/eclipse/lemminx/issues/323)
 * Support completion with `xs:any`. See [#177](https://github.com/eclipse/lemminx/pull/563)
 * Fixes issue with error messages not showing. See [#557](https://github.com/eclipse/lemminx/pull/557)
 * Validation Error Message Fails on Certain Cases. See [#553](https://github.com/eclipse/lemminx/issues/553)
 * Error range for `RootElementTypeMustMatchDoctypedecl`. See [#537](https://github.com/eclipse/lemminx/issues/537)

# Change Log

## [0.8.0](https://github.com/eclipse/lemminx/milestone/9?closed=1) (July 23, 2019)

### Enhancements

 * `Markdown` support for `hover` documentation. See [#24](https://github.com/eclipse/lemminx/issues/245)
 * `Markdown` support for `completion` documentation. See [#526](https://github.com/eclipse/lemminx/issues/526)
 * Add completion for `comment` and `#region`. See [#54](https://github.com/eclipse/lemminx/issues/54)
 * Add completion for `CDATA` block. See [#168](https://github.com/redhat-developer/vscode-xml/issues/168)
 * Find definition for start/end tag element. See [#535](https://github.com/eclipse/lemminx/issues/535)
 * Show `relevant XML` completion options based on XML Schema. See [#347](https://github.com/eclipse/lemminx/issues/347)
 * Improve `XSD source` information for XML completion. See [#529](https://github.com/eclipse/lemminx/issues/529)
 * Add support for `textDocument/documentHighlight` for XML Schema types. See [#470](https://github.com/eclipse/lemminx/issues/470)
 * Add support for `textDocument/completion` for xs:element/@name / xs:extension/@base. See [#451](https://github.com/eclipse/lemminx/issues/451)
 * Add support for selective outline enablement per file. See [#427](https://github.com/eclipse/lemminx/issues/427)
 * Parse `.ent` and `.mod` files as DTD files. See [#380](https://github.com/eclipse/lemminx/issues/380)
 * Add support for `textDocument/typeDefinition` from XML to XMLSchema/DTD. See [#371](https://github.com/eclipse/lemminx/issues/371)
 * Add support for `textDocument/definition` for XML Schema. See [#148](https://github.com/eclipse/lemminx/issues/148)
 * Add support for `textDocument/references` for XML Schema types. See [#58](https://github.com/eclipse/lemminx/issues/58)
 * Add support for `textDocument/codelens` for XML Schema types. See [#55](https://github.com/eclipse/lemminx/issues/55)
 * Add support for clickable`XSD CodeLens`. See [#490](https://github.com/eclipse/lemminx/issues/490)
 * Improved XML validation when XSD files are saved. See [#506](https://github.com/eclipse/lemminx/issues/506)

### Bug Fixes

 * Hover markup response ignored the hover client capability. See [#525](https://github.com/eclipse/lemminx/issues/525)
 * Completion capability was lost in specific scenarios. See [#522](https://github.com/eclipse/lemminx/issues/522)
 * Fixed NPE in `textDocument/definition` in XSD files. See [#488](https://github.com/eclipse/lemminx/issues/488)
 * Fixed case sensitivity problems for element and attribute names. See [#433](https://github.com/eclipse/lemminx/issues/433)
 * Selection formatting ignores attribute indentation preference. See [#429](https://github.com/eclipse/lemminx/issues/429)
 * Fixed error range for `EntityNotDeclared`. See [#518](https://github.com/eclipse/lemminx/issues/518)
 * Fixed error range for `src-import.1.2`. See [#499](https://github.com/eclipse/lemminx/issues/499)
 * Fixed error range for `s4s-elt-invalid-content.3`. See [#496](https://github.com/eclipse/lemminx/issues/496)
 * Fixed error range for `cvc-pattern-valid`. See [#477](https://github.com/eclipse/lemminx/issues/477)
 * Fixed error range for `AttributePrefixUnbound`. See [#476](https://github.com/eclipse/lemminx/issues/476)
 * Fixed error range for `EmptyTargetNamespace`. See [#472](https://github.com/eclipse/lemminx/issues/472)
 * Fixed error range for `ct-props-correct.3`. See [#467](https://github.com/eclipse/lemminx/issues/467)
 * Fixed error range for `sch-props-correct.2`. See [#462](https://github.com/eclipse/lemminx/issues/462)
 * Fixed error range for `s4s-elt-must-match.2`. See [#458](https://github.com/eclipse/lemminx/issues/458)
 * Fixed error range for `ct-props-correct.3`. See [#455](https://github.com/eclipse/lemminx/issues/455)
 * Fixed error range for `src-ct.1`. See [#453](https://github.com/eclipse/lemminx/issues/453)
 * Fixed error range for `duplicate attribute`.. See [#452](https://github.com/eclipse/lemminx/issues/452)
 * Fixed error range for `p-props-correct.2.1`. See [#436](https://github.com/eclipse/lemminx/issues/436)
 * Fixed error range for `cos-all-limited.2`. See [#428](https://github.com/eclipse/lemminx/issues/428)
 * Fixed error range for `src-element.3`. See [#420](https://github.com/eclipse/lemminx/issues/420)
 * Documents with an Internal Subset DOCTYPE had stopped trying to bind. See [#379](https://github.com/eclipse/lemminx/issues/379)
 * Fixed discrepancy in completion between prefixed and default namespaces. See [#311](https://github.com/eclipse/lemminx/issues/311)
 * XML did not validate when bounded DTD file was not found. See [#167](https://github.com/redhat-developer/vscode-xml/issues/167)
 * Formatter inserts spaces in empty lines. See [#157](https://github.com/redhat-developer/vscode-xml/issues/157)
 * VSCode was not revalidating XML files when relevant XSD files were modified outside VSCode. See [#131](https://github.com/redhat-developer/vscode-xml/issues/131)

### Performance

 * Improve XML Scanner performance. See [#444](https://github.com/eclipse/lemminx/issues/444)
 * Use CompletableFuture to load DOMDocument. See [#439](https://github.com/eclipse/lemminx/issues/439)
 * Examined memory usage. See [#438](https://github.com/eclipse/lemminx/issues/438)
 * Improved `TextDocument` update (in async) performance with `TreeLineTracker`. See [#426](https://github.com/eclipse/lemminx/issues/426)
 * Tested large files for performance. See [#48](https://github.com/eclipse/lemminx/issues/48)

## [0.7.0](https://github.com/eclipse/lemminx/milestone/8?closed=1) (June 11, 2019)

### Enhancements

* Display Java runtime used to launch the server. See [#415](https://github.com/eclipse/lemminx/pull/415).
* Added `xml.symbols.enabled` preference, to enable/disable Document Symbols. See [#413](https://github.com/eclipse/lemminx/issues/413).
* File completion in attribute value. See [#345](https://github.com/eclipse/lemminx/issues/345).
* Validation for an XML Schema. See [#190](https://github.com/eclipse/lemminx/issues/190).
* Ability for XML Prolog completion in DTD files. See [#267](https://github.com/eclipse/lemminx/issues/267).
* Ability to rename a namespace/namespace renaming improvements. See [#366](https://github.com/eclipse/lemminx/issues/366).
* Startup time for SVG DTD file completion was too slow. See [#397](https://github.com/eclipse/lemminx/issues/397).
* Mark element source coming from XML Schema/DTD for completion. See [#210](https://github.com/eclipse/lemminx/issues/210).


### Bug Fixes

* Memory usage improvements. See [#389](https://github.com/eclipse/lemminx/issues/389).
* Fix completion source crash on Windows OS. See [#408](https://github.com/eclipse/lemminx/pull/408).
* Fix error range for `ETagRequired`. See [#387](https://github.com/eclipse/lemminx/issues/387).
* Fix error range for `cos-all-limited.2`. See [#407](https://github.com/eclipse/lemminx/issues/407).
* Fix `normalizePath` test for Windows OS. See [#399](https://github.com/eclipse/lemminx/pull/399).
* Document Symbols only returns the 1st `ATTLIST` value. See [#265](https://github.com/eclipse/lemminx/issues/265).
* Completion in SVG DTD file proposed duplicate completions. See [#386](https://github.com/eclipse/lemminx/issues/386).
* Fixed formatting range issues. See [#76](https://github.com/eclipse/lemminx/issues/76).

## [0.6.0](https://github.com/eclipse/lemminx/milestone/6?closed=1) (May 22, 2019)

### Enhancements

* Attribute completion for both `xsi:schemaLocation` and `xsi:noNamespaceSchemaLocation` are independent of each other. See [#382](https://github.com/eclipse/lemminx/pull/382).
* Upgraded to lsp4j version 0.7.1. See [#370](https://github.com/eclipse/lemminx/issues/370).
* Preference `xml.format.preservedNewLines` to preserve new lines on format. See [#350](https://github.com/eclipse/lemminx/issues/350).

### Bug Fixes

* Fixed error range for `cvc-complex-type.2.4.f`. See [#368](https://github.com/eclipse/lemminx/issues/368).
* Fixed error range for `SchemaLocation` warning. See [#343](https://github.com/eclipse/lemminx/issues/343).
* Fixed error range for `MarkupEntityMismatch`. See [#367](https://github.com/eclipse/lemminx/issues/367).
* Missing schema would generate too many/redundant warnings. See [#336](https://github.com/eclipse/lemminx/issues/336).
* Self-closing tag did not remove end tag if tag name contained uppercase characters. See [#354](https://github.com/eclipse/lemminx/issues/354).
* Placing a `/` in an attribute value triggered autoclosing. See [vscode-xml#126](https://github.com/redhat-developer/vscode-xml/issues/126).
* New Maven POM attribute was breaking tests. See [#356](https://github.com/eclipse/lemminx/pull/356).
* Removed unused settings for testing. See [#356](https://github.com/eclipse/lemminx/pull/378).


## [0.5.1](https://github.com/eclipse/lemminx/milestone/7?closed=1) (April 08, 2019)

### Bug Fixes

* Fixed incorrect expansion of the `~` directory on Windows, for `xml.server.workDir`. See [#348](https://github.com/eclipse/lemminx/pull/348).


## [0.5.0](https://github.com/eclipse/lemminx/milestone/5?closed=1) (April 05, 2019)

### Enhancements

* More detailed completion for Prolog. See [#155](https://github.com/eclipse/lemminx/issues/155).
* Added completion for xmlns attribute. See [#208](https://github.com/eclipse/lemminx/issues/208).
* Have value completion for `xmlns:xsi`. See [#326](https://github.com/eclipse/lemminx/issues/326).
* Make ParentProcessWatcher optional. See [#328](https://github.com/eclipse/lemminx/issues/328).
* Autoclose self-closing tags. See [#239](https://github.com/eclipse/lemminx/issues/239).
* Don't autoclose tag if the closing tag already exists. See [#314](https://github.com/eclipse/lemminx/issues/314).
* Changing the content of an XML Schema triggers validation. See [#213](https://github.com/eclipse/lemminx/issues/213).
* Preference `xml.server.workDir` to set schema cache folder. See [#222](https://github.com/eclipse/lemminx/issues/222).
* Code action to close missing quotes for attributes. See [#137](https://github.com/eclipse/lemminx/issues/137).
* Hover for attribute value documentation from XSD's. See [#12](https://github.com/eclipse/lemminx/issues/12).
* Autocompletion for `xsi:nil` values. See [#247](https://github.com/eclipse/lemminx/issues/247).

### Bug Fixes

* `textDocument/publishDiagnostics` failed with message: Illegal argument: line must be non-negative. See [#157](https://github.com/eclipse/lemminx/pull/157).
* XSI completion item messages were incorrect. See [#296](https://github.com/eclipse/lemminx/issues/296).
* Removed trailing whitespace from normalized strings on format. See [#300](https://github.com/eclipse/lemminx/pull/300).
* Format of attribute without value loses data. See [#294](https://github.com/eclipse/lemminx/issues/294).
* Cleaned up skipped unit tests. See [#319](https://github.com/eclipse/lemminx/issues/319).
* Verified that logger settings were actually set on startup before updating settings. See [#81](https://github.com/eclipse/lemminx/issues/81).
* Fixed error range of cvc-type.3.1.2. See [#318](https://github.com/eclipse/lemminx/issues/318).
* Fixed error range of ETagUnterminated. See [#317](https://github.com/eclipse/lemminx/issues/317).
* Fixed error range of cvc-elt.3.2.1. See [#321](https://github.com/eclipse/lemminx/issues/321).
* Multiple `'insert required attribute'` code actions shown when multiple attributes are missing. See [#209](https://github.com/eclipse/lemminx/issues/209).
* Self closing tag causes NPE in `cvc_complex_type_2_1CodeAction.doCodeAction`. See [#339](https://github.com/eclipse/lemminx/issues/339).
* Closing CDATA tag throws exception. See [#341](https://github.com/eclipse/lemminx/issues/341).
* Fix formatting issue with processing instruction attributes. See [#331](https://github.com/eclipse/lemminx/issues/331).

## [0.4.0](https://github.com/eclipse/lemminx/milestone/4?closed=1) (March 07, 2019)

### Enhancements

* Modified schema validation messages. See [#181](https://github.com/eclipse/lemminx/issues/181).
* Preference `xml.format.quotations` to set single vs double quotes for attribute values on format. See [#263](https://github.com/eclipse/lemminx/issues/263).
* Preference `xml.format.preserveEmptyContent` to preserve a whitespace value in an element's content. See [#273](https://github.com/eclipse/lemminx/issues/273).
* Compatibility with OSGi and p2. See [#288](https://github.com/eclipse/lemminx/issues/288).

### Bug Fixes

* Fixed memory leak of file handles. See [#303](https://github.com/eclipse/lemminx/pull/303).
* XSI completion item messages were incorrect. See [#296](https://github.com/eclipse/lemminx/issues/296).
* Removed trailing whitespace from normalized strings on format. See [#300](https://github.com/eclipse/lemminx/pull/300).
* Format of attribute without value loses data. See [#294](https://github.com/eclipse/lemminx/issues/294).

## [0.3.0](https://github.com/eclipse/lemminx/milestone/3?closed=1) (January 28, 2019)

### Enhancements

* Addded root element 'xml' to preferences JSON. See [#257](https://github.com/eclipse/lemminx/issues/257).
* Added ability to format DTD/DOCTYPE content. See [#268](https://github.com/eclipse/lemminx/issues/268).
* Added outline for DTD elements. See [#226](https://github.com/eclipse/lemminx/issues/226).
* Ability to start the server in socket mode. See [#259](https://github.com/eclipse/lemminx/pull/259).
* XML completion based on internal DTD. See [#251](https://github.com/eclipse/lemminx/issues/251).
* XML completion based on external DTD. See [#106](https://github.com/eclipse/lemminx/issues/106).
* Completion for DTD <!ELEMENT, <!ATTRIBUTE, ... . See [#232](https://github.com/eclipse/lemminx/issues/232).
* Provide automatic completion/validation in catalog files. See [#204](https://github.com/eclipse/lemminx/issues/204).
* Hover for XSI attributes. See [#164](https://github.com/eclipse/lemminx/issues/164).
* Show attribute value completion based on XML Schema/DTD. See [#242](https://github.com/eclipse/lemminx/issues/242).
* Added `xml.format.spaceBeforeEmptyCloseTag` preference to insert whitespace before closing empty end-tag. See [#197](https://github.com/eclipse/lemminx/issues/197).
* Completion for XSI attributes. See [#163](https://github.com/eclipse/lemminx/issues/163).
* Changing the content of catalog.xml refreshes the catalogs and triggers validation. See [#212](https://github.com/eclipse/lemminx/issues/212).
* Switched to lsp4j 0.6.0 release. See [#254](https://github.com/eclipse/lemminx/issues/254).
* Added `xml.validation.noGrammar` preference, to indicate document won't be validated. See [#218](https://github.com/eclipse/lemminx/issues/218).
* Added preference to enable/disable validation `xml.validation.enabled` and `xml.validation.schema`. See [#260](https://github.com/eclipse/lemminx/issues/260).
* Deploy lsp4xml to a public Maven repository. [#229](https://github.com/eclipse/lemminx/issues/229).

### Bug Fixes

* Formatting unclosed tag would be in wrong location. See [#269](https://github.com/eclipse/lemminx/issues/269).
* Formatting removes DOCTYPE's public declaration. See [#250](https://github.com/eclipse/lemminx/issues/250).
* Infinite loop when `<` was typed into an empty DTD file. See [#266](https://github.com/eclipse/lemminx/issues/266).
* Formatting malformed xml removed content. See [#227](https://github.com/eclipse/lemminx/issues/227).
* Misplace diagnostic for cvc-elt.3.1. See [#241](https://github.com/eclipse/lemminx/issues/241).
* javax.xml.soap.Node is not available in Java 11. See [#238](https://github.com/eclipse/lemminx/issues/238).
* Adjust range for DTD validation errors. See [#107](https://github.com/eclipse/lemminx/issues/107).
* Adjust range error for internal DTD declaration. See [#225](https://github.com/eclipse/lemminx/issues/225).
* Don't add sibling element when completion items is filled with grammar. See [#211](https://github.com/eclipse/lemminx/issues/211).
* Validation needs additional `<uri>` catalog entry. See [#217](https://github.com/eclipse/lemminx/issues/217).
* XML Schema completion prefix did not work in some cases. See [#214](https://github.com/eclipse/lemminx/issues/214).
* Support rootUri for XML catalog configuration. See [#206](https://github.com/eclipse/lemminx/issues/206).
* CacheResourcesManager keeps trying to download unavailable resources. See [#201](https://github.com/eclipse/lemminx/issues/201).
* Support rootUri for XML catalog configuration. See [#206](https://github.com/eclipse/lemminx/issues/206).
* CacheResourcesManager keeps trying to download unavailable resources. See [#201](https://github.com/eclipse/lemminx/issues/201).
* Fix license headers according to project's declared EPL v2.0. See [#256](https://github.com/eclipse/lemminx/issues/256).

## [0.0.2](https://github.com/eclipse/lemminx/milestone/1?closed=1) (November 8, 2018)

### Enhancements

* Add support for `textDocument/documentLink` . See [#56](https://github.com/eclipse/lemminx/issues/56).
* No completion nor validation when editing an xsd schema. See [#178](https://github.com/eclipse/lemminx/issues/178).
* Cache on the file system, XML Schema from http, ftp before loading it. See [#159](https://github.com/eclipse/lemminx/issues/159).
* Support for XSL. See [#189](https://github.com/eclipse/lemminx/issues/189).
* Change 'resource downloading' diagnostic severity to Information. See [#187](https://github.com/eclipse/lemminx/pull/187).
* XSL support to resolve XML Schema of xsl. See [#91](https://github.com/eclipse/lemminx/issues/91).
* Add support for completion requests from empty character. See [#112](https://github.com/eclipse/lemminx/issues/112).
* Provide documentation on hover for attributes. See [#146](https://github.com/eclipse/lemminx/issues/146).

### Bug Fixes

* Formatting deletes document's body when there's a DTD declaration. See [#198](https://github.com/eclipse/lemminx/issues/198).
* Completion from local xsd was cached too aggressively. See [#194](https://github.com/eclipse/lemminx/issues/194).
* "format.splitAttributes:true" adds excessive indentation. See [#188](https://github.com/eclipse/lemminx/issues/188).
* No validation or code completion on nested elements. See [#177](https://github.com/eclipse/lemminx/issues/177).
* XSD files can only be edited if useCache is enabled. See [#186](https://github.com/eclipse/lemminx/issues/186).
* No autocompletion when writing XSDs. See [#111](https://github.com/eclipse/lemminx/issues/111).
* Insert required attribute code action inserts bad placeholder. See [#185](https://github.com/eclipse/lemminx/issues/185).
* No validation when referencing a schema in the same directory. See [#144](https://github.com/eclipse/lemminx/issues/144).
* Hover doesn't work when xs:annotation is declared in type and not element. See [#182](https://github.com/eclipse/lemminx/issues/182).
* Incomplete autocompletion for xsl documents. See [#165](https://github.com/eclipse/lemminx/issues/165).
* Auto Complete/ Completion for XML Prolog. See [#85](https://github.com/eclipse/lemminx/issues/85).
* `xml.format.splitAttributes` keeps first attribute on same line. See [#161](https://github.com/eclipse/lemminx/pull/161).
* File association should support relative path for systemId. See [#142](https://github.com/eclipse/lemminx/issues/142).
* Validation of non-empty nodes required to be empty shows misplaced diagnostics. See [#147](https://github.com/eclipse/lemminx/issues/147).
* Validation of empty required node shows misplaced diagnostics. See [#145](https://github.com/eclipse/lemminx/issues/145).