File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.19.0] ( https://github.com/eclipse/lemminx/milestone/26?closed=1 ) (February 14, 2022)
4+
5+ ### Enhancements
6+
7+ * Basic support for parameter entities. See [ lemminx #1167 ] ( https://github.com/eclipse/lemminx/issues/1167 ) .
8+ * Support for document link DTD entity SYSTEM. See [ lemminx #1165 ] ( https://github.com/eclipse/lemminx/issues/1165 ) .
9+
10+ ### Bug Fixes
11+
12+ * Bad SYSTEM for DTD DocType and Entity breaks the XML validation. See [ #647 ] ( https://github.com/redhat-developer/vscode-xml/issues/647 ) .
13+ * Prevent suspicious directory traversal. See [ lemminx #1171 ] ( https://github.com/eclipse/lemminx/pull/1171 ) .
14+ * Limit resource downloads to http, https and ftp and prevent insecure redirects. See [ lemminx #1174 ] ( https://github.com/eclipse/lemminx/pull/1174 ) .
15+ * Bump follow-redirects from 1.14.7 to 1.14.8. See [ #647 ] ( https://github.com/redhat-developer/vscode-xml/issues/659 ) .
16+
17+ ### Build
18+
19+ * Eliminate need for downloading just-released binary checksums. See [ #650 ] ( https://github.com/redhat-developer/vscode-xml/pull/650 ) .
20+
321## [ 0.18.3] ( https://github.com/redhat-developer/vscode-xml/milestone/24?closed=1 ) (February 2, 2022)
422
523### Enhancements
Original file line number Diff line number Diff line change 22 "name" : " vscode-xml" ,
33 "displayName" : " XML" ,
44 "description" : " XML Language Support by Red Hat" ,
5- "version" : " 0.18.4 " ,
5+ "version" : " 0.19.0 " ,
66 "author" : " Red Hat" ,
77 "publisher" : " redhat" ,
88 "icon" : " icons/icon128.png" ,
1616 " dtd"
1717 ],
1818 "xmlServer" : {
19- "version" : " 0.18.4 "
19+ "version" : " 0.19.0 "
2020 },
2121 "binaryServerDownloadUrl" : {
2222 "linux" : " https://download.jboss.org/jbosstools/vscode/snapshots/lemminx-binary/LATEST/lemminx-linux.zip" ,
You can’t perform that action at this time.
0 commit comments